Color spaces of #aa9063
RGB | 170 | 144 | 99 |
---|---|---|---|
HSL | 0.11 | 0.29 | 0.53 |
HSV | 38° | 42° | 67° |
CMYK | 0.00 | 0.15 | 0.42 0.33 |
XYZ | 28.8030 | 29.3934 | 15.9598 |
Yxy | 29.3934 | 0.3884 | 0.3964 |
Hunter Lab | 54.2157 | -0.0463 | 20.4974 |
CIE-Lab | 61.1273 | 3.3980 | 27.5266 |
#aa9063 color RGB value is (170,144,99).
#aa9063 hex color red value is 170, green value is 144 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aa9063 hue: 0.11 , saturation: 0.29 and the lightness value of aa9063 is 0.53.
The process color (four color CMYK) of #aa9063 color hex is 0.00, 0.15, 0.42, 0.33. Web safe color of #aa9063 is #999966. Color #aa9063 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10010000 | 01100011 |
Octal | 252 | 220 | 143 |
Decimal | 170 | 144 | 99 |
Hex | AA | 90 | 63 |
Shades of #aa9063
Tints of #aa9063
RGB Percentages of Color #aa9063
CMYK Percentages of Color #aa9063
Complementary Color
#aa9063 | #637daa |
#aa9063 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa9063 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa9063 Color CSS Codes
.mybgcolor {background-color:#aa9063; } .myforecolor {color:#aa9063; } .mybordercolor {border:3px solid #aa9063; }
#aa9063 Text Font Color
<p style="color:#aa9063">Text here</p>
This sample text font color is #aa9063
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.
#aa9063 Background Color
<div style="background-color:#aa9063">
Div content here</div>
This div background color is #aa9063
#aa9063 Border Color
<div style="border:3px solid #aa9063">
Div here</div>
This div border color is #aa9063
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,144,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa9063; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa9063; -webkit-box-shadow: 1px 1px 3px 2px #aa9063; box-shadow: 1px 1px 3px 2px #aa9063; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,144,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa9063">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa9063; -webkit-box-shadow: 1px 1px 3px 2px #aa9063; box-shadow: 1px 1px 3px 2px #aa9063;">
Div content here</div>
This div box has shadow with color #aa9063
Comments
No comments written yet.
Please login to write comment.