Shades of Cloudy #ABA196
Tints of Cloudy #ABA196
RGB
CMYK
RGB Variations
Color information
#ABA196 (or 0xABA196) is known color: Cloudy. HEX triplet: AB, A1 and 96. RGB value is (171,161,150). Sum of RGB (Red+Green+Blue) = 171+161+150=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA196 is #545E69. Grayscale: #A2A2A2. Windows color (decimal): -5529194 or 9871787. OLE color: 9871787.
HSL color Cylindrical-coordinate representation of color #ABA196: hue angle of 31.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABA196 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 150 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.33 |
| HSL | 31.43º | 0.11% | 0.63% | - |
| HSV(B) | 31.43º | 0.12% | 0.67% | - |
| XYZ | 35.04 | 36.35 | 34.02 | - |
| YUV | 162.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 150 | 0 | 0.06 | 0.12 | 0.33 | 31.43 | 0.11 | 0.63 |
| Hex | AB | A1 | 96 | 0 | 6 | C | 21 | 1F | B | 3F |
| Octal | 253 | 241 | 226 | 0 | 6 | 14 | 41 | 37 | 13 | 77 |
| Binary | 10101011 | 10100001 | 10010110 | 0 | 110 | 1100 | 100001 | 11111 | 1011 | 111111 |
Color Harmonies of #ABA196
Complementary color
Monochromatic Colors of #ABA196
Black with #ABA196
Text Example
Text Example
White with #ABA196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA196; }
p { color: rgb(171,161,150); }
H1.HeaderClassName
{
color: #ABA196;
}
.AnyTagClassName
{
color: #ABA196;
}
</style>
background-color css
<style>
a { background-color: #ABA196; }
a { background-color: rgb(171,161,150); }
div.DivClassName
{
background-color: #ABA196;
}
.BgClassName
{
background-color: #ABA196;
}
</style>
border-color css
<style>
span { border-color: #ABA196; }
span { border-color: rgb(171,161,150); }
td.TdClassName
{
border-color: #ABA196;
}
.TagClassName
{
border-color: #ABA196;
}
</style>