Shades of Cloudy #AAA097
Tints of Cloudy #AAA097
RGB
CMYK
RGB Variations
Color information
#AAA097 (or 0xAAA097) is known color: Cloudy. HEX triplet: AA, A0 and 97. RGB value is (170,160,151). Sum of RGB (Red+Green+Blue) = 170+160+151=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA097 is #555F68. Grayscale: #A2A2A2. Windows color (decimal): -5594985 or 9937066. OLE color: 9937066.
HSL color Cylindrical-coordinate representation of color #AAA097: hue angle of 28.42º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA097 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 151 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.33 |
| HSL | 28.42º | 0.1% | 0.63% | - |
| HSV(B) | 28.42º | 0.11% | 0.67% | - |
| XYZ | 34.73 | 35.92 | 34.38 | - |
| YUV | 161.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 151 | 0 | 0.06 | 0.11 | 0.33 | 28.42 | 0.1 | 0.63 |
| Hex | AA | A0 | 97 | 0 | 6 | B | 21 | 1C | A | 3F |
| Octal | 252 | 240 | 227 | 0 | 6 | 13 | 41 | 34 | 12 | 77 |
| Binary | 10101010 | 10100000 | 10010111 | 0 | 110 | 1011 | 100001 | 11100 | 1010 | 111111 |
Color Harmonies of #AAA097
Complementary color
Monochromatic Colors of #AAA097
Black with #AAA097
Text Example
Text Example
White with #AAA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA097; }
p { color: rgb(170,160,151); }
H1.HeaderClassName
{
color: #AAA097;
}
.AnyTagClassName
{
color: #AAA097;
}
</style>
background-color css
<style>
a { background-color: #AAA097; }
a { background-color: rgb(170,160,151); }
div.DivClassName
{
background-color: #AAA097;
}
.BgClassName
{
background-color: #AAA097;
}
</style>
border-color css
<style>
span { border-color: #AAA097; }
span { border-color: rgb(170,160,151); }
td.TdClassName
{
border-color: #AAA097;
}
.TagClassName
{
border-color: #AAA097;
}
</style>