Shades of Cloudy #ABAAA9
Tints of Cloudy #ABAAA9
RGB
CMYK
RGB Variations
Color information
#ABAAA9 (or 0xABAAA9) is known color: Cloudy. HEX triplet: AB, AA and A9. RGB value is (171,170,169). Sum of RGB (Red+Green+Blue) = 171+170+169=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA9 is #545556. Grayscale: #AAAAAA. Windows color (decimal): -5526871 or 11119275. OLE color: 11119275.
HSL color Cylindrical-coordinate representation of color #ABAAA9: hue angle of 30º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ABAAA9 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 170 | 169 | - |
CMYK | 0 | 0.01 | 0.01 | 0.33 |
HSL | 30º | 0.01% | 0.67% | - |
HSV(B) | 30º | 0.01% | 0.67% | - |
XYZ | 38.33 | 40.27 | 43.29 | - |
YUV | 170.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 170 | 169 | 0 | 0.01 | 0.01 | 0.33 | 30 | 0.01 | 0.67 |
Hex | AB | AA | A9 | 0 | 1 | 1 | 21 | 1E | 1 | 43 |
Octal | 253 | 252 | 251 | 0 | 1 | 1 | 41 | 36 | 1 | 103 |
Binary | 10101011 | 10101010 | 10101001 | 0 | 1 | 1 | 100001 | 11110 | 1 | 1000011 |
Color Harmonies of #ABAAA9
Complementary color
Monochromatic Colors of #ABAAA9
Black with #ABAAA9
Text Example
Text Example
White with #ABAAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAA9; }
p { color: rgb(171,170,169); }
H1.HeaderClassName
{
color: #ABAAA9;
}
.AnyTagClassName
{
color: #ABAAA9;
}
</style>
background-color css
<style>
a { background-color: #ABAAA9; }
a { background-color: rgb(171,170,169); }
div.DivClassName
{
background-color: #ABAAA9;
}
.BgClassName
{
background-color: #ABAAA9;
}
</style>
border-color css
<style>
span { border-color: #ABAAA9; }
span { border-color: rgb(171,170,169); }
td.TdClassName
{
border-color: #ABAAA9;
}
.TagClassName
{
border-color: #ABAAA9;
}
</style>