Shades of Cloudy #ABA19A
Tints of Cloudy #ABA19A
RGB
CMYK
RGB Variations
Color information
#ABA19A (or 0xABA19A) is known color: Cloudy. HEX triplet: AB, A1 and 9A. RGB value is (171,161,154). Sum of RGB (Red+Green+Blue) = 171+161+154=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA19A is #545E65. Grayscale: #A3A3A3. Windows color (decimal): -5529190 or 10133931. OLE color: 10133931.
HSL color Cylindrical-coordinate representation of color #ABA19A: hue angle of 24.71º 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 #ABA19A is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 154 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.33 |
| HSL | 24.71º | 0.09% | 0.64% | - |
| HSV(B) | 24.71º | 0.1% | 0.67% | - |
| XYZ | 35.37 | 36.48 | 35.75 | - |
| YUV | 163.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 154 | 0 | 0.06 | 0.10 | 0.33 | 24.71 | 0.09 | 0.64 |
| Hex | AB | A1 | 9A | 0 | 6 | A | 21 | 19 | 9 | 40 |
| Octal | 253 | 241 | 232 | 0 | 6 | 12 | 41 | 31 | 11 | 100 |
| Binary | 10101011 | 10100001 | 10011010 | 0 | 110 | 1010 | 100001 | 11001 | 1001 | 1000000 |
Color Harmonies of #ABA19A
Complementary color
Monochromatic Colors of #ABA19A
Black with #ABA19A
Text Example
Text Example
White with #ABA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA19A; }
p { color: rgb(171,161,154); }
H1.HeaderClassName
{
color: #ABA19A;
}
.AnyTagClassName
{
color: #ABA19A;
}
</style>
background-color css
<style>
a { background-color: #ABA19A; }
a { background-color: rgb(171,161,154); }
div.DivClassName
{
background-color: #ABA19A;
}
.BgClassName
{
background-color: #ABA19A;
}
</style>
border-color css
<style>
span { border-color: #ABA19A; }
span { border-color: rgb(171,161,154); }
td.TdClassName
{
border-color: #ABA19A;
}
.TagClassName
{
border-color: #ABA19A;
}
</style>