Shades of Hit Grey #A6ADAC
Tints of Hit Grey #A6ADAC
RGB
CMYK
RGB Variations
Color information
#A6ADAC (or 0xA6ADAC) is known color: Hit Grey. HEX triplet: A6, AD and AC. RGB value is (166,173,172). Sum of RGB (Red+Green+Blue) = 166+173+172=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADAC is #595253. Grayscale: #AAAAAA. Windows color (decimal): -5853780 or 11316646. OLE color: 11316646.
HSL color Cylindrical-coordinate representation of color #A6ADAC: hue angle of 171.43º 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 #A6ADAC is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 172 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.32 |
| HSL | 171.43º | 0.04% | 0.66% | - |
| HSV(B) | 171.43º | 0.04% | 0.68% | - |
| XYZ | 38.12 | 40.97 | 44.93 | - |
| YUV | 170.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 172 | 0.04 | 0 | 0.01 | 0.32 | 171.43 | 0.04 | 0.66 |
| Hex | A6 | AD | AC | 4 | 0 | 1 | 20 | AB | 4 | 42 |
| Octal | 246 | 255 | 254 | 4 | 0 | 1 | 40 | 253 | 4 | 102 |
| Binary | 10100110 | 10101101 | 10101100 | 100 | 0 | 1 | 100000 | 10101011 | 100 | 1000010 |
Color Harmonies of #A6ADAC
Complementary color
Monochromatic Colors of #A6ADAC
Black with #A6ADAC
Text Example
Text Example
White with #A6ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADAC; }
p { color: rgb(166,173,172); }
H1.HeaderClassName
{
color: #A6ADAC;
}
.AnyTagClassName
{
color: #A6ADAC;
}
</style>
background-color css
<style>
a { background-color: #A6ADAC; }
a { background-color: rgb(166,173,172); }
div.DivClassName
{
background-color: #A6ADAC;
}
.BgClassName
{
background-color: #A6ADAC;
}
</style>
border-color css
<style>
span { border-color: #A6ADAC; }
span { border-color: rgb(166,173,172); }
td.TdClassName
{
border-color: #A6ADAC;
}
.TagClassName
{
border-color: #A6ADAC;
}
</style>