Shades of Cloudy #ABA69F
Tints of Cloudy #ABA69F
RGB
CMYK
RGB Variations
Color information
#ABA69F (or 0xABA69F) is known color: Cloudy. HEX triplet: AB, A6 and 9F. RGB value is (171,166,159). Sum of RGB (Red+Green+Blue) = 171+166+159=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA69F is #545960. Grayscale: #A6A6A6. Windows color (decimal): -5527905 or 10462891. OLE color: 10462891.
HSL color Cylindrical-coordinate representation of color #ABA69F: hue angle of 35º 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 #ABA69F is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 159 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.33 |
| HSL | 35º | 0.07% | 0.65% | - |
| HSV(B) | 35º | 0.07% | 0.67% | - |
| XYZ | 36.69 | 38.43 | 38.29 | - |
| YUV | 166.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 159 | 0 | 0.03 | 0.07 | 0.33 | 35 | 0.07 | 0.65 |
| Hex | AB | A6 | 9F | 0 | 3 | 7 | 21 | 23 | 7 | 41 |
| Octal | 253 | 246 | 237 | 0 | 3 | 7 | 41 | 43 | 7 | 101 |
| Binary | 10101011 | 10100110 | 10011111 | 0 | 11 | 111 | 100001 | 100011 | 111 | 1000001 |
Color Harmonies of #ABA69F
Complementary color
Monochromatic Colors of #ABA69F
Black with #ABA69F
Text Example
Text Example
White with #ABA69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA69F; }
p { color: rgb(171,166,159); }
H1.HeaderClassName
{
color: #ABA69F;
}
.AnyTagClassName
{
color: #ABA69F;
}
</style>
background-color css
<style>
a { background-color: #ABA69F; }
a { background-color: rgb(171,166,159); }
div.DivClassName
{
background-color: #ABA69F;
}
.BgClassName
{
background-color: #ABA69F;
}
</style>
border-color css
<style>
span { border-color: #ABA69F; }
span { border-color: rgb(171,166,159); }
td.TdClassName
{
border-color: #ABA69F;
}
.TagClassName
{
border-color: #ABA69F;
}
</style>