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