Shades of Cloudy #ABA49F
Tints of Cloudy #ABA49F
RGB
CMYK
RGB Variations
Color information
#ABA49F (or 0xABA49F) is known color: Cloudy. HEX triplet: AB, A4 and 9F. RGB value is (171,164,159). Sum of RGB (Red+Green+Blue) = 171+164+159=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA49F is #545B60. Grayscale: #A5A5A5. Windows color (decimal): -5528417 or 10462379. OLE color: 10462379.
HSL color Cylindrical-coordinate representation of color #ABA49F: hue angle of 25º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABA49F is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 159 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.33 |
| HSL | 25º | 0.07% | 0.65% | - |
| HSV(B) | 25º | 0.07% | 0.67% | - |
| XYZ | 36.33 | 37.71 | 38.17 | - |
| YUV | 165.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 159 | 0 | 0.04 | 0.07 | 0.33 | 25 | 0.07 | 0.65 |
| Hex | AB | A4 | 9F | 0 | 4 | 7 | 21 | 19 | 7 | 41 |
| Octal | 253 | 244 | 237 | 0 | 4 | 7 | 41 | 31 | 7 | 101 |
| Binary | 10101011 | 10100100 | 10011111 | 0 | 100 | 111 | 100001 | 11001 | 111 | 1000001 |
Color Harmonies of #ABA49F
Complementary color
Monochromatic Colors of #ABA49F
Black with #ABA49F
Text Example
Text Example
White with #ABA49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA49F; }
p { color: rgb(171,164,159); }
H1.HeaderClassName
{
color: #ABA49F;
}
.AnyTagClassName
{
color: #ABA49F;
}
</style>
background-color css
<style>
a { background-color: #ABA49F; }
a { background-color: rgb(171,164,159); }
div.DivClassName
{
background-color: #ABA49F;
}
.BgClassName
{
background-color: #ABA49F;
}
</style>
border-color css
<style>
span { border-color: #ABA49F; }
span { border-color: rgb(171,164,159); }
td.TdClassName
{
border-color: #ABA49F;
}
.TagClassName
{
border-color: #ABA49F;
}
</style>