Shades of Bombay #AEAEA6
Tints of Bombay #AEAEA6
RGB
CMYK
RGB Variations
Color information
#AEAEA6 (or 0xAEAEA6) is known color: Bombay. HEX triplet: AE, AE and A6. RGB value is (174,174,166). Sum of RGB (Red+Green+Blue) = 174+174+166=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAEA6 is #515159. Grayscale: #ADADAD. Windows color (decimal): -5329242 or 10923694. OLE color: 10923694.
HSL color Cylindrical-coordinate representation of color #AEAEA6: hue angle of 60º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEAEA6 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 166 | - |
| CMYK | 0 | 0 | 0.05 | 0.32 |
| HSL | 60º | 0.05% | 0.67% | - |
| HSV(B) | 60º | 0.05% | 0.68% | - |
| XYZ | 39.47 | 42.02 | 42.11 | - |
| YUV | 173.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 166 | 0 | 0 | 0.05 | 0.32 | 60 | 0.05 | 0.67 |
| Hex | AE | AE | A6 | 0 | 0 | 5 | 20 | 3C | 5 | 43 |
| Octal | 256 | 256 | 246 | 0 | 0 | 5 | 40 | 74 | 5 | 103 |
| Binary | 10101110 | 10101110 | 10100110 | 0 | 0 | 101 | 100000 | 111100 | 101 | 1000011 |
Color Harmonies of #AEAEA6
Complementary color
Monochromatic Colors of #AEAEA6
Black with #AEAEA6
Text Example
Text Example
White with #AEAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAEA6; }
p { color: rgb(174,174,166); }
H1.HeaderClassName
{
color: #AEAEA6;
}
.AnyTagClassName
{
color: #AEAEA6;
}
</style>
background-color css
<style>
a { background-color: #AEAEA6; }
a { background-color: rgb(174,174,166); }
div.DivClassName
{
background-color: #AEAEA6;
}
.BgClassName
{
background-color: #AEAEA6;
}
</style>
border-color css
<style>
span { border-color: #AEAEA6; }
span { border-color: rgb(174,174,166); }
td.TdClassName
{
border-color: #AEAEA6;
}
.TagClassName
{
border-color: #AEAEA6;
}
</style>