Shades of Foggy Grey #ADAD9F
Tints of Foggy Grey #ADAD9F
RGB
CMYK
RGB Variations
Color information
#ADAD9F (or 0xADAD9F) is known color: Foggy Grey. HEX triplet: AD, AD and 9F. RGB value is (173,173,159). Sum of RGB (Red+Green+Blue) = 173+173+159=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD9F is #525260. Grayscale: #ABABAB. Windows color (decimal): -5395041 or 10464685. OLE color: 10464685.
HSL color Cylindrical-coordinate representation of color #ADAD9F: 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.08%. Process color model (Four color, CMYK) of #ADAD9F is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 159 | - |
CMYK | 0 | 0 | 0.08 | 0.32 |
HSL | 60º | 0.08% | 0.65% | - |
HSV(B) | 60º | 0.08% | 0.68% | - |
XYZ | 38.44 | 41.27 | 38.74 | - |
YUV | 171.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 159 | 0 | 0 | 0.08 | 0.32 | 60 | 0.08 | 0.65 |
Hex | AD | AD | 9F | 0 | 0 | 8 | 20 | 3C | 8 | 41 |
Octal | 255 | 255 | 237 | 0 | 0 | 10 | 40 | 74 | 10 | 101 |
Binary | 10101101 | 10101101 | 10011111 | 0 | 0 | 1000 | 100000 | 111100 | 1000 | 1000001 |
Color Harmonies of #ADAD9F
Complementary color
Monochromatic Colors of #ADAD9F
Black with #ADAD9F
Text Example
Text Example
White with #ADAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD9F; }
p { color: rgb(173,173,159); }
H1.HeaderClassName
{
color: #ADAD9F;
}
.AnyTagClassName
{
color: #ADAD9F;
}
</style>
background-color css
<style>
a { background-color: #ADAD9F; }
a { background-color: rgb(173,173,159); }
div.DivClassName
{
background-color: #ADAD9F;
}
.BgClassName
{
background-color: #ADAD9F;
}
</style>
border-color css
<style>
span { border-color: #ADAD9F; }
span { border-color: rgb(173,173,159); }
td.TdClassName
{
border-color: #ADAD9F;
}
.TagClassName
{
border-color: #ADAD9F;
}
</style>