#ACA87A

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

Shades of Neutral Green #ACA87A

Tints of Neutral Green #ACA87A

Color information

#ACA87A (or 0xACA87A) is unknown color: approx Neutral Green. HEX triplet: AC, A8 and 7A. RGB value is (172,168,122). Sum of RGB (Red+Green+Blue) = 172+168+122=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA87A is #535785. Grayscale: #A4A4A4. Windows color (decimal): -5461894 or 8038572. OLE color: 8038572.

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

Color convert

RGB172168122-
CMYK00.020.290.33
HSL55.2º23.15%57.65%-
HSV(B)55.2º29.07%67.45%-
XYZ34.5338.1823.96-
YUV163.95104.33133.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=37.23%
G=36.36%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216812200.020.290.3355.223.1557.65
HexACA87A021D2137173a
Octal254250172023541672772
Binary101011001010100011110100101110110000111011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA87A; }

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

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

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

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

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

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

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

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