Shades of Cloudy #ABA096
Tints of Cloudy #ABA096
RGB
CMYK
RGB Variations
Color information
#ABA096 (or 0xABA096) is known color: Cloudy. HEX triplet: AB, A0 and 96. RGB value is (171,160,150). Sum of RGB (Red+Green+Blue) = 171+160+150=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA096 is #545F69. Grayscale: #A2A2A2. Windows color (decimal): -5529450 or 9871531. OLE color: 9871531.
HSL color Cylindrical-coordinate representation of color #ABA096: hue angle of 28.57º 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 #ABA096 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 150 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.33 |
| HSL | 28.57º | 0.11% | 0.63% | - |
| HSV(B) | 28.57º | 0.12% | 0.67% | - |
| XYZ | 34.87 | 36 | 33.97 | - |
| YUV | 162.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 150 | 0 | 0.06 | 0.12 | 0.33 | 28.57 | 0.11 | 0.63 |
| Hex | AB | A0 | 96 | 0 | 6 | C | 21 | 1D | B | 3F |
| Octal | 253 | 240 | 226 | 0 | 6 | 14 | 41 | 35 | 13 | 77 |
| Binary | 10101011 | 10100000 | 10010110 | 0 | 110 | 1100 | 100001 | 11101 | 1011 | 111111 |
Color Harmonies of #ABA096
Complementary color
Monochromatic Colors of #ABA096
Black with #ABA096
Text Example
Text Example
White with #ABA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA096; }
p { color: rgb(171,160,150); }
H1.HeaderClassName
{
color: #ABA096;
}
.AnyTagClassName
{
color: #ABA096;
}
</style>
background-color css
<style>
a { background-color: #ABA096; }
a { background-color: rgb(171,160,150); }
div.DivClassName
{
background-color: #ABA096;
}
.BgClassName
{
background-color: #ABA096;
}
</style>
border-color css
<style>
span { border-color: #ABA096; }
span { border-color: rgb(171,160,150); }
td.TdClassName
{
border-color: #ABA096;
}
.TagClassName
{
border-color: #ABA096;
}
</style>