Shades of Cloudy #ABA29A
Tints of Cloudy #ABA29A
RGB
CMYK
RGB Variations
Color information
#ABA29A (or 0xABA29A) is known color: Cloudy. HEX triplet: AB, A2 and 9A. RGB value is (171,162,154). Sum of RGB (Red+Green+Blue) = 171+162+154=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA29A is #545D65. Grayscale: #A3A3A3. Windows color (decimal): -5528934 or 10134187. OLE color: 10134187.
HSL color Cylindrical-coordinate representation of color #ABA29A: hue angle of 28.24º 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 #ABA29A is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 154 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.33 |
| HSL | 28.24º | 0.09% | 0.64% | - |
| HSV(B) | 28.24º | 0.1% | 0.67% | - |
| XYZ | 35.55 | 36.83 | 35.81 | - |
| YUV | 163.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 154 | 0 | 0.05 | 0.10 | 0.33 | 28.24 | 0.09 | 0.64 |
| Hex | AB | A2 | 9A | 0 | 5 | A | 21 | 1C | 9 | 40 |
| Octal | 253 | 242 | 232 | 0 | 5 | 12 | 41 | 34 | 11 | 100 |
| Binary | 10101011 | 10100010 | 10011010 | 0 | 101 | 1010 | 100001 | 11100 | 1001 | 1000000 |
Color Harmonies of #ABA29A
Complementary color
Monochromatic Colors of #ABA29A
Black with #ABA29A
Text Example
Text Example
White with #ABA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA29A; }
p { color: rgb(171,162,154); }
H1.HeaderClassName
{
color: #ABA29A;
}
.AnyTagClassName
{
color: #ABA29A;
}
</style>
background-color css
<style>
a { background-color: #ABA29A; }
a { background-color: rgb(171,162,154); }
div.DivClassName
{
background-color: #ABA29A;
}
.BgClassName
{
background-color: #ABA29A;
}
</style>
border-color css
<style>
span { border-color: #ABA29A; }
span { border-color: rgb(171,162,154); }
td.TdClassName
{
border-color: #ABA29A;
}
.TagClassName
{
border-color: #ABA29A;
}
</style>