Shades of Cloudy #ABA59A
Tints of Cloudy #ABA59A
RGB
CMYK
RGB Variations
Color information
#ABA59A (or 0xABA59A) is known color: Cloudy. HEX triplet: AB, A5 and 9A. RGB value is (171,165,154). Sum of RGB (Red+Green+Blue) = 171+165+154=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA59A is #545A65. Grayscale: #A5A5A5. Windows color (decimal): -5528166 or 10134955. OLE color: 10134955.
HSL color Cylindrical-coordinate representation of color #ABA59A: hue angle of 38.82º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA59A is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 154 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.33 |
| HSL | 38.82º | 0.09% | 0.64% | - |
| HSV(B) | 38.82º | 0.1% | 0.67% | - |
| XYZ | 36.08 | 37.9 | 35.99 | - |
| YUV | 165.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 154 | 0 | 0.04 | 0.10 | 0.33 | 38.82 | 0.09 | 0.64 |
| Hex | AB | A5 | 9A | 0 | 4 | A | 21 | 27 | 9 | 40 |
| Octal | 253 | 245 | 232 | 0 | 4 | 12 | 41 | 47 | 11 | 100 |
| Binary | 10101011 | 10100101 | 10011010 | 0 | 100 | 1010 | 100001 | 100111 | 1001 | 1000000 |
Color Harmonies of #ABA59A
Complementary color
Monochromatic Colors of #ABA59A
Black with #ABA59A
Text Example
Text Example
White with #ABA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA59A; }
p { color: rgb(171,165,154); }
H1.HeaderClassName
{
color: #ABA59A;
}
.AnyTagClassName
{
color: #ABA59A;
}
</style>
background-color css
<style>
a { background-color: #ABA59A; }
a { background-color: rgb(171,165,154); }
div.DivClassName
{
background-color: #ABA59A;
}
.BgClassName
{
background-color: #ABA59A;
}
</style>
border-color css
<style>
span { border-color: #ABA59A; }
span { border-color: rgb(171,165,154); }
td.TdClassName
{
border-color: #ABA59A;
}
.TagClassName
{
border-color: #ABA59A;
}
</style>