Shades of Hit Grey #AAABAB
Tints of Hit Grey #AAABAB
RGB
CMYK
RGB Variations
Color information
#AAABAB (or 0xAAABAB) is known color: Hit Grey. HEX triplet: AA, AB and AB. RGB value is (170,171,171). Sum of RGB (Red+Green+Blue) = 170+171+171=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #AAABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABAB is #555454. Grayscale: #AAAAAA. Windows color (decimal): -5592149 or 11250602. OLE color: 11250602.
HSL color Cylindrical-coordinate representation of color #AAABAB: 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 #AAABAB is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 171 | 171 | - |
CMYK | 0.01 | 0 | 0 | 0.33 |
HSL | 180º | 0.01% | 0.67% | - |
HSV(B) | 180º | 0.01% | 0.67% | - |
XYZ | 38.49 | 40.61 | 44.34 | - |
YUV | 170.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 171 | 171 | 0.01 | 0 | 0 | 0.33 | 180 | 0.01 | 0.67 |
Hex | AA | AB | AB | 1 | 0 | 0 | 21 | B4 | 1 | 43 |
Octal | 252 | 253 | 253 | 1 | 0 | 0 | 41 | 264 | 1 | 103 |
Binary | 10101010 | 10101011 | 10101011 | 1 | 0 | 0 | 100001 | 10110100 | 1 | 1000011 |
Color Harmonies of #AAABAB
Complementary color
Monochromatic Colors of #AAABAB
Black with #AAABAB
Text Example
Text Example
White with #AAABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABAB; }
p { color: rgb(170,171,171); }
H1.HeaderClassName
{
color: #AAABAB;
}
.AnyTagClassName
{
color: #AAABAB;
}
</style>
background-color css
<style>
a { background-color: #AAABAB; }
a { background-color: rgb(170,171,171); }
div.DivClassName
{
background-color: #AAABAB;
}
.BgClassName
{
background-color: #AAABAB;
}
</style>
border-color css
<style>
span { border-color: #AAABAB; }
span { border-color: rgb(170,171,171); }
td.TdClassName
{
border-color: #AAABAB;
}
.TagClassName
{
border-color: #AAABAB;
}
</style>