Shades of Bombay #AAAAA6
Tints of Bombay #AAAAA6
RGB
CMYK
RGB Variations
Color information
#AAAAA6 (or 0xAAAAA6) is known color: Bombay. HEX triplet: AA, AA and A6. RGB value is (170,170,166). Sum of RGB (Red+Green+Blue) = 170+170+166=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAA6 is #555559. Grayscale: #A9A9A9. Windows color (decimal): -5592410 or 10922666. OLE color: 10922666.
HSL color Cylindrical-coordinate representation of color #AAAAA6: hue angle of 60º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAAAA6 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 170 | 166 | - |
CMYK | 0 | 0 | 0.02 | 0.33 |
HSL | 60º | 0.02% | 0.66% | - |
HSV(B) | 60º | 0.02% | 0.67% | - |
XYZ | 37.84 | 40.05 | 41.81 | - |
YUV | 169.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 170 | 166 | 0 | 0 | 0.02 | 0.33 | 60 | 0.02 | 0.66 |
Hex | AA | AA | A6 | 0 | 0 | 2 | 21 | 3C | 2 | 42 |
Octal | 252 | 252 | 246 | 0 | 0 | 2 | 41 | 74 | 2 | 102 |
Binary | 10101010 | 10101010 | 10100110 | 0 | 0 | 10 | 100001 | 111100 | 10 | 1000010 |
Color Harmonies of #AAAAA6
Complementary color
Monochromatic Colors of #AAAAA6
Black with #AAAAA6
Text Example
Text Example
White with #AAAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAAA6; }
p { color: rgb(170,170,166); }
H1.HeaderClassName
{
color: #AAAAA6;
}
.AnyTagClassName
{
color: #AAAAA6;
}
</style>
background-color css
<style>
a { background-color: #AAAAA6; }
a { background-color: rgb(170,170,166); }
div.DivClassName
{
background-color: #AAAAA6;
}
.BgClassName
{
background-color: #AAAAA6;
}
</style>
border-color css
<style>
span { border-color: #AAAAA6; }
span { border-color: rgb(170,170,166); }
td.TdClassName
{
border-color: #AAAAA6;
}
.TagClassName
{
border-color: #AAAAA6;
}
</style>