Shades of Hit Grey #A3ADAC
Tints of Hit Grey #A3ADAC
RGB
CMYK
RGB Variations
Color information
#A3ADAC (or 0xA3ADAC) is known color: Hit Grey. HEX triplet: A3, AD and AC. RGB value is (163,173,172). Sum of RGB (Red+Green+Blue) = 163+173+172=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 173 - color contains mainly: green. Hex color #A3ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ADAC is #5C5253. Grayscale: #A9A9A9. Windows color (decimal): -6050388 or 11316643. OLE color: 11316643.
HSL color Cylindrical-coordinate representation of color #A3ADAC: hue angle of 174º 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 #A3ADAC is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 172 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.32 |
| HSL | 174º | 0.06% | 0.66% | - |
| HSV(B) | 174º | 0.06% | 0.68% | - |
| XYZ | 37.49 | 40.65 | 44.9 | - |
| YUV | 169.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 172 | 0.06 | 0 | 0.01 | 0.32 | 174 | 0.06 | 0.66 |
| Hex | A3 | AD | AC | 6 | 0 | 1 | 20 | AE | 6 | 42 |
| Octal | 243 | 255 | 254 | 6 | 0 | 1 | 40 | 256 | 6 | 102 |
| Binary | 10100011 | 10101101 | 10101100 | 110 | 0 | 1 | 100000 | 10101110 | 110 | 1000010 |
Color Harmonies of #A3ADAC
Complementary color
Monochromatic Colors of #A3ADAC
Black with #A3ADAC
Text Example
Text Example
White with #A3ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADAC; }
p { color: rgb(163,173,172); }
H1.HeaderClassName
{
color: #A3ADAC;
}
.AnyTagClassName
{
color: #A3ADAC;
}
</style>
background-color css
<style>
a { background-color: #A3ADAC; }
a { background-color: rgb(163,173,172); }
div.DivClassName
{
background-color: #A3ADAC;
}
.BgClassName
{
background-color: #A3ADAC;
}
</style>
border-color css
<style>
span { border-color: #A3ADAC; }
span { border-color: rgb(163,173,172); }
td.TdClassName
{
border-color: #A3ADAC;
}
.TagClassName
{
border-color: #A3ADAC;
}
</style>