Shades of Martini #ACA09B
Tints of Martini #ACA09B
RGB
CMYK
RGB Variations
Color information
#ACA09B (or 0xACA09B) is known color: Martini. HEX triplet: AC, A0 and 9B. RGB value is (172,160,155). Sum of RGB (Red+Green+Blue) = 172+160+155=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA09B is #535F64. Grayscale: #A3A3A3. Windows color (decimal): -5463909 or 10199212. OLE color: 10199212.
HSL color Cylindrical-coordinate representation of color #ACA09B: hue angle of 17.65º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACA09B is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 160 | 155 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.33 |
| HSL | 17.65º | 0.09% | 0.64% | - |
| HSV(B) | 17.65º | 0.1% | 0.67% | - |
| XYZ | 35.5 | 36.28 | 36.14 | - |
| YUV | 163.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 160 | 155 | 0 | 0.07 | 0.10 | 0.33 | 17.65 | 0.09 | 0.64 |
| Hex | AC | A0 | 9B | 0 | 7 | A | 21 | 12 | 9 | 40 |
| Octal | 254 | 240 | 233 | 0 | 7 | 12 | 41 | 22 | 11 | 100 |
| Binary | 10101100 | 10100000 | 10011011 | 0 | 111 | 1010 | 100001 | 10010 | 1001 | 1000000 |
Color Harmonies of #ACA09B
Complementary color
Monochromatic Colors of #ACA09B
Black with #ACA09B
Text Example
Text Example
White with #ACA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA09B; }
p { color: rgb(172,160,155); }
H1.HeaderClassName
{
color: #ACA09B;
}
.AnyTagClassName
{
color: #ACA09B;
}
</style>
background-color css
<style>
a { background-color: #ACA09B; }
a { background-color: rgb(172,160,155); }
div.DivClassName
{
background-color: #ACA09B;
}
.BgClassName
{
background-color: #ACA09B;
}
</style>
border-color css
<style>
span { border-color: #ACA09B; }
span { border-color: rgb(172,160,155); }
td.TdClassName
{
border-color: #ACA09B;
}
.TagClassName
{
border-color: #ACA09B;
}
</style>