Shades of Bombay #ADAE9F
Tints of Bombay #ADAE9F
RGB
CMYK
RGB Variations
Color information
#ADAE9F (or 0xADAE9F) is known color: Bombay. HEX triplet: AD, AE and 9F. RGB value is (173,174,159). Sum of RGB (Red+Green+Blue) = 173+174+159=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE9F is #525160. Grayscale: #ACACAC. Windows color (decimal): -5394785 or 10464941. OLE color: 10464941.
HSL color Cylindrical-coordinate representation of color #ADAE9F: hue angle of 64º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADAE9F is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 159 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.32 |
| HSL | 64º | 0.08% | 0.65% | - |
| HSV(B) | 64º | 0.09% | 0.68% | - |
| XYZ | 38.63 | 41.66 | 38.81 | - |
| YUV | 171.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 159 | 0.01 | 0 | 0.09 | 0.32 | 64 | 0.08 | 0.65 |
| Hex | AD | AE | 9F | 1 | 0 | 9 | 20 | 40 | 8 | 41 |
| Octal | 255 | 256 | 237 | 1 | 0 | 11 | 40 | 100 | 10 | 101 |
| Binary | 10101101 | 10101110 | 10011111 | 1 | 0 | 1001 | 100000 | 1000000 | 1000 | 1000001 |
Color Harmonies of #ADAE9F
Complementary color
Monochromatic Colors of #ADAE9F
Black with #ADAE9F
Text Example
Text Example
White with #ADAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE9F; }
p { color: rgb(173,174,159); }
H1.HeaderClassName
{
color: #ADAE9F;
}
.AnyTagClassName
{
color: #ADAE9F;
}
</style>
background-color css
<style>
a { background-color: #ADAE9F; }
a { background-color: rgb(173,174,159); }
div.DivClassName
{
background-color: #ADAE9F;
}
.BgClassName
{
background-color: #ADAE9F;
}
</style>
border-color css
<style>
span { border-color: #ADAE9F; }
span { border-color: rgb(173,174,159); }
td.TdClassName
{
border-color: #ADAE9F;
}
.TagClassName
{
border-color: #ADAE9F;
}
</style>