Shades of Hit Grey #A3ACAB
Tints of Hit Grey #A3ACAB
RGB
CMYK
RGB Variations
Color information
#A3ACAB (or 0xA3ACAB) is known color: Hit Grey. HEX triplet: A3, AC and AB. RGB value is (163,172,171). Sum of RGB (Red+Green+Blue) = 163+172+171=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 172 - color contains mainly: green. Hex color #A3ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ACAB is #5C5354. Grayscale: #A9A9A9. Windows color (decimal): -6050645 or 11250851. OLE color: 11250851.
HSL color Cylindrical-coordinate representation of color #A3ACAB: hue angle of 173.33º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3ACAB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 171 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.33 |
| HSL | 173.33º | 0.05% | 0.66% | - |
| HSV(B) | 173.33º | 0.05% | 0.67% | - |
| XYZ | 37.21 | 40.23 | 44.33 | - |
| YUV | 169.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 171 | 0.05 | 0 | 0.01 | 0.33 | 173.33 | 0.05 | 0.66 |
| Hex | A3 | AC | AB | 5 | 0 | 1 | 21 | AD | 5 | 42 |
| Octal | 243 | 254 | 253 | 5 | 0 | 1 | 41 | 255 | 5 | 102 |
| Binary | 10100011 | 10101100 | 10101011 | 101 | 0 | 1 | 100001 | 10101101 | 101 | 1000010 |
Color Harmonies of #A3ACAB
Complementary color
Monochromatic Colors of #A3ACAB
Black with #A3ACAB
Text Example
Text Example
White with #A3ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ACAB; }
p { color: rgb(163,172,171); }
H1.HeaderClassName
{
color: #A3ACAB;
}
.AnyTagClassName
{
color: #A3ACAB;
}
</style>
background-color css
<style>
a { background-color: #A3ACAB; }
a { background-color: rgb(163,172,171); }
div.DivClassName
{
background-color: #A3ACAB;
}
.BgClassName
{
background-color: #A3ACAB;
}
</style>
border-color css
<style>
span { border-color: #A3ACAB; }
span { border-color: rgb(163,172,171); }
td.TdClassName
{
border-color: #A3ACAB;
}
.TagClassName
{
border-color: #A3ACAB;
}
</style>