Shades of Martini #ADA8A7
Tints of Martini #ADA8A7
RGB
CMYK
RGB Variations
Color information
#ADA8A7 (or 0xADA8A7) is known color: Martini. HEX triplet: AD, A8 and A7. RGB value is (173,168,167). Sum of RGB (Red+Green+Blue) = 173+168+167=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8A7 is #525758. Grayscale: #A9A9A9. Windows color (decimal): -5396313 or 10987693. OLE color: 10987693.
HSL color Cylindrical-coordinate representation of color #ADA8A7: hue angle of 10º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADA8A7 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 167 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.32 |
| HSL | 10º | 0.04% | 0.67% | - |
| HSV(B) | 10º | 0.03% | 0.68% | - |
| XYZ | 38.21 | 39.68 | 42.2 | - |
| YUV | 169.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 167 | 0 | 0.03 | 0.03 | 0.32 | 10 | 0.04 | 0.67 |
| Hex | AD | A8 | A7 | 0 | 3 | 3 | 20 | A | 4 | 43 |
| Octal | 255 | 250 | 247 | 0 | 3 | 3 | 40 | 12 | 4 | 103 |
| Binary | 10101101 | 10101000 | 10100111 | 0 | 11 | 11 | 100000 | 1010 | 100 | 1000011 |
Color Harmonies of #ADA8A7
Complementary color
Monochromatic Colors of #ADA8A7
Black with #ADA8A7
Text Example
Text Example
White with #ADA8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8A7; }
p { color: rgb(173,168,167); }
H1.HeaderClassName
{
color: #ADA8A7;
}
.AnyTagClassName
{
color: #ADA8A7;
}
</style>
background-color css
<style>
a { background-color: #ADA8A7; }
a { background-color: rgb(173,168,167); }
div.DivClassName
{
background-color: #ADA8A7;
}
.BgClassName
{
background-color: #ADA8A7;
}
</style>
border-color css
<style>
span { border-color: #ADA8A7; }
span { border-color: rgb(173,168,167); }
td.TdClassName
{
border-color: #ADA8A7;
}
.TagClassName
{
border-color: #ADA8A7;
}
</style>