Shades of Cloudy #AAA196
Tints of Cloudy #AAA196
RGB
CMYK
RGB Variations
Color information
#AAA196 (or 0xAAA196) is known color: Cloudy. HEX triplet: AA, A1 and 96. RGB value is (170,161,150). Sum of RGB (Red+Green+Blue) = 170+161+150=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA196 is #555E69. Grayscale: #A2A2A2. Windows color (decimal): -5594730 or 9871786. OLE color: 9871786.
HSL color Cylindrical-coordinate representation of color #AAA196: hue angle of 33º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA196 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 150 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.33 |
| HSL | 33º | 0.11% | 0.63% | - |
| HSV(B) | 33º | 0.12% | 0.67% | - |
| XYZ | 34.83 | 36.24 | 34.01 | - |
| YUV | 162.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 150 | 0 | 0.05 | 0.12 | 0.33 | 33 | 0.11 | 0.63 |
| Hex | AA | A1 | 96 | 0 | 5 | C | 21 | 21 | B | 3F |
| Octal | 252 | 241 | 226 | 0 | 5 | 14 | 41 | 41 | 13 | 77 |
| Binary | 10101010 | 10100001 | 10010110 | 0 | 101 | 1100 | 100001 | 100001 | 1011 | 111111 |
Color Harmonies of #AAA196
Complementary color
Monochromatic Colors of #AAA196
Black with #AAA196
Text Example
Text Example
White with #AAA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA196; }
p { color: rgb(170,161,150); }
H1.HeaderClassName
{
color: #AAA196;
}
.AnyTagClassName
{
color: #AAA196;
}
</style>
background-color css
<style>
a { background-color: #AAA196; }
a { background-color: rgb(170,161,150); }
div.DivClassName
{
background-color: #AAA196;
}
.BgClassName
{
background-color: #AAA196;
}
</style>
border-color css
<style>
span { border-color: #AAA196; }
span { border-color: rgb(170,161,150); }
td.TdClassName
{
border-color: #AAA196;
}
.TagClassName
{
border-color: #AAA196;
}
</style>