Shades of Foggy Grey #ADAD9D
Tints of Foggy Grey #ADAD9D
RGB
CMYK
RGB Variations
Color information
#ADAD9D (or 0xADAD9D) is known color: Foggy Grey. HEX triplet: AD, AD and 9D. RGB value is (173,173,157). Sum of RGB (Red+Green+Blue) = 173+173+157=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD9D is #525262. Grayscale: #ABABAB. Windows color (decimal): -5395043 or 10333613. OLE color: 10333613.
HSL color Cylindrical-coordinate representation of color #ADAD9D: hue angle of 60º 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 #ADAD9D is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 157 | - |
| CMYK | 0 | 0 | 0.09 | 0.32 |
| HSL | 60º | 0.09% | 0.65% | - |
| HSV(B) | 60º | 0.09% | 0.68% | - |
| XYZ | 38.26 | 41.21 | 37.84 | - |
| YUV | 171.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 157 | 0 | 0 | 0.09 | 0.32 | 60 | 0.09 | 0.65 |
| Hex | AD | AD | 9D | 0 | 0 | 9 | 20 | 3C | 9 | 41 |
| Octal | 255 | 255 | 235 | 0 | 0 | 11 | 40 | 74 | 11 | 101 |
| Binary | 10101101 | 10101101 | 10011101 | 0 | 0 | 1001 | 100000 | 111100 | 1001 | 1000001 |
Color Harmonies of #ADAD9D
Complementary color
Monochromatic Colors of #ADAD9D
Black with #ADAD9D
Text Example
Text Example
White with #ADAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD9D; }
p { color: rgb(173,173,157); }
H1.HeaderClassName
{
color: #ADAD9D;
}
.AnyTagClassName
{
color: #ADAD9D;
}
</style>
background-color css
<style>
a { background-color: #ADAD9D; }
a { background-color: rgb(173,173,157); }
div.DivClassName
{
background-color: #ADAD9D;
}
.BgClassName
{
background-color: #ADAD9D;
}
</style>
border-color css
<style>
span { border-color: #ADAD9D; }
span { border-color: rgb(173,173,157); }
td.TdClassName
{
border-color: #ADAD9D;
}
.TagClassName
{
border-color: #ADAD9D;
}
</style>