Shades of Cloudy #ABA49C
Tints of Cloudy #ABA49C
RGB
CMYK
RGB Variations
Color information
#ABA49C (or 0xABA49C) is known color: Cloudy. HEX triplet: AB, A4 and 9C. RGB value is (171,164,156). Sum of RGB (Red+Green+Blue) = 171+164+156=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA49C is #545B63. Grayscale: #A5A5A5. Windows color (decimal): -5528420 or 10265771. OLE color: 10265771.
HSL color Cylindrical-coordinate representation of color #ABA49C: hue angle of 32º 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 #ABA49C is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 156 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.33 |
| HSL | 32º | 0.08% | 0.64% | - |
| HSV(B) | 32º | 0.09% | 0.67% | - |
| XYZ | 36.07 | 37.61 | 36.81 | - |
| YUV | 165.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 156 | 0 | 0.04 | 0.09 | 0.33 | 32 | 0.08 | 0.64 |
| Hex | AB | A4 | 9C | 0 | 4 | 9 | 21 | 20 | 8 | 40 |
| Octal | 253 | 244 | 234 | 0 | 4 | 11 | 41 | 40 | 10 | 100 |
| Binary | 10101011 | 10100100 | 10011100 | 0 | 100 | 1001 | 100001 | 100000 | 1000 | 1000000 |
Color Harmonies of #ABA49C
Complementary color
Monochromatic Colors of #ABA49C
Black with #ABA49C
Text Example
Text Example
White with #ABA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA49C; }
p { color: rgb(171,164,156); }
H1.HeaderClassName
{
color: #ABA49C;
}
.AnyTagClassName
{
color: #ABA49C;
}
</style>
background-color css
<style>
a { background-color: #ABA49C; }
a { background-color: rgb(171,164,156); }
div.DivClassName
{
background-color: #ABA49C;
}
.BgClassName
{
background-color: #ABA49C;
}
</style>
border-color css
<style>
span { border-color: #ABA49C; }
span { border-color: rgb(171,164,156); }
td.TdClassName
{
border-color: #ABA49C;
}
.TagClassName
{
border-color: #ABA49C;
}
</style>