Shades of Foggy Grey #ACAC9B
Tints of Foggy Grey #ACAC9B
RGB
CMYK
RGB Variations
Color information
#ACAC9B (or 0xACAC9B) is known color: Foggy Grey. HEX triplet: AC, AC and 9B. RGB value is (172,172,155). Sum of RGB (Red+Green+Blue) = 172+172+155=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC9B is #535364. Grayscale: #AAAAAA. Windows color (decimal): -5460837 or 10202284. OLE color: 10202284.
HSL color Cylindrical-coordinate representation of color #ACAC9B: hue angle of 60º 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 #ACAC9B is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 155 | - |
| CMYK | 0 | 0 | 0.10 | 0.33 |
| HSL | 60º | 0.09% | 0.64% | - |
| HSV(B) | 60º | 0.1% | 0.67% | - |
| XYZ | 37.68 | 40.64 | 36.87 | - |
| YUV | 170.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 155 | 0 | 0 | 0.10 | 0.33 | 60 | 0.09 | 0.64 |
| Hex | AC | AC | 9B | 0 | 0 | A | 21 | 3C | 9 | 40 |
| Octal | 254 | 254 | 233 | 0 | 0 | 12 | 41 | 74 | 11 | 100 |
| Binary | 10101100 | 10101100 | 10011011 | 0 | 0 | 1010 | 100001 | 111100 | 1001 | 1000000 |
Color Harmonies of #ACAC9B
Complementary color
Monochromatic Colors of #ACAC9B
Black with #ACAC9B
Text Example
Text Example
White with #ACAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC9B; }
p { color: rgb(172,172,155); }
H1.HeaderClassName
{
color: #ACAC9B;
}
.AnyTagClassName
{
color: #ACAC9B;
}
</style>
background-color css
<style>
a { background-color: #ACAC9B; }
a { background-color: rgb(172,172,155); }
div.DivClassName
{
background-color: #ACAC9B;
}
.BgClassName
{
background-color: #ACAC9B;
}
</style>
border-color css
<style>
span { border-color: #ACAC9B; }
span { border-color: rgb(172,172,155); }
td.TdClassName
{
border-color: #ACAC9B;
}
.TagClassName
{
border-color: #ACAC9B;
}
</style>