Shades of Cloudy #ABA59B
Tints of Cloudy #ABA59B
RGB
CMYK
RGB Variations
Color information
#ABA59B (or 0xABA59B) is known color: Cloudy. HEX triplet: AB, A5 and 9B. RGB value is (171,165,155). Sum of RGB (Red+Green+Blue) = 171+165+155=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA59B is #545A64. Grayscale: #A5A5A5. Windows color (decimal): -5528165 or 10200491. OLE color: 10200491.
HSL color Cylindrical-coordinate representation of color #ABA59B: hue angle of 37.5º degrees, saturation: 0.09, 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 #ABA59B is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 155 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.33 |
| HSL | 37.5º | 0.09% | 0.64% | - |
| HSV(B) | 37.5º | 0.09% | 0.67% | - |
| XYZ | 36.17 | 37.93 | 36.43 | - |
| YUV | 165.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 155 | 0 | 0.04 | 0.09 | 0.33 | 37.5 | 0.09 | 0.64 |
| Hex | AB | A5 | 9B | 0 | 4 | 9 | 21 | 26 | 9 | 40 |
| Octal | 253 | 245 | 233 | 0 | 4 | 11 | 41 | 46 | 11 | 100 |
| Binary | 10101011 | 10100101 | 10011011 | 0 | 100 | 1001 | 100001 | 100110 | 1001 | 1000000 |
Color Harmonies of #ABA59B
Complementary color
Monochromatic Colors of #ABA59B
Black with #ABA59B
Text Example
Text Example
White with #ABA59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA59B; }
p { color: rgb(171,165,155); }
H1.HeaderClassName
{
color: #ABA59B;
}
.AnyTagClassName
{
color: #ABA59B;
}
</style>
background-color css
<style>
a { background-color: #ABA59B; }
a { background-color: rgb(171,165,155); }
div.DivClassName
{
background-color: #ABA59B;
}
.BgClassName
{
background-color: #ABA59B;
}
</style>
border-color css
<style>
span { border-color: #ABA59B; }
span { border-color: rgb(171,165,155); }
td.TdClassName
{
border-color: #ABA59B;
}
.TagClassName
{
border-color: #ABA59B;
}
</style>