Shades of Foggy Grey #ACABA0
Tints of Foggy Grey #ACABA0
RGB
CMYK
RGB Variations
Color information
#ACABA0 (or 0xACABA0) is known color: Foggy Grey. HEX triplet: AC, AB and A0. RGB value is (172,171,160). Sum of RGB (Red+Green+Blue) = 172+171+160=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 172 - color contains mainly: red. Hex color #ACABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACABA0 is #53545F. Grayscale: #AAAAAA. Windows color (decimal): -5461088 or 10529708. OLE color: 10529708.
HSL color Cylindrical-coordinate representation of color #ACABA0: hue angle of 55º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACABA0 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 160 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.33 |
| HSL | 55º | 0.07% | 0.65% | - |
| HSV(B) | 55º | 0.07% | 0.67% | - |
| XYZ | 37.92 | 40.43 | 39.06 | - |
| YUV | 170.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 160 | 0 | 0.01 | 0.07 | 0.33 | 55 | 0.07 | 0.65 |
| Hex | AC | AB | A0 | 0 | 1 | 7 | 21 | 37 | 7 | 41 |
| Octal | 254 | 253 | 240 | 0 | 1 | 7 | 41 | 67 | 7 | 101 |
| Binary | 10101100 | 10101011 | 10100000 | 0 | 1 | 111 | 100001 | 110111 | 111 | 1000001 |
Color Harmonies of #ACABA0
Complementary color
Monochromatic Colors of #ACABA0
Black with #ACABA0
Text Example
Text Example
White with #ACABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABA0; }
p { color: rgb(172,171,160); }
H1.HeaderClassName
{
color: #ACABA0;
}
.AnyTagClassName
{
color: #ACABA0;
}
</style>
background-color css
<style>
a { background-color: #ACABA0; }
a { background-color: rgb(172,171,160); }
div.DivClassName
{
background-color: #ACABA0;
}
.BgClassName
{
background-color: #ACABA0;
}
</style>
border-color css
<style>
span { border-color: #ACABA0; }
span { border-color: rgb(172,171,160); }
td.TdClassName
{
border-color: #ACABA0;
}
.TagClassName
{
border-color: #ACABA0;
}
</style>