Shades of Hit Grey #A1ADAC
Tints of Hit Grey #A1ADAC
RGB
CMYK
RGB Variations
Color information
#A1ADAC (or 0xA1ADAC) is known color: Hit Grey. HEX triplet: A1, AD and AC. RGB value is (161,173,172). Sum of RGB (Red+Green+Blue) = 161+173+172=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 173 - color contains mainly: green. Hex color #A1ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADAC is #5E5253. Grayscale: #A9A9A9. Windows color (decimal): -6181460 or 11316641. OLE color: 11316641.
HSL color Cylindrical-coordinate representation of color #A1ADAC: hue angle of 175º 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 #A1ADAC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 172 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.32 |
| HSL | 175º | 0.07% | 0.65% | - |
| HSV(B) | 175º | 0.07% | 0.68% | - |
| XYZ | 37.09 | 40.44 | 44.88 | - |
| YUV | 169.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 172 | 0.07 | 0 | 0.01 | 0.32 | 175 | 0.07 | 0.65 |
| Hex | A1 | AD | AC | 7 | 0 | 1 | 20 | AF | 7 | 41 |
| Octal | 241 | 255 | 254 | 7 | 0 | 1 | 40 | 257 | 7 | 101 |
| Binary | 10100001 | 10101101 | 10101100 | 111 | 0 | 1 | 100000 | 10101111 | 111 | 1000001 |
Color Harmonies of #A1ADAC
Complementary color
Monochromatic Colors of #A1ADAC
Black with #A1ADAC
Text Example
Text Example
White with #A1ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADAC; }
p { color: rgb(161,173,172); }
H1.HeaderClassName
{
color: #A1ADAC;
}
.AnyTagClassName
{
color: #A1ADAC;
}
</style>
background-color css
<style>
a { background-color: #A1ADAC; }
a { background-color: rgb(161,173,172); }
div.DivClassName
{
background-color: #A1ADAC;
}
.BgClassName
{
background-color: #A1ADAC;
}
</style>
border-color css
<style>
span { border-color: #A1ADAC; }
span { border-color: rgb(161,173,172); }
td.TdClassName
{
border-color: #A1ADAC;
}
.TagClassName
{
border-color: #A1ADAC;
}
</style>