Shades of Hit Grey #A4ADAC
Tints of Hit Grey #A4ADAC
RGB
CMYK
RGB Variations
Color information
#A4ADAC (or 0xA4ADAC) is known color: Hit Grey. HEX triplet: A4, AD and AC. RGB value is (164,173,172). Sum of RGB (Red+Green+Blue) = 164+173+172=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 173 - color contains mainly: green. Hex color #A4ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADAC is #5B5253. Grayscale: #AAAAAA. Windows color (decimal): -5984852 or 11316644. OLE color: 11316644.
HSL color Cylindrical-coordinate representation of color #A4ADAC: hue angle of 173.33º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A4ADAC is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 173 | 172 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.32 |
| HSL | 173.33º | 0.05% | 0.66% | - |
| HSV(B) | 173.33º | 0.05% | 0.68% | - |
| XYZ | 37.7 | 40.76 | 44.91 | - |
| YUV | 170.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 173 | 172 | 0.05 | 0 | 0.01 | 0.32 | 173.33 | 0.05 | 0.66 |
| Hex | A4 | AD | AC | 5 | 0 | 1 | 20 | AD | 5 | 42 |
| Octal | 244 | 255 | 254 | 5 | 0 | 1 | 40 | 255 | 5 | 102 |
| Binary | 10100100 | 10101101 | 10101100 | 101 | 0 | 1 | 100000 | 10101101 | 101 | 1000010 |
Color Harmonies of #A4ADAC
Complementary color
Monochromatic Colors of #A4ADAC
Black with #A4ADAC
Text Example
Text Example
White with #A4ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ADAC; }
p { color: rgb(164,173,172); }
H1.HeaderClassName
{
color: #A4ADAC;
}
.AnyTagClassName
{
color: #A4ADAC;
}
</style>
background-color css
<style>
a { background-color: #A4ADAC; }
a { background-color: rgb(164,173,172); }
div.DivClassName
{
background-color: #A4ADAC;
}
.BgClassName
{
background-color: #A4ADAC;
}
</style>
border-color css
<style>
span { border-color: #A4ADAC; }
span { border-color: rgb(164,173,172); }
td.TdClassName
{
border-color: #A4ADAC;
}
.TagClassName
{
border-color: #A4ADAC;
}
</style>