Shades of Cloudy #ABA39A
Tints of Cloudy #ABA39A
RGB
CMYK
RGB Variations
Color information
#ABA39A (or 0xABA39A) is known color: Cloudy. HEX triplet: AB, A3 and 9A. RGB value is (171,163,154). Sum of RGB (Red+Green+Blue) = 171+163+154=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA39A is #545C65. Grayscale: #A4A4A4. Windows color (decimal): -5528678 or 10134443. OLE color: 10134443.
HSL color Cylindrical-coordinate representation of color #ABA39A: hue angle of 31.76º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA39A is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 154 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.33 |
| HSL | 31.76º | 0.09% | 0.64% | - |
| HSV(B) | 31.76º | 0.1% | 0.67% | - |
| XYZ | 35.72 | 37.19 | 35.87 | - |
| YUV | 164.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 154 | 0 | 0.05 | 0.10 | 0.33 | 31.76 | 0.09 | 0.64 |
| Hex | AB | A3 | 9A | 0 | 5 | A | 21 | 20 | 9 | 40 |
| Octal | 253 | 243 | 232 | 0 | 5 | 12 | 41 | 40 | 11 | 100 |
| Binary | 10101011 | 10100011 | 10011010 | 0 | 101 | 1010 | 100001 | 100000 | 1001 | 1000000 |
Color Harmonies of #ABA39A
Complementary color
Monochromatic Colors of #ABA39A
Black with #ABA39A
Text Example
Text Example
White with #ABA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA39A; }
p { color: rgb(171,163,154); }
H1.HeaderClassName
{
color: #ABA39A;
}
.AnyTagClassName
{
color: #ABA39A;
}
</style>
background-color css
<style>
a { background-color: #ABA39A; }
a { background-color: rgb(171,163,154); }
div.DivClassName
{
background-color: #ABA39A;
}
.BgClassName
{
background-color: #ABA39A;
}
</style>
border-color css
<style>
span { border-color: #ABA39A; }
span { border-color: rgb(171,163,154); }
td.TdClassName
{
border-color: #ABA39A;
}
.TagClassName
{
border-color: #ABA39A;
}
</style>