Color spaces of #ae993b
RGB | 174 | 153 | 59 |
---|---|---|---|
HSL | 0.14 | 0.49 | 0.46 |
HSV | 49° | 66° | 68° |
CMYK | 0.00 | 0.12 | 0.66 0.32 |
XYZ | 29.6362 | 32.0969 | 8.7710 |
Yxy | 32.0969 | 0.4203 | 0.4552 |
Hunter Lab | 56.6541 | -5.7700 | 30.4788 |
CIE-Lab | 63.4229 | -3.2893 | 50.5600 |
#ae993b color RGB value is (174,153,59).
#ae993b hex color red value is 174, green value is 153 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ae993b hue: 0.14 , saturation: 0.49 and the lightness value of ae993b is 0.46.
The process color (four color CMYK) of #ae993b color hex is 0.00, 0.12, 0.66, 0.32. Web safe color of #ae993b is #999933. Color #ae993b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10011001 | 00111011 |
Octal | 256 | 231 | 73 |
Decimal | 174 | 153 | 59 |
Hex | AE | 99 | 3B |
Shades of #ae993b
Tints of #ae993b
RGB Percentages of Color #ae993b
CMYK Percentages of Color #ae993b
Complementary Color
#ae993b | #3b50ae |
#ae993b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae993b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae993b Color CSS Codes
.mybgcolor {background-color:#ae993b; } .myforecolor {color:#ae993b; } .mybordercolor {border:3px solid #ae993b; }
#ae993b Text Font Color
<p style="color:#ae993b">Text here</p>
This sample text font color is #ae993b
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.
#ae993b Background Color
<div style="background-color:#ae993b">
Div content here</div>
This div background color is #ae993b
#ae993b Border Color
<div style="border:3px solid #ae993b">
Div here</div>
This div border color is #ae993b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,153,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae993b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae993b; -webkit-box-shadow: 1px 1px 3px 2px #ae993b; box-shadow: 1px 1px 3px 2px #ae993b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,153,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae993b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae993b; -webkit-box-shadow: 1px 1px 3px 2px #ae993b; box-shadow: 1px 1px 3px 2px #ae993b;">
Div content here</div>
This div box has shadow with color #ae993b
Comments
No comments written yet.
Please login to write comment.