Shades of Cloudy #ABA6A1
Tints of Cloudy #ABA6A1
RGB
CMYK
RGB Variations
Color information
#ABA6A1 (or 0xABA6A1) is known color: Cloudy. HEX triplet: AB, A6 and A1. RGB value is (171,166,161). Sum of RGB (Red+Green+Blue) = 171+166+161=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6A1 is #54595E. Grayscale: #A6A6A6. Windows color (decimal): -5527903 or 10593963. OLE color: 10593963.
HSL color Cylindrical-coordinate representation of color #ABA6A1: hue angle of 30º 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 #ABA6A1 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 161 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.33 |
| HSL | 30º | 0.06% | 0.65% | - |
| HSV(B) | 30º | 0.06% | 0.67% | - |
| XYZ | 36.86 | 38.5 | 39.21 | - |
| YUV | 166.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 161 | 0 | 0.03 | 0.06 | 0.33 | 30 | 0.06 | 0.65 |
| Hex | AB | A6 | A1 | 0 | 3 | 6 | 21 | 1E | 6 | 41 |
| Octal | 253 | 246 | 241 | 0 | 3 | 6 | 41 | 36 | 6 | 101 |
| Binary | 10101011 | 10100110 | 10100001 | 0 | 11 | 110 | 100001 | 11110 | 110 | 1000001 |
Color Harmonies of #ABA6A1
Complementary color
Monochromatic Colors of #ABA6A1
Black with #ABA6A1
Text Example
Text Example
White with #ABA6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6A1; }
p { color: rgb(171,166,161); }
H1.HeaderClassName
{
color: #ABA6A1;
}
.AnyTagClassName
{
color: #ABA6A1;
}
</style>
background-color css
<style>
a { background-color: #ABA6A1; }
a { background-color: rgb(171,166,161); }
div.DivClassName
{
background-color: #ABA6A1;
}
.BgClassName
{
background-color: #ABA6A1;
}
</style>
border-color css
<style>
span { border-color: #ABA6A1; }
span { border-color: rgb(171,166,161); }
td.TdClassName
{
border-color: #ABA6A1;
}
.TagClassName
{
border-color: #ABA6A1;
}
</style>