#ACA87C

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

Shades of Neutral Green #ACA87C

Tints of Neutral Green #ACA87C

Color information

#ACA87C (or 0xACA87C) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 7C. RGB value is (172,168,124). Sum of RGB (Red+Green+Blue) = 172+168+124=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA87C is #535783. Grayscale: #A4A4A4. Windows color (decimal): -5461892 or 8169644. OLE color: 8169644.

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

Color convert

RGB172168124-
CMYK00.020.280.33
HSL55º22.43%58.04%-
HSV(B)55º27.91%67.45%-
XYZ34.6538.2324.62-
YUV164.18105.33133.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=37.07%
G=36.21%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216812400.020.280.335522.4358.04
HexACA87C021C2137163a
Octal254250174023441672672
Binary101011001010100011111000101110010000111011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA87C; }

 p { color: rgb(172,168,124); }

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

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

 a { background-color: rgb(172,168,124); }

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

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

 span { border-color: rgb(172,168,124); }

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