Shades of Cloudy #ABA199
Tints of Cloudy #ABA199
RGB
CMYK
RGB Variations
Color information
#ABA199 (or 0xABA199) is known color: Cloudy. HEX triplet: AB, A1 and 99. RGB value is (171,161,153). Sum of RGB (Red+Green+Blue) = 171+161+153=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA199 is #545E66. Grayscale: #A3A3A3. Windows color (decimal): -5529191 or 10068395. OLE color: 10068395.
HSL color Cylindrical-coordinate representation of color #ABA199: hue angle of 26.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA199 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 153 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.33 |
| HSL | 26.67º | 0.1% | 0.64% | - |
| HSV(B) | 26.67º | 0.11% | 0.67% | - |
| XYZ | 35.29 | 36.45 | 35.31 | - |
| YUV | 163.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 153 | 0 | 0.06 | 0.11 | 0.33 | 26.67 | 0.1 | 0.64 |
| Hex | AB | A1 | 99 | 0 | 6 | B | 21 | 1B | A | 40 |
| Octal | 253 | 241 | 231 | 0 | 6 | 13 | 41 | 33 | 12 | 100 |
| Binary | 10101011 | 10100001 | 10011001 | 0 | 110 | 1011 | 100001 | 11011 | 1010 | 1000000 |
Color Harmonies of #ABA199
Complementary color
Monochromatic Colors of #ABA199
Black with #ABA199
Text Example
Text Example
White with #ABA199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA199; }
p { color: rgb(171,161,153); }
H1.HeaderClassName
{
color: #ABA199;
}
.AnyTagClassName
{
color: #ABA199;
}
</style>
background-color css
<style>
a { background-color: #ABA199; }
a { background-color: rgb(171,161,153); }
div.DivClassName
{
background-color: #ABA199;
}
.BgClassName
{
background-color: #ABA199;
}
</style>
border-color css
<style>
span { border-color: #ABA199; }
span { border-color: rgb(171,161,153); }
td.TdClassName
{
border-color: #ABA199;
}
.TagClassName
{
border-color: #ABA199;
}
</style>