Shades of Hit Grey #A1ADAD
Tints of Hit Grey #A1ADAD
RGB
CMYK
RGB Variations
Color information
#A1ADAD (or 0xA1ADAD) is known color: Hit Grey. HEX triplet: A1, AD and AD. RGB value is (161,173,173). Sum of RGB (Red+Green+Blue) = 161+173+173=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #A1ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ADAD is #5E5252. Grayscale: #A9A9A9. Windows color (decimal): -6181459 or 11382177. OLE color: 11382177.
HSL color Cylindrical-coordinate representation of color #A1ADAD: hue angle of 180º 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 #A1ADAD is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 173 | - |
| CMYK | 0.07 | 0 | 0 | 0.32 |
| HSL | 180º | 0.07% | 0.65% | - |
| HSV(B) | 180º | 0.07% | 0.68% | - |
| XYZ | 37.18 | 40.48 | 45.39 | - |
| YUV | 169.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 173 | 0.07 | 0 | 0 | 0.32 | 180 | 0.07 | 0.65 |
| Hex | A1 | AD | AD | 7 | 0 | 0 | 20 | B4 | 7 | 41 |
| Octal | 241 | 255 | 255 | 7 | 0 | 0 | 40 | 264 | 7 | 101 |
| Binary | 10100001 | 10101101 | 10101101 | 111 | 0 | 0 | 100000 | 10110100 | 111 | 1000001 |
Color Harmonies of #A1ADAD
Complementary color
Monochromatic Colors of #A1ADAD
Black with #A1ADAD
Text Example
Text Example
White with #A1ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADAD; }
p { color: rgb(161,173,173); }
H1.HeaderClassName
{
color: #A1ADAD;
}
.AnyTagClassName
{
color: #A1ADAD;
}
</style>
background-color css
<style>
a { background-color: #A1ADAD; }
a { background-color: rgb(161,173,173); }
div.DivClassName
{
background-color: #A1ADAD;
}
.BgClassName
{
background-color: #A1ADAD;
}
</style>
border-color css
<style>
span { border-color: #A1ADAD; }
span { border-color: rgb(161,173,173); }
td.TdClassName
{
border-color: #A1ADAD;
}
.TagClassName
{
border-color: #A1ADAD;
}
</style>