Shades of Cloudy #ABA098
Tints of Cloudy #ABA098
RGB
CMYK
RGB Variations
Color information
#ABA098 (or 0xABA098) is known color: Cloudy. HEX triplet: AB, A0 and 98. RGB value is (171,160,152). Sum of RGB (Red+Green+Blue) = 171+160+152=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA098 is #545F67. Grayscale: #A2A2A2. Windows color (decimal): -5529448 or 10002603. OLE color: 10002603.
HSL color Cylindrical-coordinate representation of color #ABA098: hue angle of 25.26º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA098 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 160 | 152 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.33 |
| HSL | 25.26º | 0.1% | 0.63% | - |
| HSV(B) | 25.26º | 0.11% | 0.67% | - |
| XYZ | 35.03 | 36.07 | 34.82 | - |
| YUV | 162.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 152 | 0 | 0.06 | 0.11 | 0.33 | 25.26 | 0.1 | 0.63 |
| Hex | AB | A0 | 98 | 0 | 6 | B | 21 | 19 | A | 3F |
| Octal | 253 | 240 | 230 | 0 | 6 | 13 | 41 | 31 | 12 | 77 |
| Binary | 10101011 | 10100000 | 10011000 | 0 | 110 | 1011 | 100001 | 11001 | 1010 | 111111 |
Color Harmonies of #ABA098
Complementary color
Monochromatic Colors of #ABA098
Black with #ABA098
Text Example
Text Example
White with #ABA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA098; }
p { color: rgb(171,160,152); }
H1.HeaderClassName
{
color: #ABA098;
}
.AnyTagClassName
{
color: #ABA098;
}
</style>
background-color css
<style>
a { background-color: #ABA098; }
a { background-color: rgb(171,160,152); }
div.DivClassName
{
background-color: #ABA098;
}
.BgClassName
{
background-color: #ABA098;
}
</style>
border-color css
<style>
span { border-color: #ABA098; }
span { border-color: rgb(171,160,152); }
td.TdClassName
{
border-color: #ABA098;
}
.TagClassName
{
border-color: #ABA098;
}
</style>