Shades of Foggy Grey #ADAE9C
Tints of Foggy Grey #ADAE9C
RGB
CMYK
RGB Variations
Color information
#ADAE9C (or 0xADAE9C) is known color: Foggy Grey. HEX triplet: AD, AE and 9C. RGB value is (173,174,156). Sum of RGB (Red+Green+Blue) = 173+174+156=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE9C is #525163. Grayscale: #ABABAB. Windows color (decimal): -5394788 or 10268333. OLE color: 10268333.
HSL color Cylindrical-coordinate representation of color #ADAE9C: hue angle of 63.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAE9C is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 156 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.32 |
| HSL | 63.33º | 0.1% | 0.65% | - |
| HSV(B) | 63.33º | 0.1% | 0.68% | - |
| XYZ | 38.37 | 41.56 | 37.45 | - |
| YUV | 171.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 156 | 0.01 | 0 | 0.10 | 0.32 | 63.33 | 0.1 | 0.65 |
| Hex | AD | AE | 9C | 1 | 0 | A | 20 | 3F | A | 41 |
| Octal | 255 | 256 | 234 | 1 | 0 | 12 | 40 | 77 | 12 | 101 |
| Binary | 10101101 | 10101110 | 10011100 | 1 | 0 | 1010 | 100000 | 111111 | 1010 | 1000001 |
Color Harmonies of #ADAE9C
Complementary color
Monochromatic Colors of #ADAE9C
Black with #ADAE9C
Text Example
Text Example
White with #ADAE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE9C; }
p { color: rgb(173,174,156); }
H1.HeaderClassName
{
color: #ADAE9C;
}
.AnyTagClassName
{
color: #ADAE9C;
}
</style>
background-color css
<style>
a { background-color: #ADAE9C; }
a { background-color: rgb(173,174,156); }
div.DivClassName
{
background-color: #ADAE9C;
}
.BgClassName
{
background-color: #ADAE9C;
}
</style>
border-color css
<style>
span { border-color: #ADAE9C; }
span { border-color: rgb(173,174,156); }
td.TdClassName
{
border-color: #ADAE9C;
}
.TagClassName
{
border-color: #ADAE9C;
}
</style>