Shades of Bombay #AAABA2
Tints of Bombay #AAABA2
RGB
CMYK
RGB Variations
Color information
#AAABA2 (or 0xAAABA2) is known color: Bombay. HEX triplet: AA, AB and A2. RGB value is (170,171,162). Sum of RGB (Red+Green+Blue) = 170+171+162=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 171 - color contains mainly: green. Hex color #AAABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABA2 is #55545D. Grayscale: #A9A9A9. Windows color (decimal): -5592158 or 10660778. OLE color: 10660778.
HSL color Cylindrical-coordinate representation of color #AAABA2: hue angle of 66.67º 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 #AAABA2 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 171 | 162 | - |
CMYK | 0.01 | 0 | 0.05 | 0.33 |
HSL | 66.67º | 0.05% | 0.65% | - |
HSV(B) | 66.67º | 0.05% | 0.67% | - |
XYZ | 37.66 | 40.28 | 39.97 | - |
YUV | 169.68 | 123.67 | 128.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 171 | 162 | 0.01 | 0 | 0.05 | 0.33 | 66.67 | 0.05 | 0.65 |
Hex | AA | AB | A2 | 1 | 0 | 5 | 21 | 43 | 5 | 41 |
Octal | 252 | 253 | 242 | 1 | 0 | 5 | 41 | 103 | 5 | 101 |
Binary | 10101010 | 10101011 | 10100010 | 1 | 0 | 101 | 100001 | 1000011 | 101 | 1000001 |
Color Harmonies of #AAABA2
Complementary color
Monochromatic Colors of #AAABA2
Black with #AAABA2
Text Example
Text Example
White with #AAABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABA2; }
p { color: rgb(170,171,162); }
H1.HeaderClassName
{
color: #AAABA2;
}
.AnyTagClassName
{
color: #AAABA2;
}
</style>
background-color css
<style>
a { background-color: #AAABA2; }
a { background-color: rgb(170,171,162); }
div.DivClassName
{
background-color: #AAABA2;
}
.BgClassName
{
background-color: #AAABA2;
}
</style>
border-color css
<style>
span { border-color: #AAABA2; }
span { border-color: rgb(170,171,162); }
td.TdClassName
{
border-color: #AAABA2;
}
.TagClassName
{
border-color: #AAABA2;
}
</style>