Shades of Foggy Grey #ADACA7
Tints of Foggy Grey #ADACA7
RGB
CMYK
RGB Variations
Color information
#ADACA7 (or 0xADACA7) is known color: Foggy Grey. HEX triplet: AD, AC and A7. RGB value is (173,172,167). Sum of RGB (Red+Green+Blue) = 173+172+167=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA7 is #525358. Grayscale: #ABABAB. Windows color (decimal): -5395289 or 10988717. OLE color: 10988717.
HSL color Cylindrical-coordinate representation of color #ADACA7: hue angle of 50º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADACA7 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 172 | 167 | - |
CMYK | 0 | 0.01 | 0.03 | 0.32 |
HSL | 50º | 0.04% | 0.67% | - |
HSV(B) | 50º | 0.03% | 0.68% | - |
XYZ | 38.96 | 41.18 | 42.45 | - |
YUV | 171.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 172 | 167 | 0 | 0.01 | 0.03 | 0.32 | 50 | 0.04 | 0.67 |
Hex | AD | AC | A7 | 0 | 1 | 3 | 20 | 32 | 4 | 43 |
Octal | 255 | 254 | 247 | 0 | 1 | 3 | 40 | 62 | 4 | 103 |
Binary | 10101101 | 10101100 | 10100111 | 0 | 1 | 11 | 100000 | 110010 | 100 | 1000011 |
Color Harmonies of #ADACA7
Complementary color
Monochromatic Colors of #ADACA7
Black with #ADACA7
Text Example
Text Example
White with #ADACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACA7; }
p { color: rgb(173,172,167); }
H1.HeaderClassName
{
color: #ADACA7;
}
.AnyTagClassName
{
color: #ADACA7;
}
</style>
background-color css
<style>
a { background-color: #ADACA7; }
a { background-color: rgb(173,172,167); }
div.DivClassName
{
background-color: #ADACA7;
}
.BgClassName
{
background-color: #ADACA7;
}
</style>
border-color css
<style>
span { border-color: #ADACA7; }
span { border-color: rgb(173,172,167); }
td.TdClassName
{
border-color: #ADACA7;
}
.TagClassName
{
border-color: #ADACA7;
}
</style>