#ACA385

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

Shades of Neutral Green #ACA385

Tints of Neutral Green #ACA385

Color information

#ACA385 (or 0xACA385) is unknown color: approx Neutral Green. HEX triplet: AC, A3 and 85. RGB value is (172,163,133). Sum of RGB (Red+Green+Blue) = 172+163+133=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA385 is #535C7A. Grayscale: #A2A2A2. Windows color (decimal): -5463163 or 8758188. OLE color: 8758188.

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

Color convert

RGB172163133-
CMYK00.050.230.33
HSL46.15º19.02%59.8%-
HSV(B)46.15º22.67%67.45%-
XYZ34.3436.6627.46-
YUV162.27111.48134.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=36.75%
G=34.83%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216313300.050.230.3346.1519.0259.8
HexACA3850517212e133c
Octal254243205052741562374
Binary10101100101000111000010101011011110000110111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA385; }

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

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

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

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

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

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

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

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