Shades of Martini #ADA19C
Tints of Martini #ADA19C
RGB
CMYK
RGB Variations
Color information
#ADA19C (or 0xADA19C) is known color: Martini. HEX triplet: AD, A1 and 9C. RGB value is (173,161,156). Sum of RGB (Red+Green+Blue) = 173+161+156=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA19C is #525E63. Grayscale: #A4A4A4. Windows color (decimal): -5398116 or 10265005. OLE color: 10265005.
HSL color Cylindrical-coordinate representation of color #ADA19C: hue angle of 17.65º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA19C is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 156 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.32 |
| HSL | 17.65º | 0.09% | 0.65% | - |
| HSV(B) | 17.65º | 0.1% | 0.68% | - |
| XYZ | 35.98 | 36.77 | 36.65 | - |
| YUV | 164.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 156 | 0 | 0.07 | 0.10 | 0.32 | 17.65 | 0.09 | 0.65 |
| Hex | AD | A1 | 9C | 0 | 7 | A | 20 | 12 | 9 | 41 |
| Octal | 255 | 241 | 234 | 0 | 7 | 12 | 40 | 22 | 11 | 101 |
| Binary | 10101101 | 10100001 | 10011100 | 0 | 111 | 1010 | 100000 | 10010 | 1001 | 1000001 |
Color Harmonies of #ADA19C
Complementary color
Monochromatic Colors of #ADA19C
Black with #ADA19C
Text Example
Text Example
White with #ADA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA19C; }
p { color: rgb(173,161,156); }
H1.HeaderClassName
{
color: #ADA19C;
}
.AnyTagClassName
{
color: #ADA19C;
}
</style>
background-color css
<style>
a { background-color: #ADA19C; }
a { background-color: rgb(173,161,156); }
div.DivClassName
{
background-color: #ADA19C;
}
.BgClassName
{
background-color: #ADA19C;
}
</style>
border-color css
<style>
span { border-color: #ADA19C; }
span { border-color: rgb(173,161,156); }
td.TdClassName
{
border-color: #ADA19C;
}
.TagClassName
{
border-color: #ADA19C;
}
</style>