Shades of Bombay #AEAEA5
Tints of Bombay #AEAEA5
RGB
CMYK
RGB Variations
Color information
#AEAEA5 (or 0xAEAEA5) is known color: Bombay. HEX triplet: AE, AE and A5. RGB value is (174,174,165). Sum of RGB (Red+Green+Blue) = 174+174+165=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA5 is #51515A. Grayscale: #ADADAD. Windows color (decimal): -5329243 or 10858158. OLE color: 10858158.
HSL color Cylindrical-coordinate representation of color #AEAEA5: hue angle of 60º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEAEA5 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 165 | - |
| CMYK | 0 | 0 | 0.05 | 0.32 |
| HSL | 60º | 0.05% | 0.66% | - |
| HSV(B) | 60º | 0.05% | 0.68% | - |
| XYZ | 39.38 | 41.99 | 41.63 | - |
| YUV | 172.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 165 | 0 | 0 | 0.05 | 0.32 | 60 | 0.05 | 0.66 |
| Hex | AE | AE | A5 | 0 | 0 | 5 | 20 | 3C | 5 | 42 |
| Octal | 256 | 256 | 245 | 0 | 0 | 5 | 40 | 74 | 5 | 102 |
| Binary | 10101110 | 10101110 | 10100101 | 0 | 0 | 101 | 100000 | 111100 | 101 | 1000010 |
Color Harmonies of #AEAEA5
Complementary color
Monochromatic Colors of #AEAEA5
Black with #AEAEA5
Text Example
Text Example
White with #AEAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAEA5; }
p { color: rgb(174,174,165); }
H1.HeaderClassName
{
color: #AEAEA5;
}
.AnyTagClassName
{
color: #AEAEA5;
}
</style>
background-color css
<style>
a { background-color: #AEAEA5; }
a { background-color: rgb(174,174,165); }
div.DivClassName
{
background-color: #AEAEA5;
}
.BgClassName
{
background-color: #AEAEA5;
}
</style>
border-color css
<style>
span { border-color: #AEAEA5; }
span { border-color: rgb(174,174,165); }
td.TdClassName
{
border-color: #AEAEA5;
}
.TagClassName
{
border-color: #AEAEA5;
}
</style>