Shades of Cloudy #AAA4A0
Tints of Cloudy #AAA4A0
RGB
CMYK
RGB Variations
Color information
#AAA4A0 (or 0xAAA4A0) is known color: Cloudy. HEX triplet: AA, A4 and A0. RGB value is (170,164,160). Sum of RGB (Red+Green+Blue) = 170+164+160=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA4A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA4A0 is #555B5F. Grayscale: #A5A5A5. Windows color (decimal): -5593952 or 10527914. OLE color: 10527914.
HSL color Cylindrical-coordinate representation of color #AAA4A0: hue angle of 24º 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 #AAA4A0 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 164 | 160 | - |
CMYK | 0 | 0.04 | 0.06 | 0.33 |
HSL | 24º | 0.06% | 0.65% | - |
HSV(B) | 24º | 0.06% | 0.67% | - |
XYZ | 36.2 | 37.64 | 38.61 | - |
YUV | 165.34 | 124.99 | 131.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 164 | 160 | 0 | 0.04 | 0.06 | 0.33 | 24 | 0.06 | 0.65 |
Hex | AA | A4 | A0 | 0 | 4 | 6 | 21 | 18 | 6 | 41 |
Octal | 252 | 244 | 240 | 0 | 4 | 6 | 41 | 30 | 6 | 101 |
Binary | 10101010 | 10100100 | 10100000 | 0 | 100 | 110 | 100001 | 11000 | 110 | 1000001 |
Color Harmonies of #AAA4A0
Complementary color
Monochromatic Colors of #AAA4A0
Black with #AAA4A0
Text Example
Text Example
White with #AAA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4A0; }
p { color: rgb(170,164,160); }
H1.HeaderClassName
{
color: #AAA4A0;
}
.AnyTagClassName
{
color: #AAA4A0;
}
</style>
background-color css
<style>
a { background-color: #AAA4A0; }
a { background-color: rgb(170,164,160); }
div.DivClassName
{
background-color: #AAA4A0;
}
.BgClassName
{
background-color: #AAA4A0;
}
</style>
border-color css
<style>
span { border-color: #AAA4A0; }
span { border-color: rgb(170,164,160); }
td.TdClassName
{
border-color: #AAA4A0;
}
.TagClassName
{
border-color: #AAA4A0;
}
</style>