Shades of Cloudy #ABA095
Tints of Cloudy #ABA095
RGB
CMYK
RGB Variations
Color information
#ABA095 (or 0xABA095) is known color: Cloudy. HEX triplet: AB, A0 and 95. RGB value is (171,160,149). Sum of RGB (Red+Green+Blue) = 171+160+149=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA095 is #545F6A. Grayscale: #A2A2A2. Windows color (decimal): -5529451 or 9805995. OLE color: 9805995.
HSL color Cylindrical-coordinate representation of color #ABA095: hue angle of 30º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA095 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 149 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.33 |
| HSL | 30º | 0.12% | 0.63% | - |
| HSV(B) | 30º | 0.13% | 0.67% | - |
| XYZ | 34.79 | 35.97 | 33.54 | - |
| YUV | 162.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 149 | 0 | 0.06 | 0.13 | 0.33 | 30 | 0.12 | 0.63 |
| Hex | AB | A0 | 95 | 0 | 6 | D | 21 | 1E | C | 3F |
| Octal | 253 | 240 | 225 | 0 | 6 | 15 | 41 | 36 | 14 | 77 |
| Binary | 10101011 | 10100000 | 10010101 | 0 | 110 | 1101 | 100001 | 11110 | 1100 | 111111 |
Color Harmonies of #ABA095
Complementary color
Monochromatic Colors of #ABA095
Black with #ABA095
Text Example
Text Example
White with #ABA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA095; }
p { color: rgb(171,160,149); }
H1.HeaderClassName
{
color: #ABA095;
}
.AnyTagClassName
{
color: #ABA095;
}
</style>
background-color css
<style>
a { background-color: #ABA095; }
a { background-color: rgb(171,160,149); }
div.DivClassName
{
background-color: #ABA095;
}
.BgClassName
{
background-color: #ABA095;
}
</style>
border-color css
<style>
span { border-color: #ABA095; }
span { border-color: rgb(171,160,149); }
td.TdClassName
{
border-color: #ABA095;
}
.TagClassName
{
border-color: #ABA095;
}
</style>