Hex #ae5a41 Color
equivalent to
RGB
(174, 90, 65)Details of #ae5a41
|
|
|
|
Color HEX #ae5a41 matches (174, 90, 65) in RGB.
#ae5a41 hex color red value is 174, green value is 90 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ae5a41 hue: 0.04, saturation: 0.46 and the lightness value of ae5a41 is 0.47.
The process color (four color CMYK) of #ae5a41 color hex is 0.00, 0.48, 0.63, 0.32. Web safe color of #ae5a41 is #996633. Color #ae5a41 contains mainly RED color.
Base Numbers
|
|
|
|
#ae5a41 tints
#ae5a41 shades
RGB in % of #ae5a41
CMYK in % of #ae5a41
Preview Color #ae5a41 on black ground
Very nice color.
Preview Color #ae5a41 on white ground
Very nice color.
CSS Codes #ae5a41 color
.mybgcolor {background-color:#ae5a41; } .myforecolor {color:#ae5a41; } .mybordercolor {border:3px solid #ae5a41; }
Text Font Color #ae5a41
<p style="color:#ae5a41">Text here</p>
This sample text font color is #ae5a41
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #ae5a41
<div style="background-color:#ae5a41">
Div content here</div>
This div background color is #ae5a41
Border Color #ae5a41
<div style="border:3px solid #ae5a41">
Div here</div>
The color of this border is #ae5a41
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae5a41; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae5a41; -webkit-box-shadow: 1px 1px 3px 2px #ae5a41; box-shadow: 1px 1px 3px 2px #ae5a41; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #ae5a41">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae5a41; -webkit-box-shadow: 1px 1px 3px 2px #ae5a41; box-shadow: 1px 1px 3px 2px #ae5a41;">
Div content here</div>
The shadow of div box using color #ae5a41