#ACA973

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

Shades of Neutral Green #ACA973

Tints of Neutral Green #ACA973

Color information

#ACA973 (or 0xACA973) is unknown color: approx Neutral Green. HEX triplet: AC, A9 and 73. RGB value is (172,169,115). Sum of RGB (Red+Green+Blue) = 172+169+115=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA973 is #53568C. Grayscale: #A3A3A3. Windows color (decimal): -5461645 or 7580076. OLE color: 7580076.

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

Color convert

RGB172169115-
CMYK00.020.330.33
HSL56.84º25.56%56.27%-
HSV(B)56.84º33.14%67.45%-
XYZ34.338.3821.82-
YUV163.74100.49133.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 115 (45.31% from 255) = 25.22%
R=37.72%
G=37.06%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216911500.020.330.3356.8425.5656.27
HexACA973022121391a38
Octal254251163024141713270
Binary1010110010101001111001101010000110000111100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA973; }

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

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

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

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

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

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

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

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