Shades of Cloudy #ABA69A
Tints of Cloudy #ABA69A
RGB
CMYK
RGB Variations
Color information
#ABA69A (or 0xABA69A) is known color: Cloudy. HEX triplet: AB, A6 and 9A. RGB value is (171,166,154). Sum of RGB (Red+Green+Blue) = 171+166+154=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA69A is #545965. Grayscale: #A6A6A6. Windows color (decimal): -5527910 or 10135211. OLE color: 10135211.
HSL color Cylindrical-coordinate representation of color #ABA69A: hue angle of 42.35º 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 #ABA69A is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 154 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.33 |
| HSL | 42.35º | 0.09% | 0.64% | - |
| HSV(B) | 42.35º | 0.1% | 0.67% | - |
| XYZ | 36.26 | 38.26 | 36.05 | - |
| YUV | 166.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 154 | 0 | 0.03 | 0.10 | 0.33 | 42.35 | 0.09 | 0.64 |
| Hex | AB | A6 | 9A | 0 | 3 | A | 21 | 2A | 9 | 40 |
| Octal | 253 | 246 | 232 | 0 | 3 | 12 | 41 | 52 | 11 | 100 |
| Binary | 10101011 | 10100110 | 10011010 | 0 | 11 | 1010 | 100001 | 101010 | 1001 | 1000000 |
Color Harmonies of #ABA69A
Complementary color
Monochromatic Colors of #ABA69A
Black with #ABA69A
Text Example
Text Example
White with #ABA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA69A; }
p { color: rgb(171,166,154); }
H1.HeaderClassName
{
color: #ABA69A;
}
.AnyTagClassName
{
color: #ABA69A;
}
</style>
background-color css
<style>
a { background-color: #ABA69A; }
a { background-color: rgb(171,166,154); }
div.DivClassName
{
background-color: #ABA69A;
}
.BgClassName
{
background-color: #ABA69A;
}
</style>
border-color css
<style>
span { border-color: #ABA69A; }
span { border-color: rgb(171,166,154); }
td.TdClassName
{
border-color: #ABA69A;
}
.TagClassName
{
border-color: #ABA69A;
}
</style>