Shades of Cloudy #AAA9A7
Tints of Cloudy #AAA9A7
RGB
CMYK
RGB Variations
Color information
#AAA9A7 (or 0xAAA9A7) is known color: Cloudy. HEX triplet: AA, A9 and A7. RGB value is (170,169,167). Sum of RGB (Red+Green+Blue) = 170+169+167=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA9A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9A7 is #555658. Grayscale: #A9A9A9. Windows color (decimal): -5592665 or 10987946. OLE color: 10987946.
HSL color Cylindrical-coordinate representation of color #AAA9A7: hue angle of 40º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAA9A7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 167 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.33 |
| HSL | 40º | 0.02% | 0.66% | - |
| HSV(B) | 40º | 0.02% | 0.67% | - |
| XYZ | 37.74 | 39.71 | 42.24 | - |
| YUV | 169.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 167 | 0 | 0.01 | 0.02 | 0.33 | 40 | 0.02 | 0.66 |
| Hex | AA | A9 | A7 | 0 | 1 | 2 | 21 | 28 | 2 | 42 |
| Octal | 252 | 251 | 247 | 0 | 1 | 2 | 41 | 50 | 2 | 102 |
| Binary | 10101010 | 10101001 | 10100111 | 0 | 1 | 10 | 100001 | 101000 | 10 | 1000010 |
Color Harmonies of #AAA9A7
Complementary color
Monochromatic Colors of #AAA9A7
Black with #AAA9A7
Text Example
Text Example
White with #AAA9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9A7; }
p { color: rgb(170,169,167); }
H1.HeaderClassName
{
color: #AAA9A7;
}
.AnyTagClassName
{
color: #AAA9A7;
}
</style>
background-color css
<style>
a { background-color: #AAA9A7; }
a { background-color: rgb(170,169,167); }
div.DivClassName
{
background-color: #AAA9A7;
}
.BgClassName
{
background-color: #AAA9A7;
}
</style>
border-color css
<style>
span { border-color: #AAA9A7; }
span { border-color: rgb(170,169,167); }
td.TdClassName
{
border-color: #AAA9A7;
}
.TagClassName
{
border-color: #AAA9A7;
}
</style>