Shades of Bombay #ADADA7
Tints of Bombay #ADADA7
RGB
CMYK
RGB Variations
Color information
#ADADA7 (or 0xADADA7) is known color: Bombay. HEX triplet: AD, AD and A7. RGB value is (173,173,167). Sum of RGB (Red+Green+Blue) = 173+173+167=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA7 is #525258. Grayscale: #ACACAC. Windows color (decimal): -5395033 or 10988973. OLE color: 10988973.
HSL color Cylindrical-coordinate representation of color #ADADA7: 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.03%. Process color model (Four color, CMYK) of #ADADA7 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 167 | - |
CMYK | 0 | 0 | 0.03 | 0.32 |
HSL | 60º | 0.04% | 0.67% | - |
HSV(B) | 60º | 0.03% | 0.68% | - |
XYZ | 39.15 | 41.56 | 42.52 | - |
YUV | 172.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 167 | 0 | 0 | 0.03 | 0.32 | 60 | 0.04 | 0.67 |
Hex | AD | AD | A7 | 0 | 0 | 3 | 20 | 3C | 4 | 43 |
Octal | 255 | 255 | 247 | 0 | 0 | 3 | 40 | 74 | 4 | 103 |
Binary | 10101101 | 10101101 | 10100111 | 0 | 0 | 11 | 100000 | 111100 | 100 | 1000011 |
Color Harmonies of #ADADA7
Complementary color
Monochromatic Colors of #ADADA7
Black with #ADADA7
Text Example
Text Example
White with #ADADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADA7; }
p { color: rgb(173,173,167); }
H1.HeaderClassName
{
color: #ADADA7;
}
.AnyTagClassName
{
color: #ADADA7;
}
</style>
background-color css
<style>
a { background-color: #ADADA7; }
a { background-color: rgb(173,173,167); }
div.DivClassName
{
background-color: #ADADA7;
}
.BgClassName
{
background-color: #ADADA7;
}
</style>
border-color css
<style>
span { border-color: #ADADA7; }
span { border-color: rgb(173,173,167); }
td.TdClassName
{
border-color: #ADADA7;
}
.TagClassName
{
border-color: #ADADA7;
}
</style>