#ACAA86

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

Shades of Neutral Green #ACAA86

Tints of Neutral Green #ACAA86

Color information

#ACAA86 (or 0xACAA86) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 86. RGB value is (172,170,134). Sum of RGB (Red+Green+Blue) = 172+170+134=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA86 is #535579. Grayscale: #A6A6A6. Windows color (decimal): -5461370 or 8825516. OLE color: 8825516.

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

Color convert

RGB172170134-
CMYK00.010.220.33
HSL56.84º18.63%60%-
HSV(B)56.84º22.09%67.45%-
XYZ35.6939.2428.25-
YUV166.49109.66131.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=36.13%
G=35.71%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217013400.010.220.3356.8418.6360
HexACAA8601162139133c
Octal254252206012641712374
Binary101011001010101010000110011011010000111100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA86; }

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

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

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

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

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

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

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

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