Shades of Cloudy #ABA69E
Tints of Cloudy #ABA69E
RGB
CMYK
RGB Variations
Color information
#ABA69E (or 0xABA69E) is known color: Cloudy. HEX triplet: AB, A6 and 9E. RGB value is (171,166,158). Sum of RGB (Red+Green+Blue) = 171+166+158=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA69E is #545961. Grayscale: #A6A6A6. Windows color (decimal): -5527906 or 10397355. OLE color: 10397355.
HSL color Cylindrical-coordinate representation of color #ABA69E: hue angle of 36.92º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA69E is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 158 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.33 |
| HSL | 36.92º | 0.07% | 0.65% | - |
| HSV(B) | 36.92º | 0.08% | 0.67% | - |
| XYZ | 36.6 | 38.4 | 37.83 | - |
| YUV | 166.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 158 | 0 | 0.03 | 0.08 | 0.33 | 36.92 | 0.07 | 0.65 |
| Hex | AB | A6 | 9E | 0 | 3 | 8 | 21 | 25 | 7 | 41 |
| Octal | 253 | 246 | 236 | 0 | 3 | 10 | 41 | 45 | 7 | 101 |
| Binary | 10101011 | 10100110 | 10011110 | 0 | 11 | 1000 | 100001 | 100101 | 111 | 1000001 |
Color Harmonies of #ABA69E
Complementary color
Monochromatic Colors of #ABA69E
Black with #ABA69E
Text Example
Text Example
White with #ABA69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA69E; }
p { color: rgb(171,166,158); }
H1.HeaderClassName
{
color: #ABA69E;
}
.AnyTagClassName
{
color: #ABA69E;
}
</style>
background-color css
<style>
a { background-color: #ABA69E; }
a { background-color: rgb(171,166,158); }
div.DivClassName
{
background-color: #ABA69E;
}
.BgClassName
{
background-color: #ABA69E;
}
</style>
border-color css
<style>
span { border-color: #ABA69E; }
span { border-color: rgb(171,166,158); }
td.TdClassName
{
border-color: #ABA69E;
}
.TagClassName
{
border-color: #ABA69E;
}
</style>