#ACA97D

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

Shades of Neutral Green #ACA97D

Tints of Neutral Green #ACA97D

Color information

#ACA97D (or 0xACA97D) is unknown color: approx Neutral Green. HEX triplet: AC, A9 and 7D. RGB value is (172,169,125). Sum of RGB (Red+Green+Blue) = 172+169+125=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA97D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA97D is #535682. Grayscale: #A5A5A5. Windows color (decimal): -5461635 or 8235436. OLE color: 8235436.

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

Color convert

RGB172169125-
CMYK00.020.270.33
HSL56.17º22.07%58.24%-
HSV(B)56.17º27.33%67.45%-
XYZ34.938.6325.02-
YUV164.88105.49133.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=36.91%
G=36.27%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216912500.020.270.3356.1722.0758.24
HexACA97D021B2138163a
Octal254251175023341702672
Binary101011001010100111111010101101110000111100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA97D; }

 p { color: rgb(172,169,125); }

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

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

 a { background-color: rgb(172,169,125); }

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

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

 span { border-color: rgb(172,169,125); }

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