Shades of Cloudy #ACABA8
Tints of Cloudy #ACABA8
RGB
CMYK
RGB Variations
Color information
#ACABA8 (or 0xACABA8) is known color: Cloudy. HEX triplet: AC, AB and A8. RGB value is (172,171,168). Sum of RGB (Red+Green+Blue) = 172+171+168=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 172 - color contains mainly: red. Hex color #ACABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABA8 is #535457. Grayscale: #AAAAAA. Windows color (decimal): -5461080 or 11053996. OLE color: 11053996.
HSL color Cylindrical-coordinate representation of color #ACABA8: hue angle of 45º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACABA8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 168 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.33 |
| HSL | 45º | 0.02% | 0.67% | - |
| HSV(B) | 45º | 0.02% | 0.67% | - |
| XYZ | 38.64 | 40.72 | 42.87 | - |
| YUV | 170.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 168 | 0 | 0.01 | 0.02 | 0.33 | 45 | 0.02 | 0.67 |
| Hex | AC | AB | A8 | 0 | 1 | 2 | 21 | 2D | 2 | 43 |
| Octal | 254 | 253 | 250 | 0 | 1 | 2 | 41 | 55 | 2 | 103 |
| Binary | 10101100 | 10101011 | 10101000 | 0 | 1 | 10 | 100001 | 101101 | 10 | 1000011 |
Color Harmonies of #ACABA8
Complementary color
Monochromatic Colors of #ACABA8
Black with #ACABA8
Text Example
Text Example
White with #ACABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABA8; }
p { color: rgb(172,171,168); }
H1.HeaderClassName
{
color: #ACABA8;
}
.AnyTagClassName
{
color: #ACABA8;
}
</style>
background-color css
<style>
a { background-color: #ACABA8; }
a { background-color: rgb(172,171,168); }
div.DivClassName
{
background-color: #ACABA8;
}
.BgClassName
{
background-color: #ACABA8;
}
</style>
border-color css
<style>
span { border-color: #ACABA8; }
span { border-color: rgb(172,171,168); }
td.TdClassName
{
border-color: #ACABA8;
}
.TagClassName
{
border-color: #ACABA8;
}
</style>