#ACA689

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

Shades of Neutral Green #ACA689

Tints of Neutral Green #ACA689

Color information

#ACA689 (or 0xACA689) is unknown color: approx Neutral Green. HEX triplet: AC, A6 and 89. RGB value is (172,166,137). Sum of RGB (Red+Green+Blue) = 172+166+137=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA689 is #535976. Grayscale: #A4A4A4. Windows color (decimal): -5462391 or 9021100. OLE color: 9021100.

HSL color Cylindrical-coordinate representation of color #ACA689: hue angle of 49.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACA689 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172166137-
CMYK00.030.200.33
HSL49.71º17.41%60.59%-
HSV(B)49.71º20.35%67.45%-
XYZ35.1637.8529.12-
YUV164.49112.49133.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=36.21%
G=34.95%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216613700.030.200.3349.7117.4160.59
HexACA68903142132113d
Octal254246211032441622175
Binary1010110010100110100010010111010010000111001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA689; }

 p { color: rgb(172,166,137); }

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

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

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

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

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

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

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