Shades of Cloudy #ABA195
Tints of Cloudy #ABA195
RGB
CMYK
RGB Variations
Color information
#ABA195 (or 0xABA195) is known color: Cloudy. HEX triplet: AB, A1 and 95. RGB value is (171,161,149). Sum of RGB (Red+Green+Blue) = 171+161+149=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA195 is #545E6A. Grayscale: #A2A2A2. Windows color (decimal): -5529195 or 9806251. OLE color: 9806251.
HSL color Cylindrical-coordinate representation of color #ABA195: hue angle of 32.73º 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 #ABA195 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 149 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.33 |
| HSL | 32.73º | 0.12% | 0.63% | - |
| HSV(B) | 32.73º | 0.13% | 0.67% | - |
| XYZ | 34.96 | 36.32 | 33.6 | - |
| YUV | 162.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 149 | 0 | 0.06 | 0.13 | 0.33 | 32.73 | 0.12 | 0.63 |
| Hex | AB | A1 | 95 | 0 | 6 | D | 21 | 21 | C | 3F |
| Octal | 253 | 241 | 225 | 0 | 6 | 15 | 41 | 41 | 14 | 77 |
| Binary | 10101011 | 10100001 | 10010101 | 0 | 110 | 1101 | 100001 | 100001 | 1100 | 111111 |
Color Harmonies of #ABA195
Complementary color
Monochromatic Colors of #ABA195
Black with #ABA195
Text Example
Text Example
White with #ABA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA195; }
p { color: rgb(171,161,149); }
H1.HeaderClassName
{
color: #ABA195;
}
.AnyTagClassName
{
color: #ABA195;
}
</style>
background-color css
<style>
a { background-color: #ABA195; }
a { background-color: rgb(171,161,149); }
div.DivClassName
{
background-color: #ABA195;
}
.BgClassName
{
background-color: #ABA195;
}
</style>
border-color css
<style>
span { border-color: #ABA195; }
span { border-color: rgb(171,161,149); }
td.TdClassName
{
border-color: #ABA195;
}
.TagClassName
{
border-color: #ABA195;
}
</style>