Shades of Foggy Grey #ADACA3
Tints of Foggy Grey #ADACA3
RGB
CMYK
RGB Variations
Color information
#ADACA3 (or 0xADACA3) is known color: Foggy Grey. HEX triplet: AD, AC and A3. RGB value is (173,172,163). Sum of RGB (Red+Green+Blue) = 173+172+163=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA3 is #52535C. Grayscale: #ABABAB. Windows color (decimal): -5395293 or 10726573. OLE color: 10726573.
HSL color Cylindrical-coordinate representation of color #ADACA3: hue angle of 54º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADACA3 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 163 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.32 |
| HSL | 54º | 0.06% | 0.66% | - |
| HSV(B) | 54º | 0.06% | 0.68% | - |
| XYZ | 38.6 | 41.03 | 40.54 | - |
| YUV | 171.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 163 | 0 | 0.01 | 0.06 | 0.32 | 54 | 0.06 | 0.66 |
| Hex | AD | AC | A3 | 0 | 1 | 6 | 20 | 36 | 6 | 42 |
| Octal | 255 | 254 | 243 | 0 | 1 | 6 | 40 | 66 | 6 | 102 |
| Binary | 10101101 | 10101100 | 10100011 | 0 | 1 | 110 | 100000 | 110110 | 110 | 1000010 |
Color Harmonies of #ADACA3
Complementary color
Monochromatic Colors of #ADACA3
Black with #ADACA3
Text Example
Text Example
White with #ADACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACA3; }
p { color: rgb(173,172,163); }
H1.HeaderClassName
{
color: #ADACA3;
}
.AnyTagClassName
{
color: #ADACA3;
}
</style>
background-color css
<style>
a { background-color: #ADACA3; }
a { background-color: rgb(173,172,163); }
div.DivClassName
{
background-color: #ADACA3;
}
.BgClassName
{
background-color: #ADACA3;
}
</style>
border-color css
<style>
span { border-color: #ADACA3; }
span { border-color: rgb(173,172,163); }
td.TdClassName
{
border-color: #ADACA3;
}
.TagClassName
{
border-color: #ADACA3;
}
</style>