Shades of Bombay #ADADA4
Tints of Bombay #ADADA4
RGB
CMYK
RGB Variations
Color information
#ADADA4 (or 0xADADA4) is known color: Bombay. HEX triplet: AD, AD and A4. RGB value is (173,173,164). Sum of RGB (Red+Green+Blue) = 173+173+164=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADA4 is #52525B. Grayscale: #ACACAC. Windows color (decimal): -5395036 or 10792365. OLE color: 10792365.
HSL color Cylindrical-coordinate representation of color #ADADA4: 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 #ADADA4 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 173 | 164 | - |
CMYK | 0 | 0 | 0.05 | 0.32 |
HSL | 60º | 0.05% | 0.66% | - |
HSV(B) | 60º | 0.05% | 0.68% | - |
XYZ | 38.88 | 41.45 | 41.07 | - |
YUV | 171.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 164 | 0 | 0 | 0.05 | 0.32 | 60 | 0.05 | 0.66 |
Hex | AD | AD | A4 | 0 | 0 | 5 | 20 | 3C | 5 | 42 |
Octal | 255 | 255 | 244 | 0 | 0 | 5 | 40 | 74 | 5 | 102 |
Binary | 10101101 | 10101101 | 10100100 | 0 | 0 | 101 | 100000 | 111100 | 101 | 1000010 |
Color Harmonies of #ADADA4
Complementary color
Monochromatic Colors of #ADADA4
Black with #ADADA4
Text Example
Text Example
White with #ADADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADA4; }
p { color: rgb(173,173,164); }
H1.HeaderClassName
{
color: #ADADA4;
}
.AnyTagClassName
{
color: #ADADA4;
}
</style>
background-color css
<style>
a { background-color: #ADADA4; }
a { background-color: rgb(173,173,164); }
div.DivClassName
{
background-color: #ADADA4;
}
.BgClassName
{
background-color: #ADADA4;
}
</style>
border-color css
<style>
span { border-color: #ADADA4; }
span { border-color: rgb(173,173,164); }
td.TdClassName
{
border-color: #ADADA4;
}
.TagClassName
{
border-color: #ADADA4;
}
</style>