Shades of Cloudy #ABA295
Tints of Cloudy #ABA295
RGB
CMYK
RGB Variations
Color information
#ABA295 (or 0xABA295) is known color: Cloudy. HEX triplet: AB, A2 and 95. RGB value is (171,162,149). Sum of RGB (Red+Green+Blue) = 171+162+149=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA295 is #545D6A. Grayscale: #A3A3A3. Windows color (decimal): -5528939 or 9806507. OLE color: 9806507.
HSL color Cylindrical-coordinate representation of color #ABA295: hue angle of 35.45º 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 #ABA295 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 149 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.33 |
| HSL | 35.45º | 0.12% | 0.63% | - |
| HSV(B) | 35.45º | 0.13% | 0.67% | - |
| XYZ | 35.14 | 36.67 | 33.66 | - |
| YUV | 163.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 149 | 0 | 0.05 | 0.13 | 0.33 | 35.45 | 0.12 | 0.63 |
| Hex | AB | A2 | 95 | 0 | 5 | D | 21 | 23 | C | 3F |
| Octal | 253 | 242 | 225 | 0 | 5 | 15 | 41 | 43 | 14 | 77 |
| Binary | 10101011 | 10100010 | 10010101 | 0 | 101 | 1101 | 100001 | 100011 | 1100 | 111111 |
Color Harmonies of #ABA295
Complementary color
Monochromatic Colors of #ABA295
Black with #ABA295
Text Example
Text Example
White with #ABA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA295; }
p { color: rgb(171,162,149); }
H1.HeaderClassName
{
color: #ABA295;
}
.AnyTagClassName
{
color: #ABA295;
}
</style>
background-color css
<style>
a { background-color: #ABA295; }
a { background-color: rgb(171,162,149); }
div.DivClassName
{
background-color: #ABA295;
}
.BgClassName
{
background-color: #ABA295;
}
</style>
border-color css
<style>
span { border-color: #ABA295; }
span { border-color: rgb(171,162,149); }
td.TdClassName
{
border-color: #ABA295;
}
.TagClassName
{
border-color: #ABA295;
}
</style>