Shades of Hit Grey #A6ADAD
Tints of Hit Grey #A6ADAD
RGB
CMYK
RGB Variations
Color information
#A6ADAD (or 0xA6ADAD) is known color: Hit Grey. HEX triplet: A6, AD and AD. RGB value is (166,173,173). Sum of RGB (Red+Green+Blue) = 166+173+173=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A6ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADAD is #595252. Grayscale: #AAAAAA. Windows color (decimal): -5853779 or 11382182. OLE color: 11382182.
HSL color Cylindrical-coordinate representation of color #A6ADAD: hue angle of 180º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A6ADAD is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 173 | - |
| CMYK | 0.04 | 0 | 0 | 0.32 |
| HSL | 180º | 0.04% | 0.66% | - |
| HSV(B) | 180º | 0.04% | 0.68% | - |
| XYZ | 38.21 | 41.01 | 45.44 | - |
| YUV | 170.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 173 | 0.04 | 0 | 0 | 0.32 | 180 | 0.04 | 0.66 |
| Hex | A6 | AD | AD | 4 | 0 | 0 | 20 | B4 | 4 | 42 |
| Octal | 246 | 255 | 255 | 4 | 0 | 0 | 40 | 264 | 4 | 102 |
| Binary | 10100110 | 10101101 | 10101101 | 100 | 0 | 0 | 100000 | 10110100 | 100 | 1000010 |
Color Harmonies of #A6ADAD
Complementary color
Monochromatic Colors of #A6ADAD
Black with #A6ADAD
Text Example
Text Example
White with #A6ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADAD; }
p { color: rgb(166,173,173); }
H1.HeaderClassName
{
color: #A6ADAD;
}
.AnyTagClassName
{
color: #A6ADAD;
}
</style>
background-color css
<style>
a { background-color: #A6ADAD; }
a { background-color: rgb(166,173,173); }
div.DivClassName
{
background-color: #A6ADAD;
}
.BgClassName
{
background-color: #A6ADAD;
}
</style>
border-color css
<style>
span { border-color: #A6ADAD; }
span { border-color: rgb(166,173,173); }
td.TdClassName
{
border-color: #A6ADAD;
}
.TagClassName
{
border-color: #A6ADAD;
}
</style>