#ACA489

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

Shades of Neutral Green #ACA489

Tints of Neutral Green #ACA489

Color information

#ACA489 (or 0xACA489) is unknown color: approx Neutral Green. HEX triplet: AC, A4 and 89. RGB value is (172,164,137). Sum of RGB (Red+Green+Blue) = 172+164+137=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA489 is #535B76. Grayscale: #A3A3A3. Windows color (decimal): -5462903 or 9020588. OLE color: 9020588.

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

Color convert

RGB172164137-
CMYK00.050.200.33
HSL46.29º17.41%60.59%-
HSV(B)46.29º20.35%67.45%-
XYZ34.837.1329-
YUV163.31113.15134.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=36.36%
G=34.67%
B=28.96%

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
Decimal17216413700.050.200.3346.2917.4160.59
HexACA4890514212e113d
Octal254244211052441562175
Binary10101100101001001000100101011010010000110111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA489; }

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

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

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

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

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

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

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

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