Color spaces of #aaaa7c
RGB | 170 | 170 | 124 |
---|---|---|---|
HSL | 0.17 | 0.21 | 0.58 |
HSV | 60° | 27° | 67° |
CMYK | 0.00 | 0.00 | 0.27 0.33 |
XYZ | 34.5904 | 38.7507 | 24.7253 |
Yxy | 38.7507 | 0.3527 | 0.3951 |
Hunter Lab | 62.2501 | -9.7508 | 20.0255 |
CIE-Lab | 68.5703 | -7.5484 | 23.7929 |
#aaaa7c color RGB value is (170,170,124).
#aaaa7c hex color red value is 170, green value is 170 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aaaa7c hue: 0.17 , saturation: 0.21 and the lightness value of aaaa7c is 0.58.
The process color (four color CMYK) of #aaaa7c color hex is 0.00, 0.00, 0.27, 0.33. Web safe color of #aaaa7c is #999966. Color #aaaa7c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101010 | 01111100 |
Octal | 252 | 252 | 174 |
Decimal | 170 | 170 | 124 |
Hex | AA | AA | 7C |
Shades of #aaaa7c
Tints of #aaaa7c
RGB Percentages of Color #aaaa7c
CMYK Percentages of Color #aaaa7c
Complementary Color
#aaaa7c | #7c7caa |
#aaaa7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaaa7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaaa7c Color CSS Codes
.mybgcolor {background-color:#aaaa7c; } .myforecolor {color:#aaaa7c; } .mybordercolor {border:3px solid #aaaa7c; }
#aaaa7c Text Font Color
<p style="color:#aaaa7c">Text here</p>
This sample text font color is #aaaa7c
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.
#aaaa7c Background Color
<div style="background-color:#aaaa7c">
Div content here</div>
This div background color is #aaaa7c
#aaaa7c Border Color
<div style="border:3px solid #aaaa7c">
Div here</div>
This div border color is #aaaa7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,170,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaaa7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaaa7c; -webkit-box-shadow: 1px 1px 3px 2px #aaaa7c; box-shadow: 1px 1px 3px 2px #aaaa7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,170,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaaa7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaaa7c; -webkit-box-shadow: 1px 1px 3px 2px #aaaa7c; box-shadow: 1px 1px 3px 2px #aaaa7c;">
Div content here</div>
This div box has shadow with color #aaaa7c
Comments
No comments written yet.
Please login to write comment.