Shades of Foggy Grey #ADAB9E
Tints of Foggy Grey #ADAB9E
RGB
CMYK
RGB Variations
Color information
#ADAB9E (or 0xADAB9E) is known color: Foggy Grey. HEX triplet: AD, AB and 9E. RGB value is (173,171,158). Sum of RGB (Red+Green+Blue) = 173+171+158=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB9E is #525461. Grayscale: #AAAAAA. Windows color (decimal): -5395554 or 10398637. OLE color: 10398637.
HSL color Cylindrical-coordinate representation of color #ADAB9E: hue angle of 52º 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 #ADAB9E is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 158 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.32 |
| HSL | 52º | 0.08% | 0.65% | - |
| HSV(B) | 52º | 0.09% | 0.68% | - |
| XYZ | 37.97 | 40.48 | 38.16 | - |
| YUV | 170.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 158 | 0 | 0.01 | 0.09 | 0.32 | 52 | 0.08 | 0.65 |
| Hex | AD | AB | 9E | 0 | 1 | 9 | 20 | 34 | 8 | 41 |
| Octal | 255 | 253 | 236 | 0 | 1 | 11 | 40 | 64 | 10 | 101 |
| Binary | 10101101 | 10101011 | 10011110 | 0 | 1 | 1001 | 100000 | 110100 | 1000 | 1000001 |
Color Harmonies of #ADAB9E
Complementary color
Monochromatic Colors of #ADAB9E
Black with #ADAB9E
Text Example
Text Example
White with #ADAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB9E; }
p { color: rgb(173,171,158); }
H1.HeaderClassName
{
color: #ADAB9E;
}
.AnyTagClassName
{
color: #ADAB9E;
}
</style>
background-color css
<style>
a { background-color: #ADAB9E; }
a { background-color: rgb(173,171,158); }
div.DivClassName
{
background-color: #ADAB9E;
}
.BgClassName
{
background-color: #ADAB9E;
}
</style>
border-color css
<style>
span { border-color: #ADAB9E; }
span { border-color: rgb(173,171,158); }
td.TdClassName
{
border-color: #ADAB9E;
}
.TagClassName
{
border-color: #ADAB9E;
}
</style>