#ACA09D

Color #ACA09D Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #ACA09D

Tints of Martini #ACA09D

Color information

#ACA09D (or 0xACA09D) is unknown color: approx Martini. HEX triplet: AC, A0 and 9D. RGB value is (172,160,157). Sum of RGB (Red+Green+Blue) = 172+160+157=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA09D is #535F62. Grayscale: #A3A3A3. Windows color (decimal): -5463907 or 10330284. OLE color: 10330284.

HSL color Cylindrical-coordinate representation of color #ACA09D: hue angle of 12º 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 #ACA09D is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172160157-
CMYK00.070.090.33
HSL12º8.29%64.51%-
HSV(B)12º8.72%67.45%-
XYZ35.6736.3537.03-
YUV163.25124.48134.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=35.17%
G=32.72%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216015700.070.090.33128.2964.51
HexACA09D07921c841
Octal2542402350711411410101
Binary10101100101000001001110101111001100001110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA09D; }

 p { color: rgb(172,160,157); }

 H1.HeaderClassName
 {
   color: #ACA09D;
 }
 .AnyTagClassName
 {
   color: #ACA09D;
 }
</style>
background-color css

<style>
 a { background-color: #ACA09D; }

 a { background-color: rgb(172,160,157); }

 div.DivClassName
 {
   background-color: #ACA09D;
 }
 .BgClassName
 {
   background-color: #ACA09D;
 }
</style>
border-color css

<style>
 span { border-color: #ACA09D; }

 span { border-color: rgb(172,160,157); }

 td.TdClassName
 {
   border-color: #ACA09D;
 }
 .TagClassName
 {
   border-color: #ACA09D;
 }
</style>