Shades of Bombay #AAABA0
Tints of Bombay #AAABA0
RGB
CMYK
RGB Variations
Color information
#AAABA0 (or 0xAAABA0) is known color: Bombay. HEX triplet: AA, AB and A0. RGB value is (170,171,160). Sum of RGB (Red+Green+Blue) = 170+171+160=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA0 is #55545F. Grayscale: #A9A9A9. Windows color (decimal): -5592160 or 10529706. OLE color: 10529706.
HSL color Cylindrical-coordinate representation of color #AAABA0: hue angle of 65.45º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAABA0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 160 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.33 |
| HSL | 65.45º | 0.06% | 0.65% | - |
| HSV(B) | 65.45º | 0.06% | 0.67% | - |
| XYZ | 37.49 | 40.21 | 39.04 | - |
| YUV | 169.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 160 | 0.01 | 0 | 0.06 | 0.33 | 65.45 | 0.06 | 0.65 |
| Hex | AA | AB | A0 | 1 | 0 | 6 | 21 | 41 | 6 | 41 |
| Octal | 252 | 253 | 240 | 1 | 0 | 6 | 41 | 101 | 6 | 101 |
| Binary | 10101010 | 10101011 | 10100000 | 1 | 0 | 110 | 100001 | 1000001 | 110 | 1000001 |
Color Harmonies of #AAABA0
Complementary color
Monochromatic Colors of #AAABA0
Black with #AAABA0
Text Example
Text Example
White with #AAABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABA0; }
p { color: rgb(170,171,160); }
H1.HeaderClassName
{
color: #AAABA0;
}
.AnyTagClassName
{
color: #AAABA0;
}
</style>
background-color css
<style>
a { background-color: #AAABA0; }
a { background-color: rgb(170,171,160); }
div.DivClassName
{
background-color: #AAABA0;
}
.BgClassName
{
background-color: #AAABA0;
}
</style>
border-color css
<style>
span { border-color: #AAABA0; }
span { border-color: rgb(170,171,160); }
td.TdClassName
{
border-color: #AAABA0;
}
.TagClassName
{
border-color: #AAABA0;
}
</style>