Shades of Foggy Grey #ADACA1
Tints of Foggy Grey #ADACA1
RGB
CMYK
RGB Variations
Color information
#ADACA1 (or 0xADACA1) is known color: Foggy Grey. HEX triplet: AD, AC and A1. RGB value is (173,172,161). Sum of RGB (Red+Green+Blue) = 173+172+161=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA1 is #52535E. Grayscale: #ABABAB. Windows color (decimal): -5395295 or 10595501. OLE color: 10595501.
HSL color Cylindrical-coordinate representation of color #ADACA1: hue angle of 55º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADACA1 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 161 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.32 |
| HSL | 55º | 0.07% | 0.65% | - |
| HSV(B) | 55º | 0.07% | 0.68% | - |
| XYZ | 38.42 | 40.96 | 39.6 | - |
| YUV | 171.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 161 | 0 | 0.01 | 0.07 | 0.32 | 55 | 0.07 | 0.65 |
| Hex | AD | AC | A1 | 0 | 1 | 7 | 20 | 37 | 7 | 41 |
| Octal | 255 | 254 | 241 | 0 | 1 | 7 | 40 | 67 | 7 | 101 |
| Binary | 10101101 | 10101100 | 10100001 | 0 | 1 | 111 | 100000 | 110111 | 111 | 1000001 |
Color Harmonies of #ADACA1
Complementary color
Monochromatic Colors of #ADACA1
Black with #ADACA1
Text Example
Text Example
White with #ADACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACA1; }
p { color: rgb(173,172,161); }
H1.HeaderClassName
{
color: #ADACA1;
}
.AnyTagClassName
{
color: #ADACA1;
}
</style>
background-color css
<style>
a { background-color: #ADACA1; }
a { background-color: rgb(173,172,161); }
div.DivClassName
{
background-color: #ADACA1;
}
.BgClassName
{
background-color: #ADACA1;
}
</style>
border-color css
<style>
span { border-color: #ADACA1; }
span { border-color: rgb(173,172,161); }
td.TdClassName
{
border-color: #ADACA1;
}
.TagClassName
{
border-color: #ADACA1;
}
</style>