Shades of Foggy Grey #ADAD9E
Tints of Foggy Grey #ADAD9E
RGB
CMYK
RGB Variations
Color information
#ADAD9E (or 0xADAD9E) is known color: Foggy Grey. HEX triplet: AD, AD and 9E. RGB value is (173,173,158). Sum of RGB (Red+Green+Blue) = 173+173+158=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD9E is #525261. Grayscale: #ABABAB. Windows color (decimal): -5395042 or 10399149. OLE color: 10399149.
HSL color Cylindrical-coordinate representation of color #ADAD9E: hue angle of 60º degrees, saturation: 0.08, 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 #ADAD9E is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 158 | - |
CMYK | 0 | 0 | 0.09 | 0.32 |
HSL | 60º | 0.08% | 0.65% | - |
HSV(B) | 60º | 0.09% | 0.68% | - |
XYZ | 38.35 | 41.24 | 38.29 | - |
YUV | 171.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 158 | 0 | 0 | 0.09 | 0.32 | 60 | 0.08 | 0.65 |
Hex | AD | AD | 9E | 0 | 0 | 9 | 20 | 3C | 8 | 41 |
Octal | 255 | 255 | 236 | 0 | 0 | 11 | 40 | 74 | 10 | 101 |
Binary | 10101101 | 10101101 | 10011110 | 0 | 0 | 1001 | 100000 | 111100 | 1000 | 1000001 |
Color Harmonies of #ADAD9E
Complementary color
Monochromatic Colors of #ADAD9E
Black with #ADAD9E
Text Example
Text Example
White with #ADAD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD9E; }
p { color: rgb(173,173,158); }
H1.HeaderClassName
{
color: #ADAD9E;
}
.AnyTagClassName
{
color: #ADAD9E;
}
</style>
background-color css
<style>
a { background-color: #ADAD9E; }
a { background-color: rgb(173,173,158); }
div.DivClassName
{
background-color: #ADAD9E;
}
.BgClassName
{
background-color: #ADAD9E;
}
</style>
border-color css
<style>
span { border-color: #ADAD9E; }
span { border-color: rgb(173,173,158); }
td.TdClassName
{
border-color: #ADAD9E;
}
.TagClassName
{
border-color: #ADAD9E;
}
</style>