#ACA487

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

Shades of Neutral Green #ACA487

Tints of Neutral Green #ACA487

Color information

#ACA487 (or 0xACA487) is unknown color: approx Neutral Green. HEX triplet: AC, A4 and 87. RGB value is (172,164,135). Sum of RGB (Red+Green+Blue) = 172+164+135=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA487 is #535B78. Grayscale: #A3A3A3. Windows color (decimal): -5462905 or 8889516. OLE color: 8889516.

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

Color convert

RGB172164135-
CMYK00.050.220.33
HSL47.03º18.23%60.2%-
HSV(B)47.03º21.51%67.45%-
XYZ34.6637.0728.25-
YUV163.09112.15134.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=36.52%
G=34.82%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216413500.050.220.3347.0318.2360.2
HexACA4870516212f123c
Octal254244207052641572274
Binary10101100101001001000011101011011010000110111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA487; }

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

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

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

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

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

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

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

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