Shades of Bombay #AAABA3
Tints of Bombay #AAABA3
RGB
CMYK
RGB Variations
Color information
#AAABA3 (or 0xAAABA3) is known color: Bombay. HEX triplet: AA, AB and A3. RGB value is (170,171,163). Sum of RGB (Red+Green+Blue) = 170+171+163=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA3 is #55545C. Grayscale: #A9A9A9. Windows color (decimal): -5592157 or 10726314. OLE color: 10726314.
HSL color Cylindrical-coordinate representation of color #AAABA3: hue angle of 67.5º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAABA3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 171 | 163 | - |
CMYK | 0.01 | 0 | 0.05 | 0.33 |
HSL | 67.5º | 0.05% | 0.65% | - |
HSV(B) | 67.5º | 0.05% | 0.67% | - |
XYZ | 37.75 | 40.32 | 40.44 | - |
YUV | 169.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 171 | 163 | 0.01 | 0 | 0.05 | 0.33 | 67.5 | 0.05 | 0.65 |
Hex | AA | AB | A3 | 1 | 0 | 5 | 21 | 44 | 5 | 41 |
Octal | 252 | 253 | 243 | 1 | 0 | 5 | 41 | 104 | 5 | 101 |
Binary | 10101010 | 10101011 | 10100011 | 1 | 0 | 101 | 100001 | 1000100 | 101 | 1000001 |
Color Harmonies of #AAABA3
Complementary color
Monochromatic Colors of #AAABA3
Black with #AAABA3
Text Example
Text Example
White with #AAABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABA3; }
p { color: rgb(170,171,163); }
H1.HeaderClassName
{
color: #AAABA3;
}
.AnyTagClassName
{
color: #AAABA3;
}
</style>
background-color css
<style>
a { background-color: #AAABA3; }
a { background-color: rgb(170,171,163); }
div.DivClassName
{
background-color: #AAABA3;
}
.BgClassName
{
background-color: #AAABA3;
}
</style>
border-color css
<style>
span { border-color: #AAABA3; }
span { border-color: rgb(170,171,163); }
td.TdClassName
{
border-color: #AAABA3;
}
.TagClassName
{
border-color: #AAABA3;
}
</style>