#ACAC86

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

Shades of Neutral Green #ACAC86

Tints of Neutral Green #ACAC86

Color information

#ACAC86 (or 0xACAC86) is unknown color: approx Neutral Green. HEX triplet: AC, AC and 86. RGB value is (172,172,134). Sum of RGB (Red+Green+Blue) = 172+172+134=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC86 is #535379. Grayscale: #A7A7A7. Windows color (decimal): -5460858 or 8826028. OLE color: 8826028.

HSL color Cylindrical-coordinate representation of color #ACAC86: hue angle of 60º 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 #ACAC86 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB172172134-
CMYK000.220.33
HSL60º18.63%60%-
HSV(B)60º22.09%67.45%-
XYZ36.074028.37-
YUV167.67109131.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=35.98%
G=35.98%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172134000.220.336018.6360
HexACAC860016213c133c
Octal254254206002641742374
Binary101011001010110010000110001011010000111110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC86; }

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

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

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

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

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

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

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

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