Shades of Foggy Grey #ADAB9D
Tints of Foggy Grey #ADAB9D
RGB
CMYK
RGB Variations
Color information
#ADAB9D (or 0xADAB9D) is known color: Foggy Grey. HEX triplet: AD, AB and 9D. RGB value is (173,171,157). Sum of RGB (Red+Green+Blue) = 173+171+157=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB9D is #525462. Grayscale: #AAAAAA. Windows color (decimal): -5395555 or 10333101. OLE color: 10333101.
HSL color Cylindrical-coordinate representation of color #ADAB9D: hue angle of 52.5º 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 #ADAB9D is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 157 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.32 |
| HSL | 52.5º | 0.09% | 0.65% | - |
| HSV(B) | 52.5º | 0.09% | 0.68% | - |
| XYZ | 37.88 | 40.44 | 37.71 | - |
| YUV | 170 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 157 | 0 | 0.01 | 0.09 | 0.32 | 52.5 | 0.09 | 0.65 |
| Hex | AD | AB | 9D | 0 | 1 | 9 | 20 | 34 | 9 | 41 |
| Octal | 255 | 253 | 235 | 0 | 1 | 11 | 40 | 64 | 11 | 101 |
| Binary | 10101101 | 10101011 | 10011101 | 0 | 1 | 1001 | 100000 | 110100 | 1001 | 1000001 |
Color Harmonies of #ADAB9D
Complementary color
Monochromatic Colors of #ADAB9D
Black with #ADAB9D
Text Example
Text Example
White with #ADAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB9D; }
p { color: rgb(173,171,157); }
H1.HeaderClassName
{
color: #ADAB9D;
}
.AnyTagClassName
{
color: #ADAB9D;
}
</style>
background-color css
<style>
a { background-color: #ADAB9D; }
a { background-color: rgb(173,171,157); }
div.DivClassName
{
background-color: #ADAB9D;
}
.BgClassName
{
background-color: #ADAB9D;
}
</style>
border-color css
<style>
span { border-color: #ADAB9D; }
span { border-color: rgb(173,171,157); }
td.TdClassName
{
border-color: #ADAB9D;
}
.TagClassName
{
border-color: #ADAB9D;
}
</style>