Shades of Bombay #ADADA2
Tints of Bombay #ADADA2
RGB
CMYK
RGB Variations
Color information
#ADADA2 (or 0xADADA2) is known color: Bombay. HEX triplet: AD, AD and A2. RGB value is (173,173,162). Sum of RGB (Red+Green+Blue) = 173+173+162=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA2 is #52525D. Grayscale: #ABABAB. Windows color (decimal): -5395038 or 10661293. OLE color: 10661293.
HSL color Cylindrical-coordinate representation of color #ADADA2: hue angle of 60º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADADA2 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 162 | - |
CMYK | 0 | 0 | 0.06 | 0.32 |
HSL | 60º | 0.06% | 0.66% | - |
HSV(B) | 60º | 0.06% | 0.68% | - |
XYZ | 38.7 | 41.38 | 40.13 | - |
YUV | 171.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 162 | 0 | 0 | 0.06 | 0.32 | 60 | 0.06 | 0.66 |
Hex | AD | AD | A2 | 0 | 0 | 6 | 20 | 3C | 6 | 42 |
Octal | 255 | 255 | 242 | 0 | 0 | 6 | 40 | 74 | 6 | 102 |
Binary | 10101101 | 10101101 | 10100010 | 0 | 0 | 110 | 100000 | 111100 | 110 | 1000010 |
Color Harmonies of #ADADA2
Complementary color
Monochromatic Colors of #ADADA2
Black with #ADADA2
Text Example
Text Example
White with #ADADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADA2; }
p { color: rgb(173,173,162); }
H1.HeaderClassName
{
color: #ADADA2;
}
.AnyTagClassName
{
color: #ADADA2;
}
</style>
background-color css
<style>
a { background-color: #ADADA2; }
a { background-color: rgb(173,173,162); }
div.DivClassName
{
background-color: #ADADA2;
}
.BgClassName
{
background-color: #ADADA2;
}
</style>
border-color css
<style>
span { border-color: #ADADA2; }
span { border-color: rgb(173,173,162); }
td.TdClassName
{
border-color: #ADADA2;
}
.TagClassName
{
border-color: #ADADA2;
}
</style>