Shades of Martini #ADA7A5
Tints of Martini #ADA7A5
RGB
CMYK
RGB Variations
Color information
#ADA7A5 (or 0xADA7A5) is known color: Martini. HEX triplet: AD, A7 and A5. RGB value is (173,167,165). Sum of RGB (Red+Green+Blue) = 173+167+165=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA7A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA7A5 is #52585A. Grayscale: #A8A8A8. Windows color (decimal): -5396571 or 10856365. OLE color: 10856365.
HSL color Cylindrical-coordinate representation of color #ADA7A5: hue angle of 15º 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 #ADA7A5 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 165 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.32 |
| HSL | 15º | 0.05% | 0.66% | - |
| HSV(B) | 15º | 0.05% | 0.68% | - |
| XYZ | 37.84 | 39.24 | 41.18 | - |
| YUV | 168.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 165 | 0 | 0.03 | 0.05 | 0.32 | 15 | 0.05 | 0.66 |
| Hex | AD | A7 | A5 | 0 | 3 | 5 | 20 | F | 5 | 42 |
| Octal | 255 | 247 | 245 | 0 | 3 | 5 | 40 | 17 | 5 | 102 |
| Binary | 10101101 | 10100111 | 10100101 | 0 | 11 | 101 | 100000 | 1111 | 101 | 1000010 |
Color Harmonies of #ADA7A5
Complementary color
Monochromatic Colors of #ADA7A5
Black with #ADA7A5
Text Example
Text Example
White with #ADA7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7A5; }
p { color: rgb(173,167,165); }
H1.HeaderClassName
{
color: #ADA7A5;
}
.AnyTagClassName
{
color: #ADA7A5;
}
</style>
background-color css
<style>
a { background-color: #ADA7A5; }
a { background-color: rgb(173,167,165); }
div.DivClassName
{
background-color: #ADA7A5;
}
.BgClassName
{
background-color: #ADA7A5;
}
</style>
border-color css
<style>
span { border-color: #ADA7A5; }
span { border-color: rgb(173,167,165); }
td.TdClassName
{
border-color: #ADA7A5;
}
.TagClassName
{
border-color: #ADA7A5;
}
</style>