Shades of Hit Grey #A0ACAB
Tints of Hit Grey #A0ACAB
RGB
CMYK
RGB Variations
Color information
#A0ACAB (or 0xA0ACAB) is known color: Hit Grey. HEX triplet: A0, AC and AB. RGB value is (160,172,171). Sum of RGB (Red+Green+Blue) = 160+172+171=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 172 - color contains mainly: green. Hex color #A0ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ACAB is #5F5354. Grayscale: #A8A8A8. Windows color (decimal): -6247253 or 11250848. OLE color: 11250848.
HSL color Cylindrical-coordinate representation of color #A0ACAB: hue angle of 175º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0ACAB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 171 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.33 |
| HSL | 175º | 0.07% | 0.65% | - |
| HSV(B) | 175º | 0.07% | 0.67% | - |
| XYZ | 36.6 | 39.92 | 44.3 | - |
| YUV | 168.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 171 | 0.07 | 0 | 0.01 | 0.33 | 175 | 0.07 | 0.65 |
| Hex | A0 | AC | AB | 7 | 0 | 1 | 21 | AF | 7 | 41 |
| Octal | 240 | 254 | 253 | 7 | 0 | 1 | 41 | 257 | 7 | 101 |
| Binary | 10100000 | 10101100 | 10101011 | 111 | 0 | 1 | 100001 | 10101111 | 111 | 1000001 |
Color Harmonies of #A0ACAB
Complementary color
Monochromatic Colors of #A0ACAB
Black with #A0ACAB
Text Example
Text Example
White with #A0ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACAB; }
p { color: rgb(160,172,171); }
H1.HeaderClassName
{
color: #A0ACAB;
}
.AnyTagClassName
{
color: #A0ACAB;
}
</style>
background-color css
<style>
a { background-color: #A0ACAB; }
a { background-color: rgb(160,172,171); }
div.DivClassName
{
background-color: #A0ACAB;
}
.BgClassName
{
background-color: #A0ACAB;
}
</style>
border-color css
<style>
span { border-color: #A0ACAB; }
span { border-color: rgb(160,172,171); }
td.TdClassName
{
border-color: #A0ACAB;
}
.TagClassName
{
border-color: #A0ACAB;
}
</style>