Shades of Bombay #ADADAA
Tints of Bombay #ADADAA
RGB
CMYK
RGB Variations
Color information
#ADADAA (or 0xADADAA) is known color: Bombay. HEX triplet: AD, AD and AA. RGB value is (173,173,170). Sum of RGB (Red+Green+Blue) = 173+173+170=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAA is #525255. Grayscale: #ACACAC. Windows color (decimal): -5395030 or 11185581. OLE color: 11185581.
HSL color Cylindrical-coordinate representation of color #ADADAA: 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 #ADADAA is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 170 | - |
CMYK | 0 | 0 | 0.02 | 0.32 |
HSL | 60º | 0.02% | 0.67% | - |
HSV(B) | 60º | 0.02% | 0.68% | - |
XYZ | 39.43 | 41.67 | 44 | - |
YUV | 172.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 170 | 0 | 0 | 0.02 | 0.32 | 60 | 0.02 | 0.67 |
Hex | AD | AD | AA | 0 | 0 | 2 | 20 | 3C | 2 | 43 |
Octal | 255 | 255 | 252 | 0 | 0 | 2 | 40 | 74 | 2 | 103 |
Binary | 10101101 | 10101101 | 10101010 | 0 | 0 | 10 | 100000 | 111100 | 10 | 1000011 |
Color Harmonies of #ADADAA
Complementary color
Monochromatic Colors of #ADADAA
Black with #ADADAA
Text Example
Text Example
White with #ADADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADAA; }
p { color: rgb(173,173,170); }
H1.HeaderClassName
{
color: #ADADAA;
}
.AnyTagClassName
{
color: #ADADAA;
}
</style>
background-color css
<style>
a { background-color: #ADADAA; }
a { background-color: rgb(173,173,170); }
div.DivClassName
{
background-color: #ADADAA;
}
.BgClassName
{
background-color: #ADADAA;
}
</style>
border-color css
<style>
span { border-color: #ADADAA; }
span { border-color: rgb(173,173,170); }
td.TdClassName
{
border-color: #ADADAA;
}
.TagClassName
{
border-color: #ADADAA;
}
</style>