Shades of Bombay #ABACA4
Tints of Bombay #ABACA4
RGB
CMYK
RGB Variations
Color information
#ABACA4 (or 0xABACA4) is known color: Bombay. HEX triplet: AB, AC and A4. RGB value is (171,172,164). Sum of RGB (Red+Green+Blue) = 171+172+164=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 172 - color contains mainly: green. Hex color #ABACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACA4 is #54535B. Grayscale: #AAAAAA. Windows color (decimal): -5526364 or 10792107. OLE color: 10792107.
HSL color Cylindrical-coordinate representation of color #ABACA4: hue angle of 67.5º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABACA4 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 164 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.33 |
| HSL | 67.5º | 0.05% | 0.66% | - |
| HSV(B) | 67.5º | 0.05% | 0.67% | - |
| XYZ | 38.25 | 40.84 | 40.99 | - |
| YUV | 170.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 164 | 0.01 | 0 | 0.05 | 0.33 | 67.5 | 0.05 | 0.66 |
| Hex | AB | AC | A4 | 1 | 0 | 5 | 21 | 44 | 5 | 42 |
| Octal | 253 | 254 | 244 | 1 | 0 | 5 | 41 | 104 | 5 | 102 |
| Binary | 10101011 | 10101100 | 10100100 | 1 | 0 | 101 | 100001 | 1000100 | 101 | 1000010 |
Color Harmonies of #ABACA4
Complementary color
Monochromatic Colors of #ABACA4
Black with #ABACA4
Text Example
Text Example
White with #ABACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACA4; }
p { color: rgb(171,172,164); }
H1.HeaderClassName
{
color: #ABACA4;
}
.AnyTagClassName
{
color: #ABACA4;
}
</style>
background-color css
<style>
a { background-color: #ABACA4; }
a { background-color: rgb(171,172,164); }
div.DivClassName
{
background-color: #ABACA4;
}
.BgClassName
{
background-color: #ABACA4;
}
</style>
border-color css
<style>
span { border-color: #ABACA4; }
span { border-color: rgb(171,172,164); }
td.TdClassName
{
border-color: #ABACA4;
}
.TagClassName
{
border-color: #ABACA4;
}
</style>