Shades of Cloudy #AAA7A0
Tints of Cloudy #AAA7A0
RGB
CMYK
RGB Variations
Color information
#AAA7A0 (or 0xAAA7A0) is known color: Cloudy. HEX triplet: AA, A7 and A0. RGB value is (170,167,160). Sum of RGB (Red+Green+Blue) = 170+167+160=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA7A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7A0 is #55585F. Grayscale: #A7A7A7. Windows color (decimal): -5593184 or 10528682. OLE color: 10528682.
HSL color Cylindrical-coordinate representation of color #AAA7A0: hue angle of 42º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAA7A0 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 167 | 160 | - |
CMYK | 0 | 0.02 | 0.06 | 0.33 |
HSL | 42º | 0.06% | 0.65% | - |
HSV(B) | 42º | 0.06% | 0.67% | - |
XYZ | 36.74 | 38.72 | 38.8 | - |
YUV | 167.1 | 123.99 | 130.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 167 | 160 | 0 | 0.02 | 0.06 | 0.33 | 42 | 0.06 | 0.65 |
Hex | AA | A7 | A0 | 0 | 2 | 6 | 21 | 2A | 6 | 41 |
Octal | 252 | 247 | 240 | 0 | 2 | 6 | 41 | 52 | 6 | 101 |
Binary | 10101010 | 10100111 | 10100000 | 0 | 10 | 110 | 100001 | 101010 | 110 | 1000001 |
Color Harmonies of #AAA7A0
Complementary color
Monochromatic Colors of #AAA7A0
Black with #AAA7A0
Text Example
Text Example
White with #AAA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7A0; }
p { color: rgb(170,167,160); }
H1.HeaderClassName
{
color: #AAA7A0;
}
.AnyTagClassName
{
color: #AAA7A0;
}
</style>
background-color css
<style>
a { background-color: #AAA7A0; }
a { background-color: rgb(170,167,160); }
div.DivClassName
{
background-color: #AAA7A0;
}
.BgClassName
{
background-color: #AAA7A0;
}
</style>
border-color css
<style>
span { border-color: #AAA7A0; }
span { border-color: rgb(170,167,160); }
td.TdClassName
{
border-color: #AAA7A0;
}
.TagClassName
{
border-color: #AAA7A0;
}
</style>