#ACA389

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

Shades of Neutral Green #ACA389

Tints of Neutral Green #ACA389

Color information

#ACA389 (or 0xACA389) is unknown color: approx Neutral Green. HEX triplet: AC, A3 and 89. RGB value is (172,163,137). Sum of RGB (Red+Green+Blue) = 172+163+137=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA389 is #535C76. Grayscale: #A2A2A2. Windows color (decimal): -5463159 or 9020332. OLE color: 9020332.

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

Color convert

RGB172163137-
CMYK00.050.200.33
HSL44.57º17.41%60.59%-
HSV(B)44.57º20.35%67.45%-
XYZ34.6336.7728.94-
YUV162.73113.48134.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 137 (53.91% from 255) = 29.03%
R=36.44%
G=34.53%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216313700.050.200.3344.5717.4160.59
HexACA3890514212d113d
Octal254243211052441552175
Binary10101100101000111000100101011010010000110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA389; }

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

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

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

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

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

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

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

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