Shades of Bombay #ADADA5
Tints of Bombay #ADADA5
RGB
CMYK
RGB Variations
Color information
#ADADA5 (or 0xADADA5) is known color: Bombay. HEX triplet: AD, AD and A5. RGB value is (173,173,165). Sum of RGB (Red+Green+Blue) = 173+173+165=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA5 is #52525A. Grayscale: #ACACAC. Windows color (decimal): -5395035 or 10857901. OLE color: 10857901.
HSL color Cylindrical-coordinate representation of color #ADADA5: 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 #ADADA5 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 165 | - |
| CMYK | 0 | 0 | 0.05 | 0.32 |
| HSL | 60º | 0.05% | 0.66% | - |
| HSV(B) | 60º | 0.05% | 0.68% | - |
| XYZ | 38.97 | 41.49 | 41.55 | - |
| YUV | 172.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 165 | 0 | 0 | 0.05 | 0.32 | 60 | 0.05 | 0.66 |
| Hex | AD | AD | A5 | 0 | 0 | 5 | 20 | 3C | 5 | 42 |
| Octal | 255 | 255 | 245 | 0 | 0 | 5 | 40 | 74 | 5 | 102 |
| Binary | 10101101 | 10101101 | 10100101 | 0 | 0 | 101 | 100000 | 111100 | 101 | 1000010 |
Color Harmonies of #ADADA5
Complementary color
Monochromatic Colors of #ADADA5
Black with #ADADA5
Text Example
Text Example
White with #ADADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADA5; }
p { color: rgb(173,173,165); }
H1.HeaderClassName
{
color: #ADADA5;
}
.AnyTagClassName
{
color: #ADADA5;
}
</style>
background-color css
<style>
a { background-color: #ADADA5; }
a { background-color: rgb(173,173,165); }
div.DivClassName
{
background-color: #ADADA5;
}
.BgClassName
{
background-color: #ADADA5;
}
</style>
border-color css
<style>
span { border-color: #ADADA5; }
span { border-color: rgb(173,173,165); }
td.TdClassName
{
border-color: #ADADA5;
}
.TagClassName
{
border-color: #ADADA5;
}
</style>