Shades of Cloudy #ABA69C
Tints of Cloudy #ABA69C
RGB
CMYK
RGB Variations
Color information
#ABA69C (or 0xABA69C) is known color: Cloudy. HEX triplet: AB, A6 and 9C. RGB value is (171,166,156). Sum of RGB (Red+Green+Blue) = 171+166+156=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA69C is #545963. Grayscale: #A6A6A6. Windows color (decimal): -5527908 or 10266283. OLE color: 10266283.
HSL color Cylindrical-coordinate representation of color #ABA69C: hue angle of 40º 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 #ABA69C is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 156 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.33 |
| HSL | 40º | 0.08% | 0.64% | - |
| HSV(B) | 40º | 0.09% | 0.67% | - |
| XYZ | 36.43 | 38.33 | 36.93 | - |
| YUV | 166.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 156 | 0 | 0.03 | 0.09 | 0.33 | 40 | 0.08 | 0.64 |
| Hex | AB | A6 | 9C | 0 | 3 | 9 | 21 | 28 | 8 | 40 |
| Octal | 253 | 246 | 234 | 0 | 3 | 11 | 41 | 50 | 10 | 100 |
| Binary | 10101011 | 10100110 | 10011100 | 0 | 11 | 1001 | 100001 | 101000 | 1000 | 1000000 |
Color Harmonies of #ABA69C
Complementary color
Monochromatic Colors of #ABA69C
Black with #ABA69C
Text Example
Text Example
White with #ABA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA69C; }
p { color: rgb(171,166,156); }
H1.HeaderClassName
{
color: #ABA69C;
}
.AnyTagClassName
{
color: #ABA69C;
}
</style>
background-color css
<style>
a { background-color: #ABA69C; }
a { background-color: rgb(171,166,156); }
div.DivClassName
{
background-color: #ABA69C;
}
.BgClassName
{
background-color: #ABA69C;
}
</style>
border-color css
<style>
span { border-color: #ABA69C; }
span { border-color: rgb(171,166,156); }
td.TdClassName
{
border-color: #ABA69C;
}
.TagClassName
{
border-color: #ABA69C;
}
</style>