Shades of Foggy Grey #AEAD9E
Tints of Foggy Grey #AEAD9E
RGB
CMYK
RGB Variations
Color information
#AEAD9E (or 0xAEAD9E) is known color: Foggy Grey. HEX triplet: AE, AD and 9E. RGB value is (174,173,158). Sum of RGB (Red+Green+Blue) = 174+173+158=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD9E is #515261. Grayscale: #ABABAB. Windows color (decimal): -5329506 or 10399150. OLE color: 10399150.
HSL color Cylindrical-coordinate representation of color #AEAD9E: hue angle of 56.25º 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 #AEAD9E is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 173 | 158 | - |
CMYK | 0 | 0.01 | 0.09 | 0.32 |
HSL | 56.25º | 0.09% | 0.65% | - |
HSV(B) | 56.25º | 0.09% | 0.68% | - |
XYZ | 38.57 | 41.35 | 38.3 | - |
YUV | 171.59 | 120.33 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 173 | 158 | 0 | 0.01 | 0.09 | 0.32 | 56.25 | 0.09 | 0.65 |
Hex | AE | AD | 9E | 0 | 1 | 9 | 20 | 38 | 9 | 41 |
Octal | 256 | 255 | 236 | 0 | 1 | 11 | 40 | 70 | 11 | 101 |
Binary | 10101110 | 10101101 | 10011110 | 0 | 1 | 1001 | 100000 | 111000 | 1001 | 1000001 |
Color Harmonies of #AEAD9E
Complementary color
Monochromatic Colors of #AEAD9E
Black with #AEAD9E
Text Example
Text Example
White with #AEAD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD9E; }
p { color: rgb(174,173,158); }
H1.HeaderClassName
{
color: #AEAD9E;
}
.AnyTagClassName
{
color: #AEAD9E;
}
</style>
background-color css
<style>
a { background-color: #AEAD9E; }
a { background-color: rgb(174,173,158); }
div.DivClassName
{
background-color: #AEAD9E;
}
.BgClassName
{
background-color: #AEAD9E;
}
</style>
border-color css
<style>
span { border-color: #AEAD9E; }
span { border-color: rgb(174,173,158); }
td.TdClassName
{
border-color: #AEAD9E;
}
.TagClassName
{
border-color: #AEAD9E;
}
</style>