Shades of Martini #ACA19D
Tints of Martini #ACA19D
RGB
CMYK
RGB Variations
Color information
#ACA19D (or 0xACA19D) is known color: Martini. HEX triplet: AC, A1 and 9D. RGB value is (172,161,157). Sum of RGB (Red+Green+Blue) = 172+161+157=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA19D is #535E62. Grayscale: #A3A3A3. Windows color (decimal): -5463651 or 10330540. OLE color: 10330540.
HSL color Cylindrical-coordinate representation of color #ACA19D: hue angle of 16º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACA19D is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 161 | 157 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.33 |
| HSL | 16º | 0.08% | 0.65% | - |
| HSV(B) | 16º | 0.09% | 0.67% | - |
| XYZ | 35.84 | 36.69 | 37.09 | - |
| YUV | 163.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 161 | 157 | 0 | 0.06 | 0.09 | 0.33 | 16 | 0.08 | 0.65 |
| Hex | AC | A1 | 9D | 0 | 6 | 9 | 21 | 10 | 8 | 41 |
| Octal | 254 | 241 | 235 | 0 | 6 | 11 | 41 | 20 | 10 | 101 |
| Binary | 10101100 | 10100001 | 10011101 | 0 | 110 | 1001 | 100001 | 10000 | 1000 | 1000001 |
Color Harmonies of #ACA19D
Complementary color
Monochromatic Colors of #ACA19D
Black with #ACA19D
Text Example
Text Example
White with #ACA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA19D; }
p { color: rgb(172,161,157); }
H1.HeaderClassName
{
color: #ACA19D;
}
.AnyTagClassName
{
color: #ACA19D;
}
</style>
background-color css
<style>
a { background-color: #ACA19D; }
a { background-color: rgb(172,161,157); }
div.DivClassName
{
background-color: #ACA19D;
}
.BgClassName
{
background-color: #ACA19D;
}
</style>
border-color css
<style>
span { border-color: #ACA19D; }
span { border-color: rgb(172,161,157); }
td.TdClassName
{
border-color: #ACA19D;
}
.TagClassName
{
border-color: #ACA19D;
}
</style>