Shades of Bombay #ADADA9
Tints of Bombay #ADADA9
RGB
CMYK
RGB Variations
Color information
#ADADA9 (or 0xADADA9) is known color: Bombay. HEX triplet: AD, AD and A9. RGB value is (173,173,169). Sum of RGB (Red+Green+Blue) = 173+173+169=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA9 is #525256. Grayscale: #ACACAC. Windows color (decimal): -5395031 or 11120045. OLE color: 11120045.
HSL color Cylindrical-coordinate representation of color #ADADA9: hue angle of 60º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADADA9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 169 | - |
CMYK | 0 | 0 | 0.02 | 0.32 |
HSL | 60º | 0.02% | 0.67% | - |
HSV(B) | 60º | 0.02% | 0.68% | - |
XYZ | 39.34 | 41.64 | 43.5 | - |
YUV | 172.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 169 | 0 | 0 | 0.02 | 0.32 | 60 | 0.02 | 0.67 |
Hex | AD | AD | A9 | 0 | 0 | 2 | 20 | 3C | 2 | 43 |
Octal | 255 | 255 | 251 | 0 | 0 | 2 | 40 | 74 | 2 | 103 |
Binary | 10101101 | 10101101 | 10101001 | 0 | 0 | 10 | 100000 | 111100 | 10 | 1000011 |
Color Harmonies of #ADADA9
Complementary color
Monochromatic Colors of #ADADA9
Black with #ADADA9
Text Example
Text Example
White with #ADADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADA9; }
p { color: rgb(173,173,169); }
H1.HeaderClassName
{
color: #ADADA9;
}
.AnyTagClassName
{
color: #ADADA9;
}
</style>
background-color css
<style>
a { background-color: #ADADA9; }
a { background-color: rgb(173,173,169); }
div.DivClassName
{
background-color: #ADADA9;
}
.BgClassName
{
background-color: #ADADA9;
}
</style>
border-color css
<style>
span { border-color: #ADADA9; }
span { border-color: rgb(173,173,169); }
td.TdClassName
{
border-color: #ADADA9;
}
.TagClassName
{
border-color: #ADADA9;
}
</style>