Shades of Bombay #ADAEA3
Tints of Bombay #ADAEA3
RGB
CMYK
RGB Variations
Color information
#ADAEA3 (or 0xADAEA3) is known color: Bombay. HEX triplet: AD, AE and A3. RGB value is (173,174,163). Sum of RGB (Red+Green+Blue) = 173+174+163=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAEA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEA3 is #52515C. Grayscale: #ACACAC. Windows color (decimal): -5394781 or 10727085. OLE color: 10727085.
HSL color Cylindrical-coordinate representation of color #ADAEA3: hue angle of 65.45º 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 #ADAEA3 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 163 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.32 |
| HSL | 65.45º | 0.06% | 0.66% | - |
| HSV(B) | 65.45º | 0.06% | 0.68% | - |
| XYZ | 38.98 | 41.8 | 40.66 | - |
| YUV | 172.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 163 | 0.01 | 0 | 0.06 | 0.32 | 65.45 | 0.06 | 0.66 |
| Hex | AD | AE | A3 | 1 | 0 | 6 | 20 | 41 | 6 | 42 |
| Octal | 255 | 256 | 243 | 1 | 0 | 6 | 40 | 101 | 6 | 102 |
| Binary | 10101101 | 10101110 | 10100011 | 1 | 0 | 110 | 100000 | 1000001 | 110 | 1000010 |
Color Harmonies of #ADAEA3
Complementary color
Monochromatic Colors of #ADAEA3
Black with #ADAEA3
Text Example
Text Example
White with #ADAEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEA3; }
p { color: rgb(173,174,163); }
H1.HeaderClassName
{
color: #ADAEA3;
}
.AnyTagClassName
{
color: #ADAEA3;
}
</style>
background-color css
<style>
a { background-color: #ADAEA3; }
a { background-color: rgb(173,174,163); }
div.DivClassName
{
background-color: #ADAEA3;
}
.BgClassName
{
background-color: #ADAEA3;
}
</style>
border-color css
<style>
span { border-color: #ADAEA3; }
span { border-color: rgb(173,174,163); }
td.TdClassName
{
border-color: #ADAEA3;
}
.TagClassName
{
border-color: #ADAEA3;
}
</style>