Shades of Martini #ADA19B
Tints of Martini #ADA19B
RGB
CMYK
RGB Variations
Color information
#ADA19B (or 0xADA19B) is known color: Martini. HEX triplet: AD, A1 and 9B. RGB value is (173,161,155). Sum of RGB (Red+Green+Blue) = 173+161+155=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA19B is #525E64. Grayscale: #A3A3A3. Windows color (decimal): -5398117 or 10199469. OLE color: 10199469.
HSL color Cylindrical-coordinate representation of color #ADA19B: hue angle of 20º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA19B is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 155 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.32 |
| HSL | 20º | 0.1% | 0.64% | - |
| HSV(B) | 20º | 0.1% | 0.68% | - |
| XYZ | 35.89 | 36.74 | 36.21 | - |
| YUV | 163.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 155 | 0 | 0.07 | 0.10 | 0.32 | 20 | 0.1 | 0.64 |
| Hex | AD | A1 | 9B | 0 | 7 | A | 20 | 14 | A | 40 |
| Octal | 255 | 241 | 233 | 0 | 7 | 12 | 40 | 24 | 12 | 100 |
| Binary | 10101101 | 10100001 | 10011011 | 0 | 111 | 1010 | 100000 | 10100 | 1010 | 1000000 |
Color Harmonies of #ADA19B
Complementary color
Monochromatic Colors of #ADA19B
Black with #ADA19B
Text Example
Text Example
White with #ADA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA19B; }
p { color: rgb(173,161,155); }
H1.HeaderClassName
{
color: #ADA19B;
}
.AnyTagClassName
{
color: #ADA19B;
}
</style>
background-color css
<style>
a { background-color: #ADA19B; }
a { background-color: rgb(173,161,155); }
div.DivClassName
{
background-color: #ADA19B;
}
.BgClassName
{
background-color: #ADA19B;
}
</style>
border-color css
<style>
span { border-color: #ADA19B; }
span { border-color: rgb(173,161,155); }
td.TdClassName
{
border-color: #ADA19B;
}
.TagClassName
{
border-color: #ADA19B;
}
</style>