#ACA29D

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

Shades of Martini #ACA29D

Tints of Martini #ACA29D

Color information

#ACA29D (or 0xACA29D) is unknown color: approx Martini. HEX triplet: AC, A2 and 9D. RGB value is (172,162,157). Sum of RGB (Red+Green+Blue) = 172+162+157=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA29D is #535D62. Grayscale: #A4A4A4. Windows color (decimal): -5463395 or 10330796. OLE color: 10330796.

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

Color convert

RGB172162157-
CMYK00.060.090.33
HSL20º8.29%64.51%-
HSV(B)20º8.72%67.45%-
XYZ36.0237.0537.15-
YUV164.42123.81133.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=35.03%
G=32.99%
B=31.98%

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
Decimal17216215700.060.090.33208.2964.51
HexACA29D0692114841
Octal2542422350611412410101
Binary101011001010001010011101011010011000011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA29D; }

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

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

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

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

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

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

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

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