Shades of Hit Grey #A6ABAB
Tints of Hit Grey #A6ABAB
RGB
CMYK
RGB Variations
Color information
#A6ABAB (or 0xA6ABAB) is known color: Hit Grey. HEX triplet: A6, AB and AB. RGB value is (166,171,171). Sum of RGB (Red+Green+Blue) = 166+171+171=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A6ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABAB is #595454. Grayscale: #A9A9A9. Windows color (decimal): -5854293 or 11250598. OLE color: 11250598.
HSL color Cylindrical-coordinate representation of color #A6ABAB: hue angle of 180º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A6ABAB is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 171 | - |
| CMYK | 0.03 | 0 | 0 | 0.33 |
| HSL | 180º | 0.03% | 0.66% | - |
| HSV(B) | 180º | 0.03% | 0.67% | - |
| XYZ | 37.64 | 40.17 | 44.3 | - |
| YUV | 169.51 | 128.84 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 171 | 0.03 | 0 | 0 | 0.33 | 180 | 0.03 | 0.66 |
| Hex | A6 | AB | AB | 3 | 0 | 0 | 21 | B4 | 3 | 42 |
| Octal | 246 | 253 | 253 | 3 | 0 | 0 | 41 | 264 | 3 | 102 |
| Binary | 10100110 | 10101011 | 10101011 | 11 | 0 | 0 | 100001 | 10110100 | 11 | 1000010 |
Color Harmonies of #A6ABAB
Complementary color
Monochromatic Colors of #A6ABAB
Black with #A6ABAB
Text Example
Text Example
White with #A6ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ABAB; }
p { color: rgb(166,171,171); }
H1.HeaderClassName
{
color: #A6ABAB;
}
.AnyTagClassName
{
color: #A6ABAB;
}
</style>
background-color css
<style>
a { background-color: #A6ABAB; }
a { background-color: rgb(166,171,171); }
div.DivClassName
{
background-color: #A6ABAB;
}
.BgClassName
{
background-color: #A6ABAB;
}
</style>
border-color css
<style>
span { border-color: #A6ABAB; }
span { border-color: rgb(166,171,171); }
td.TdClassName
{
border-color: #A6ABAB;
}
.TagClassName
{
border-color: #A6ABAB;
}
</style>