#ACAA72

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

Shades of Neutral Green #ACAA72

Tints of Neutral Green #ACAA72

Color information

#ACAA72 (or 0xACAA72) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 72. RGB value is (172,170,114). Sum of RGB (Red+Green+Blue) = 172+170+114=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA72 is #53558D. Grayscale: #A4A4A4. Windows color (decimal): -5461390 or 7514796. OLE color: 7514796.

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

Color convert

RGB172170114-
CMYK00.010.340.33
HSL57.93º25.89%56.08%-
HSV(B)57.93º33.72%67.45%-
XYZ34.4338.7421.58-
YUV164.2199.66133.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 114 (44.92% from 255) = 25%
R=37.72%
G=37.28%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217011400.010.340.3357.9325.8956.08
HexACAA720122213a1a38
Octal254252162014241723270
Binary101011001010101011100100110001010000111101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA72; }

 p { color: rgb(172,170,114); }

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

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

 a { background-color: rgb(172,170,114); }

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

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

 span { border-color: rgb(172,170,114); }

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