Shades of Bombay #AAABA1
Tints of Bombay #AAABA1
RGB
CMYK
RGB Variations
Color information
#AAABA1 (or 0xAAABA1) is known color: Bombay. HEX triplet: AA, AB and A1. RGB value is (170,171,161). Sum of RGB (Red+Green+Blue) = 170+171+161=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA1 is #55545E. Grayscale: #A9A9A9. Windows color (decimal): -5592159 or 10595242. OLE color: 10595242.
HSL color Cylindrical-coordinate representation of color #AAABA1: hue angle of 66º 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 #AAABA1 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 171 | 161 | - |
CMYK | 0.01 | 0 | 0.06 | 0.33 |
HSL | 66º | 0.06% | 0.65% | - |
HSV(B) | 66º | 0.06% | 0.67% | - |
XYZ | 37.57 | 40.25 | 39.51 | - |
YUV | 169.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 171 | 161 | 0.01 | 0 | 0.06 | 0.33 | 66 | 0.06 | 0.65 |
Hex | AA | AB | A1 | 1 | 0 | 6 | 21 | 42 | 6 | 41 |
Octal | 252 | 253 | 241 | 1 | 0 | 6 | 41 | 102 | 6 | 101 |
Binary | 10101010 | 10101011 | 10100001 | 1 | 0 | 110 | 100001 | 1000010 | 110 | 1000001 |
Color Harmonies of #AAABA1
Complementary color
Monochromatic Colors of #AAABA1
Black with #AAABA1
Text Example
Text Example
White with #AAABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABA1; }
p { color: rgb(170,171,161); }
H1.HeaderClassName
{
color: #AAABA1;
}
.AnyTagClassName
{
color: #AAABA1;
}
</style>
background-color css
<style>
a { background-color: #AAABA1; }
a { background-color: rgb(170,171,161); }
div.DivClassName
{
background-color: #AAABA1;
}
.BgClassName
{
background-color: #AAABA1;
}
</style>
border-color css
<style>
span { border-color: #AAABA1; }
span { border-color: rgb(170,171,161); }
td.TdClassName
{
border-color: #AAABA1;
}
.TagClassName
{
border-color: #AAABA1;
}
</style>