Shades of Foggy Grey #ADAD9B
Tints of Foggy Grey #ADAD9B
RGB
CMYK
RGB Variations
Color information
#ADAD9B (or 0xADAD9B) is known color: Foggy Grey. HEX triplet: AD, AD and 9B. RGB value is (173,173,155). Sum of RGB (Red+Green+Blue) = 173+173+155=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAD9B is #525264. Grayscale: #ABABAB. Windows color (decimal): -5395045 or 10202541. OLE color: 10202541.
HSL color Cylindrical-coordinate representation of color #ADAD9B: hue angle of 60º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAD9B is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 155 | - |
| CMYK | 0 | 0 | 0.10 | 0.32 |
| HSL | 60º | 0.1% | 0.64% | - |
| HSV(B) | 60º | 0.1% | 0.68% | - |
| XYZ | 38.09 | 41.14 | 36.94 | - |
| YUV | 170.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 155 | 0 | 0 | 0.10 | 0.32 | 60 | 0.1 | 0.64 |
| Hex | AD | AD | 9B | 0 | 0 | A | 20 | 3C | A | 40 |
| Octal | 255 | 255 | 233 | 0 | 0 | 12 | 40 | 74 | 12 | 100 |
| Binary | 10101101 | 10101101 | 10011011 | 0 | 0 | 1010 | 100000 | 111100 | 1010 | 1000000 |
Color Harmonies of #ADAD9B
Complementary color
Monochromatic Colors of #ADAD9B
Black with #ADAD9B
Text Example
Text Example
White with #ADAD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD9B; }
p { color: rgb(173,173,155); }
H1.HeaderClassName
{
color: #ADAD9B;
}
.AnyTagClassName
{
color: #ADAD9B;
}
</style>
background-color css
<style>
a { background-color: #ADAD9B; }
a { background-color: rgb(173,173,155); }
div.DivClassName
{
background-color: #ADAD9B;
}
.BgClassName
{
background-color: #ADAD9B;
}
</style>
border-color css
<style>
span { border-color: #ADAD9B; }
span { border-color: rgb(173,173,155); }
td.TdClassName
{
border-color: #ADAD9B;
}
.TagClassName
{
border-color: #ADAD9B;
}
</style>