#ACA29C

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

Shades of Martini #ACA29C

Tints of Martini #ACA29C

Color information

#ACA29C (or 0xACA29C) is unknown color: approx Martini. HEX triplet: AC, A2 and 9C. RGB value is (172,162,156). Sum of RGB (Red+Green+Blue) = 172+162+156=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA29C is #535D63. Grayscale: #A4A4A4. Windows color (decimal): -5463396 or 10265260. OLE color: 10265260.

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

Color convert

RGB172162156-
CMYK00.060.090.33
HSL22.5º8.79%64.31%-
HSV(B)22.5º9.3%67.45%-
XYZ35.9337.0136.7-
YUV164.31123.31133.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=35.10%
G=33.06%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216215600.060.090.3322.58.7964.31
HexACA29C0692117940
Octal2542422340611412711100
Binary101011001010001010011100011010011000011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA29C; }

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

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

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

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

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

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

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

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