Shades of Bombay #ABABA7
Tints of Bombay #ABABA7
RGB
CMYK
RGB Variations
Color information
#ABABA7 (or 0xABABA7) is known color: Bombay. HEX triplet: AB, AB and A7. RGB value is (171,171,167). Sum of RGB (Red+Green+Blue) = 171+171+167=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA7 is #545458. Grayscale: #AAAAAA. Windows color (decimal): -5526617 or 10988459. OLE color: 10988459.
HSL color Cylindrical-coordinate representation of color #ABABA7: hue angle of 60º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABABA7 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 171 | 167 | - |
CMYK | 0 | 0 | 0.02 | 0.33 |
HSL | 60º | 0.02% | 0.66% | - |
HSV(B) | 60º | 0.02% | 0.67% | - |
XYZ | 38.33 | 40.57 | 42.37 | - |
YUV | 170.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 171 | 167 | 0 | 0 | 0.02 | 0.33 | 60 | 0.02 | 0.66 |
Hex | AB | AB | A7 | 0 | 0 | 2 | 21 | 3C | 2 | 42 |
Octal | 253 | 253 | 247 | 0 | 0 | 2 | 41 | 74 | 2 | 102 |
Binary | 10101011 | 10101011 | 10100111 | 0 | 0 | 10 | 100001 | 111100 | 10 | 1000010 |
Color Harmonies of #ABABA7
Complementary color
Monochromatic Colors of #ABABA7
Black with #ABABA7
Text Example
Text Example
White with #ABABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABA7; }
p { color: rgb(171,171,167); }
H1.HeaderClassName
{
color: #ABABA7;
}
.AnyTagClassName
{
color: #ABABA7;
}
</style>
background-color css
<style>
a { background-color: #ABABA7; }
a { background-color: rgb(171,171,167); }
div.DivClassName
{
background-color: #ABABA7;
}
.BgClassName
{
background-color: #ABABA7;
}
</style>
border-color css
<style>
span { border-color: #ABABA7; }
span { border-color: rgb(171,171,167); }
td.TdClassName
{
border-color: #ABABA7;
}
.TagClassName
{
border-color: #ABABA7;
}
</style>