Shades of Cloudy #ABA8A4
Tints of Cloudy #ABA8A4
RGB
CMYK
RGB Variations
Color information
#ABA8A4 (or 0xABA8A4) is known color: Cloudy. HEX triplet: AB, A8 and A4. RGB value is (171,168,164). Sum of RGB (Red+Green+Blue) = 171+168+164=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA8A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8A4 is #54575B. Grayscale: #A8A8A8. Windows color (decimal): -5527388 or 10791083. OLE color: 10791083.
HSL color Cylindrical-coordinate representation of color #ABA8A4: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABA8A4 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 164 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.33 |
| HSL | 34.29º | 0.04% | 0.66% | - |
| HSV(B) | 34.29º | 0.04% | 0.67% | - |
| XYZ | 37.5 | 39.34 | 40.74 | - |
| YUV | 168.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 164 | 0 | 0.02 | 0.04 | 0.33 | 34.29 | 0.04 | 0.66 |
| Hex | AB | A8 | A4 | 0 | 2 | 4 | 21 | 22 | 4 | 42 |
| Octal | 253 | 250 | 244 | 0 | 2 | 4 | 41 | 42 | 4 | 102 |
| Binary | 10101011 | 10101000 | 10100100 | 0 | 10 | 100 | 100001 | 100010 | 100 | 1000010 |
Color Harmonies of #ABA8A4
Complementary color
Monochromatic Colors of #ABA8A4
Black with #ABA8A4
Text Example
Text Example
White with #ABA8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8A4; }
p { color: rgb(171,168,164); }
H1.HeaderClassName
{
color: #ABA8A4;
}
.AnyTagClassName
{
color: #ABA8A4;
}
</style>
background-color css
<style>
a { background-color: #ABA8A4; }
a { background-color: rgb(171,168,164); }
div.DivClassName
{
background-color: #ABA8A4;
}
.BgClassName
{
background-color: #ABA8A4;
}
</style>
border-color css
<style>
span { border-color: #ABA8A4; }
span { border-color: rgb(171,168,164); }
td.TdClassName
{
border-color: #ABA8A4;
}
.TagClassName
{
border-color: #ABA8A4;
}
</style>