Shades of Bombay #AEAEA7
Tints of Bombay #AEAEA7
RGB
CMYK
RGB Variations
Color information
#AEAEA7 (or 0xAEAEA7) is known color: Bombay. HEX triplet: AE, AE and A7. RGB value is (174,174,167). Sum of RGB (Red+Green+Blue) = 174+174+167=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA7 is #515158. Grayscale: #ADADAD. Windows color (decimal): -5329241 or 10989230. OLE color: 10989230.
HSL color Cylindrical-coordinate representation of color #AEAEA7: hue angle of 60º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEAEA7 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 167 | - |
| CMYK | 0 | 0 | 0.04 | 0.32 |
| HSL | 60º | 0.04% | 0.67% | - |
| HSV(B) | 60º | 0.04% | 0.68% | - |
| XYZ | 39.57 | 42.06 | 42.59 | - |
| YUV | 173.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 167 | 0 | 0 | 0.04 | 0.32 | 60 | 0.04 | 0.67 |
| Hex | AE | AE | A7 | 0 | 0 | 4 | 20 | 3C | 4 | 43 |
| Octal | 256 | 256 | 247 | 0 | 0 | 4 | 40 | 74 | 4 | 103 |
| Binary | 10101110 | 10101110 | 10100111 | 0 | 0 | 100 | 100000 | 111100 | 100 | 1000011 |
Color Harmonies of #AEAEA7
Complementary color
Monochromatic Colors of #AEAEA7
Black with #AEAEA7
Text Example
Text Example
White with #AEAEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAEA7; }
p { color: rgb(174,174,167); }
H1.HeaderClassName
{
color: #AEAEA7;
}
.AnyTagClassName
{
color: #AEAEA7;
}
</style>
background-color css
<style>
a { background-color: #AEAEA7; }
a { background-color: rgb(174,174,167); }
div.DivClassName
{
background-color: #AEAEA7;
}
.BgClassName
{
background-color: #AEAEA7;
}
</style>
border-color css
<style>
span { border-color: #AEAEA7; }
span { border-color: rgb(174,174,167); }
td.TdClassName
{
border-color: #AEAEA7;
}
.TagClassName
{
border-color: #AEAEA7;
}
</style>