#ACA382

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

Shades of Neutral Green #ACA382

Tints of Neutral Green #ACA382

Color information

#ACA382 (or 0xACA382) is unknown color: approx Neutral Green. HEX triplet: AC, A3 and 82. RGB value is (172,163,130). Sum of RGB (Red+Green+Blue) = 172+163+130=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA382 is #535C7D. Grayscale: #A2A2A2. Windows color (decimal): -5463166 or 8561580. OLE color: 8561580.

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

Color convert

RGB172163130-
CMYK00.050.240.33
HSL47.14º20.19%59.22%-
HSV(B)47.14º24.42%67.45%-
XYZ34.1436.5826.38-
YUV161.93109.98135.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=36.99%
G=35.05%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216313000.050.240.3347.1420.1959.22
HexACA3820518212f143b
Octal254243202053041572473
Binary10101100101000111000001001011100010000110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA382; }

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

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

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

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

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

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

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

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