Shades of Hit Grey #A9ABAB
Tints of Hit Grey #A9ABAB
RGB
CMYK
RGB Variations
Color information
#A9ABAB (or 0xA9ABAB) is known color: Hit Grey. HEX triplet: A9, AB and AB. RGB value is (169,171,171). Sum of RGB (Red+Green+Blue) = 169+171+171=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #A9ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ABAB is #565454. Grayscale: #AAAAAA. Windows color (decimal): -5657685 or 11250601. OLE color: 11250601.
HSL color Cylindrical-coordinate representation of color #A9ABAB: hue angle of 180º degrees, saturation: 0.01, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A9ABAB is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 169 | 171 | 171 | - |
CMYK | 0.01 | 0 | 0 | 0.33 |
HSL | 180º | 0.01% | 0.67% | - |
HSV(B) | 180º | 0.01% | 0.67% | - |
XYZ | 38.28 | 40.5 | 44.33 | - |
YUV | 170.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 171 | 171 | 0.01 | 0 | 0 | 0.33 | 180 | 0.01 | 0.67 |
Hex | A9 | AB | AB | 1 | 0 | 0 | 21 | B4 | 1 | 43 |
Octal | 251 | 253 | 253 | 1 | 0 | 0 | 41 | 264 | 1 | 103 |
Binary | 10101001 | 10101011 | 10101011 | 1 | 0 | 0 | 100001 | 10110100 | 1 | 1000011 |
Color Harmonies of #A9ABAB
Complementary color
Monochromatic Colors of #A9ABAB
Black with #A9ABAB
Text Example
Text Example
White with #A9ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ABAB; }
p { color: rgb(169,171,171); }
H1.HeaderClassName
{
color: #A9ABAB;
}
.AnyTagClassName
{
color: #A9ABAB;
}
</style>
background-color css
<style>
a { background-color: #A9ABAB; }
a { background-color: rgb(169,171,171); }
div.DivClassName
{
background-color: #A9ABAB;
}
.BgClassName
{
background-color: #A9ABAB;
}
</style>
border-color css
<style>
span { border-color: #A9ABAB; }
span { border-color: rgb(169,171,171); }
td.TdClassName
{
border-color: #A9ABAB;
}
.TagClassName
{
border-color: #A9ABAB;
}
</style>