Shades of Foggy Grey #ACAD9D
Tints of Foggy Grey #ACAD9D
RGB
CMYK
RGB Variations
Color information
#ACAD9D (or 0xACAD9D) is known color: Foggy Grey. HEX triplet: AC, AD and 9D. RGB value is (172,173,157). Sum of RGB (Red+Green+Blue) = 172+173+157=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD9D is #535262. Grayscale: #AAAAAA. Windows color (decimal): -5460579 or 10333612. OLE color: 10333612.
HSL color Cylindrical-coordinate representation of color #ACAD9D: hue angle of 63.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACAD9D is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
RGB | 172 | 173 | 157 | - |
CMYK | 0.01 | 0 | 0.09 | 0.32 |
HSL | 63.75º | 0.09% | 0.65% | - |
HSV(B) | 63.75º | 0.09% | 0.68% | - |
XYZ | 38.04 | 41.09 | 37.82 | - |
YUV | 170.88 | 120.17 | 128.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 157 | 0.01 | 0 | 0.09 | 0.32 | 63.75 | 0.09 | 0.65 |
Hex | AC | AD | 9D | 1 | 0 | 9 | 20 | 40 | 9 | 41 |
Octal | 254 | 255 | 235 | 1 | 0 | 11 | 40 | 100 | 11 | 101 |
Binary | 10101100 | 10101101 | 10011101 | 1 | 0 | 1001 | 100000 | 1000000 | 1001 | 1000001 |
Color Harmonies of #ACAD9D
Complementary color
Monochromatic Colors of #ACAD9D
Black with #ACAD9D
Text Example
Text Example
White with #ACAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAD9D; }
p { color: rgb(172,173,157); }
H1.HeaderClassName
{
color: #ACAD9D;
}
.AnyTagClassName
{
color: #ACAD9D;
}
</style>
background-color css
<style>
a { background-color: #ACAD9D; }
a { background-color: rgb(172,173,157); }
div.DivClassName
{
background-color: #ACAD9D;
}
.BgClassName
{
background-color: #ACAD9D;
}
</style>
border-color css
<style>
span { border-color: #ACAD9D; }
span { border-color: rgb(172,173,157); }
td.TdClassName
{
border-color: #ACAD9D;
}
.TagClassName
{
border-color: #ACAD9D;
}
</style>