Color spaces of #aa846f
RGB | 170 | 132 | 111 |
---|---|---|---|
HSL | 0.06 | 0.26 | 0.55 |
HSV | 21° | 35° | 67° |
CMYK | 0.00 | 0.22 | 0.35 0.33 |
XYZ | 27.6981 | 26.1963 | 18.6355 |
Yxy | 26.1963 | 0.3819 | 0.3612 |
Hunter Lab | 51.1823 | 7.0290 | 14.2401 |
CIE-Lab | 58.2229 | 11.5663 | 16.9278 |
#aa846f color RGB value is (170,132,111).
#aa846f hex color red value is 170, green value is 132 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aa846f hue: 0.06 , saturation: 0.26 and the lightness value of aa846f is 0.55.
The process color (four color CMYK) of #aa846f color hex is 0.00, 0.22, 0.35, 0.33. Web safe color of #aa846f is #999966. Color #aa846f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10000100 | 01101111 |
Octal | 252 | 204 | 157 |
Decimal | 170 | 132 | 111 |
Hex | AA | 84 | 6F |
Shades of #aa846f
Tints of #aa846f
RGB Percentages of Color #aa846f
CMYK Percentages of Color #aa846f
Complementary Color
#aa846f | #6f95aa |
#aa846f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa846f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa846f Color CSS Codes
.mybgcolor {background-color:#aa846f; } .myforecolor {color:#aa846f; } .mybordercolor {border:3px solid #aa846f; }
#aa846f Text Font Color
<p style="color:#aa846f">Text here</p>
This sample text font color is #aa846f
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.
#aa846f Background Color
<div style="background-color:#aa846f">
Div content here</div>
This div background color is #aa846f
#aa846f Border Color
<div style="border:3px solid #aa846f">
Div here</div>
This div border color is #aa846f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,132,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa846f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa846f; -webkit-box-shadow: 1px 1px 3px 2px #aa846f; box-shadow: 1px 1px 3px 2px #aa846f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,132,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa846f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa846f; -webkit-box-shadow: 1px 1px 3px 2px #aa846f; box-shadow: 1px 1px 3px 2px #aa846f;">
Div content here</div>
This div box has shadow with color #aa846f
Comments
No comments written yet.
Please login to write comment.