Shades of Cloudy #ABA8A1
Tints of Cloudy #ABA8A1
RGB
CMYK
RGB Variations
Color information
#ABA8A1 (or 0xABA8A1) is known color: Cloudy. HEX triplet: AB, A8 and A1. RGB value is (171,168,161). Sum of RGB (Red+Green+Blue) = 171+168+161=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA8A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8A1 is #54575E. Grayscale: #A8A8A8. Windows color (decimal): -5527391 or 10594475. OLE color: 10594475.
HSL color Cylindrical-coordinate representation of color #ABA8A1: hue angle of 42º 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 #ABA8A1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 161 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.33 |
| HSL | 42º | 0.06% | 0.65% | - |
| HSV(B) | 42º | 0.06% | 0.67% | - |
| XYZ | 37.23 | 39.24 | 39.33 | - |
| YUV | 168.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 161 | 0 | 0.02 | 0.06 | 0.33 | 42 | 0.06 | 0.65 |
| Hex | AB | A8 | A1 | 0 | 2 | 6 | 21 | 2A | 6 | 41 |
| Octal | 253 | 250 | 241 | 0 | 2 | 6 | 41 | 52 | 6 | 101 |
| Binary | 10101011 | 10101000 | 10100001 | 0 | 10 | 110 | 100001 | 101010 | 110 | 1000001 |
Color Harmonies of #ABA8A1
Complementary color
Monochromatic Colors of #ABA8A1
Black with #ABA8A1
Text Example
Text Example
White with #ABA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8A1; }
p { color: rgb(171,168,161); }
H1.HeaderClassName
{
color: #ABA8A1;
}
.AnyTagClassName
{
color: #ABA8A1;
}
</style>
background-color css
<style>
a { background-color: #ABA8A1; }
a { background-color: rgb(171,168,161); }
div.DivClassName
{
background-color: #ABA8A1;
}
.BgClassName
{
background-color: #ABA8A1;
}
</style>
border-color css
<style>
span { border-color: #ABA8A1; }
span { border-color: rgb(171,168,161); }
td.TdClassName
{
border-color: #ABA8A1;
}
.TagClassName
{
border-color: #ABA8A1;
}
</style>