#ACA384

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

Shades of Neutral Green #ACA384

Tints of Neutral Green #ACA384

Color information

#ACA384 (or 0xACA384) is unknown color: approx Neutral Green. HEX triplet: AC, A3 and 84. RGB value is (172,163,132). Sum of RGB (Red+Green+Blue) = 172+163+132=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA384 is #535C7B. Grayscale: #A2A2A2. Windows color (decimal): -5463164 or 8692652. OLE color: 8692652.

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

Color convert

RGB172163132-
CMYK00.050.230.33
HSL46.5º19.42%59.61%-
HSV(B)46.5º23.26%67.45%-
XYZ34.2836.6327.09-
YUV162.16110.98135.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=36.83%
G=34.90%
B=28.27%

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
Decimal17216313200.050.230.3346.519.4259.61
HexACA3840517212f133c
Octal254243204052741572374
Binary10101100101000111000010001011011110000110111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA384; }

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

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

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

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

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

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

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

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