Shades of Foggy Grey #AEAC9D
Tints of Foggy Grey #AEAC9D
RGB
CMYK
RGB Variations
Color information
#AEAC9D (or 0xAEAC9D) is known color: Foggy Grey. HEX triplet: AE, AC and 9D. RGB value is (174,172,157). Sum of RGB (Red+Green+Blue) = 174+172+157=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC9D is #515362. Grayscale: #AAAAAA. Windows color (decimal): -5329763 or 10333358. OLE color: 10333358.
HSL color Cylindrical-coordinate representation of color #AEAC9D: hue angle of 52.94º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEAC9D is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 157 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.32 |
| HSL | 52.94º | 0.09% | 0.65% | - |
| HSV(B) | 52.94º | 0.1% | 0.68% | - |
| XYZ | 38.29 | 40.94 | 37.78 | - |
| YUV | 170.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 157 | 0 | 0.01 | 0.10 | 0.32 | 52.94 | 0.09 | 0.65 |
| Hex | AE | AC | 9D | 0 | 1 | A | 20 | 35 | 9 | 41 |
| Octal | 256 | 254 | 235 | 0 | 1 | 12 | 40 | 65 | 11 | 101 |
| Binary | 10101110 | 10101100 | 10011101 | 0 | 1 | 1010 | 100000 | 110101 | 1001 | 1000001 |
Color Harmonies of #AEAC9D
Complementary color
Monochromatic Colors of #AEAC9D
Black with #AEAC9D
Text Example
Text Example
White with #AEAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC9D; }
p { color: rgb(174,172,157); }
H1.HeaderClassName
{
color: #AEAC9D;
}
.AnyTagClassName
{
color: #AEAC9D;
}
</style>
background-color css
<style>
a { background-color: #AEAC9D; }
a { background-color: rgb(174,172,157); }
div.DivClassName
{
background-color: #AEAC9D;
}
.BgClassName
{
background-color: #AEAC9D;
}
</style>
border-color css
<style>
span { border-color: #AEAC9D; }
span { border-color: rgb(174,172,157); }
td.TdClassName
{
border-color: #AEAC9D;
}
.TagClassName
{
border-color: #AEAC9D;
}
</style>