Shades of Cloudy #ABA394
Tints of Cloudy #ABA394
RGB
CMYK
RGB Variations
Color information
#ABA394 (or 0xABA394) is known color: Cloudy. HEX triplet: AB, A3 and 94. RGB value is (171,163,148). Sum of RGB (Red+Green+Blue) = 171+163+148=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA394 is #545C6B. Grayscale: #A3A3A3. Windows color (decimal): -5528684 or 9741227. OLE color: 9741227.
HSL color Cylindrical-coordinate representation of color #ABA394: hue angle of 39.13º 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 #ABA394 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 148 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.33 |
| HSL | 39.13º | 0.12% | 0.63% | - |
| HSV(B) | 39.13º | 0.13% | 0.67% | - |
| XYZ | 35.24 | 36.99 | 33.3 | - |
| YUV | 163.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 148 | 0 | 0.05 | 0.13 | 0.33 | 39.13 | 0.12 | 0.63 |
| Hex | AB | A3 | 94 | 0 | 5 | D | 21 | 27 | C | 3F |
| Octal | 253 | 243 | 224 | 0 | 5 | 15 | 41 | 47 | 14 | 77 |
| Binary | 10101011 | 10100011 | 10010100 | 0 | 101 | 1101 | 100001 | 100111 | 1100 | 111111 |
Color Harmonies of #ABA394
Complementary color
Monochromatic Colors of #ABA394
Black with #ABA394
Text Example
Text Example
White with #ABA394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA394; }
p { color: rgb(171,163,148); }
H1.HeaderClassName
{
color: #ABA394;
}
.AnyTagClassName
{
color: #ABA394;
}
</style>
background-color css
<style>
a { background-color: #ABA394; }
a { background-color: rgb(171,163,148); }
div.DivClassName
{
background-color: #ABA394;
}
.BgClassName
{
background-color: #ABA394;
}
</style>
border-color css
<style>
span { border-color: #ABA394; }
span { border-color: rgb(171,163,148); }
td.TdClassName
{
border-color: #ABA394;
}
.TagClassName
{
border-color: #ABA394;
}
</style>