Color spaces of #ae894a
RGB | 174 | 137 | 74 |
---|---|---|---|
HSL | 0.11 | 0.40 | 0.49 |
HSV | 38° | 57° | 68° |
CMYK | 0.00 | 0.21 | 0.57 0.32 |
XYZ | 27.6372 | 27.3844 | 10.3076 |
Yxy | 27.3844 | 0.4230 | 0.4192 |
Hunter Lab | 52.3301 | 2.6939 | 24.9526 |
CIE-Lab | 59.3285 | 6.5579 | 38.7254 |
#ae894a color RGB value is (174,137,74).
#ae894a hex color red value is 174, green value is 137 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ae894a hue: 0.11 , saturation: 0.40 and the lightness value of ae894a is 0.49.
The process color (four color CMYK) of #ae894a color hex is 0.00, 0.21, 0.57, 0.32. Web safe color of #ae894a is #999933. Color #ae894a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10001001 | 01001010 |
Octal | 256 | 211 | 112 |
Decimal | 174 | 137 | 74 |
Hex | AE | 89 | 4A |
Shades of #ae894a
Tints of #ae894a
RGB Percentages of Color #ae894a
CMYK Percentages of Color #ae894a
Complementary Color
#ae894a | #4a6fae |
#ae894a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae894a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae894a Color CSS Codes
.mybgcolor {background-color:#ae894a; } .myforecolor {color:#ae894a; } .mybordercolor {border:3px solid #ae894a; }
#ae894a Text Font Color
<p style="color:#ae894a">Text here</p>
This sample text font color is #ae894a
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.
#ae894a Background Color
<div style="background-color:#ae894a">
Div content here</div>
This div background color is #ae894a
#ae894a Border Color
<div style="border:3px solid #ae894a">
Div here</div>
This div border color is #ae894a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,137,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae894a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae894a; -webkit-box-shadow: 1px 1px 3px 2px #ae894a; box-shadow: 1px 1px 3px 2px #ae894a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,137,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae894a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae894a; -webkit-box-shadow: 1px 1px 3px 2px #ae894a; box-shadow: 1px 1px 3px 2px #ae894a;">
Div content here</div>
This div box has shadow with color #ae894a
Comments
No comments written yet.
Please login to write comment.