#ACA39F

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

Shades of Martini #ACA39F

Tints of Martini #ACA39F

Color information

#ACA39F (or 0xACA39F) is unknown color: approx Martini. HEX triplet: AC, A3 and 9F. RGB value is (172,163,159). Sum of RGB (Red+Green+Blue) = 172+163+159=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA39F is #535C60. Grayscale: #A5A5A5. Windows color (decimal): -5463137 or 10462124. OLE color: 10462124.

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

Color convert

RGB172163159-
CMYK00.050.080.33
HSL18.46º7.26%64.9%-
HSV(B)18.46º7.56%67.45%-
XYZ36.3737.4738.12-
YUV165.24124.48132.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 163 (64.06% from 255) = 33.00%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=34.82%
G=33.00%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216315900.050.080.3318.467.2664.9
HexACA39F0582112741
Octal254243237051041227101
Binary10101100101000111001111101011000100001100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA39F; }

 p { color: rgb(172,163,159); }

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

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

 a { background-color: rgb(172,163,159); }

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

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

 span { border-color: rgb(172,163,159); }

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