#ACA386

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

Shades of Neutral Green #ACA386

Tints of Neutral Green #ACA386

Color information

#ACA386 (or 0xACA386) is unknown color: approx Neutral Green. HEX triplet: AC, A3 and 86. RGB value is (172,163,134). Sum of RGB (Red+Green+Blue) = 172+163+134=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA386 is #535C79. Grayscale: #A2A2A2. Windows color (decimal): -5463162 or 8823724. OLE color: 8823724.

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

Color convert

RGB172163134-
CMYK00.050.220.33
HSL45.79º18.63%60%-
HSV(B)45.79º22.09%67.45%-
XYZ34.4136.6927.82-
YUV162.38111.98134.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=36.67%
G=34.75%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216313400.050.220.3345.7918.6360
HexACA3860516212e133c
Octal254243206052641562374
Binary10101100101000111000011001011011010000110111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA386; }

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

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

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

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

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

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

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

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