Shades of Bombay #ABABA4
Tints of Bombay #ABABA4
RGB
CMYK
RGB Variations
Color information
#ABABA4 (or 0xABABA4) is known color: Bombay. HEX triplet: AB, AB and A4. RGB value is (171,171,164). Sum of RGB (Red+Green+Blue) = 171+171+164=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA4 is #54545B. Grayscale: #AAAAAA. Windows color (decimal): -5526620 or 10791851. OLE color: 10791851.
HSL color Cylindrical-coordinate representation of color #ABABA4: hue angle of 60º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABABA4 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 171 | 164 | - |
CMYK | 0 | 0 | 0.04 | 0.33 |
HSL | 60º | 0.04% | 0.66% | - |
HSV(B) | 60º | 0.04% | 0.67% | - |
XYZ | 38.06 | 40.46 | 40.93 | - |
YUV | 170.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 171 | 164 | 0 | 0 | 0.04 | 0.33 | 60 | 0.04 | 0.66 |
Hex | AB | AB | A4 | 0 | 0 | 4 | 21 | 3C | 4 | 42 |
Octal | 253 | 253 | 244 | 0 | 0 | 4 | 41 | 74 | 4 | 102 |
Binary | 10101011 | 10101011 | 10100100 | 0 | 0 | 100 | 100001 | 111100 | 100 | 1000010 |
Color Harmonies of #ABABA4
Complementary color
Monochromatic Colors of #ABABA4
Black with #ABABA4
Text Example
Text Example
White with #ABABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABA4; }
p { color: rgb(171,171,164); }
H1.HeaderClassName
{
color: #ABABA4;
}
.AnyTagClassName
{
color: #ABABA4;
}
</style>
background-color css
<style>
a { background-color: #ABABA4; }
a { background-color: rgb(171,171,164); }
div.DivClassName
{
background-color: #ABABA4;
}
.BgClassName
{
background-color: #ABABA4;
}
</style>
border-color css
<style>
span { border-color: #ABABA4; }
span { border-color: rgb(171,171,164); }
td.TdClassName
{
border-color: #ABABA4;
}
.TagClassName
{
border-color: #ABABA4;
}
</style>