#ACA480

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

Shades of Neutral Green #ACA480

Tints of Neutral Green #ACA480

Color information

#ACA480 (or 0xACA480) is unknown color: approx Neutral Green. HEX triplet: AC, A4 and 80. RGB value is (172,164,128). Sum of RGB (Red+Green+Blue) = 172+164+128=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA480 is #535B7F. Grayscale: #A2A2A2. Windows color (decimal): -5462912 or 8430764. OLE color: 8430764.

HSL color Cylindrical-coordinate representation of color #ACA480: hue angle of 49.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACA480 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB172164128-
CMYK00.050.260.33
HSL49.09º20.95%58.82%-
HSV(B)49.09º25.58%67.45%-
XYZ34.1936.8825.74-
YUV162.29108.65134.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=37.07%
G=35.34%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216412800.050.260.3349.0920.9558.82
HexACA480051A2131153b
Octal254244200053241612573
Binary10101100101001001000000001011101010000111000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA480; }

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

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

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

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

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

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

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

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