Shades of Cloudy #ABA29C
Tints of Cloudy #ABA29C
RGB
CMYK
RGB Variations
Color information
#ABA29C (or 0xABA29C) is known color: Cloudy. HEX triplet: AB, A2 and 9C. RGB value is (171,162,156). Sum of RGB (Red+Green+Blue) = 171+162+156=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA29C is #545D63. Grayscale: #A4A4A4. Windows color (decimal): -5528932 or 10265259. OLE color: 10265259.
HSL color Cylindrical-coordinate representation of color #ABA29C: hue angle of 24º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA29C is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 156 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.33 |
| HSL | 24º | 0.08% | 0.64% | - |
| HSV(B) | 24º | 0.09% | 0.67% | - |
| XYZ | 35.72 | 36.9 | 36.69 | - |
| YUV | 164.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 156 | 0 | 0.05 | 0.09 | 0.33 | 24 | 0.08 | 0.64 |
| Hex | AB | A2 | 9C | 0 | 5 | 9 | 21 | 18 | 8 | 40 |
| Octal | 253 | 242 | 234 | 0 | 5 | 11 | 41 | 30 | 10 | 100 |
| Binary | 10101011 | 10100010 | 10011100 | 0 | 101 | 1001 | 100001 | 11000 | 1000 | 1000000 |
Color Harmonies of #ABA29C
Complementary color
Monochromatic Colors of #ABA29C
Black with #ABA29C
Text Example
Text Example
White with #ABA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA29C; }
p { color: rgb(171,162,156); }
H1.HeaderClassName
{
color: #ABA29C;
}
.AnyTagClassName
{
color: #ABA29C;
}
</style>
background-color css
<style>
a { background-color: #ABA29C; }
a { background-color: rgb(171,162,156); }
div.DivClassName
{
background-color: #ABA29C;
}
.BgClassName
{
background-color: #ABA29C;
}
</style>
border-color css
<style>
span { border-color: #ABA29C; }
span { border-color: rgb(171,162,156); }
td.TdClassName
{
border-color: #ABA29C;
}
.TagClassName
{
border-color: #ABA29C;
}
</style>