#ACA09C

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

Shades of Martini #ACA09C

Tints of Martini #ACA09C

Color information

#ACA09C (or 0xACA09C) is unknown color: approx Martini. HEX triplet: AC, A0 and 9C. RGB value is (172,160,156). Sum of RGB (Red+Green+Blue) = 172+160+156=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA09C is #535F63. Grayscale: #A3A3A3. Windows color (decimal): -5463908 or 10264748. OLE color: 10264748.

HSL color Cylindrical-coordinate representation of color #ACA09C: hue angle of 15º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACA09C is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172160156-
CMYK00.070.090.33
HSL15º8.79%64.31%-
HSV(B)15º9.3%67.45%-
XYZ35.5836.3136.59-
YUV163.13123.98134.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 156 (61.33% from 255) = 31.97%
R=35.25%
G=32.79%
B=31.97%

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
Decimal17216015600.070.090.33158.7964.31
HexACA09C07921f940
Octal2542402340711411711100
Binary10101100101000001001110001111001100001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA09C; }

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

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

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

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

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

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

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

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