#ACA785

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

Shades of Neutral Green #ACA785

Tints of Neutral Green #ACA785

Color information

#ACA785 (or 0xACA785) is unknown color: approx Neutral Green. HEX triplet: AC, A7 and 85. RGB value is (172,167,133). Sum of RGB (Red+Green+Blue) = 172+167+133=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA785 is #53587A. Grayscale: #A4A4A4. Windows color (decimal): -5462139 or 8759212. OLE color: 8759212.

HSL color Cylindrical-coordinate representation of color #ACA785: hue angle of 52.31º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACA785 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172167133-
CMYK00.030.230.33
HSL52.31º19.02%59.8%-
HSV(B)52.31º22.67%67.45%-
XYZ35.0738.127.7-
YUV164.62110.16133.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=36.44%
G=35.38%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216713300.030.230.3352.3119.0259.8
HexACA78503172134133c
Octal254247205032741642374
Binary1010110010100111100001010111011110000111010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA785; }

 p { color: rgb(172,167,133); }

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

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

 a { background-color: rgb(172,167,133); }

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

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

 span { border-color: rgb(172,167,133); }

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