Shades of Foggy Grey #AEAD9D
Tints of Foggy Grey #AEAD9D
RGB
CMYK
RGB Variations
Color information
#AEAD9D (or 0xAEAD9D) is known color: Foggy Grey. HEX triplet: AE, AD and 9D. RGB value is (174,173,157). Sum of RGB (Red+Green+Blue) = 174+173+157=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD9D is #515262. Grayscale: #ABABAB. Windows color (decimal): -5329507 or 10333614. OLE color: 10333614.
HSL color Cylindrical-coordinate representation of color #AEAD9D: hue angle of 56.47º 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 #AEAD9D is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 173 | 157 | - |
CMYK | 0 | 0.01 | 0.10 | 0.32 |
HSL | 56.47º | 0.09% | 0.65% | - |
HSV(B) | 56.47º | 0.1% | 0.68% | - |
XYZ | 38.48 | 41.32 | 37.85 | - |
YUV | 171.48 | 119.83 | 129.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 173 | 157 | 0 | 0.01 | 0.10 | 0.32 | 56.47 | 0.09 | 0.65 |
Hex | AE | AD | 9D | 0 | 1 | A | 20 | 38 | 9 | 41 |
Octal | 256 | 255 | 235 | 0 | 1 | 12 | 40 | 70 | 11 | 101 |
Binary | 10101110 | 10101101 | 10011101 | 0 | 1 | 1010 | 100000 | 111000 | 1001 | 1000001 |
Color Harmonies of #AEAD9D
Complementary color
Monochromatic Colors of #AEAD9D
Black with #AEAD9D
Text Example
Text Example
White with #AEAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD9D; }
p { color: rgb(174,173,157); }
H1.HeaderClassName
{
color: #AEAD9D;
}
.AnyTagClassName
{
color: #AEAD9D;
}
</style>
background-color css
<style>
a { background-color: #AEAD9D; }
a { background-color: rgb(174,173,157); }
div.DivClassName
{
background-color: #AEAD9D;
}
.BgClassName
{
background-color: #AEAD9D;
}
</style>
border-color css
<style>
span { border-color: #AEAD9D; }
span { border-color: rgb(174,173,157); }
td.TdClassName
{
border-color: #AEAD9D;
}
.TagClassName
{
border-color: #AEAD9D;
}
</style>