#ACA585

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

Shades of Neutral Green #ACA585

Tints of Neutral Green #ACA585

Color information

#ACA585 (or 0xACA585) is unknown color: approx Neutral Green. HEX triplet: AC, A5 and 85. RGB value is (172,165,133). Sum of RGB (Red+Green+Blue) = 172+165+133=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA585 is #535A7A. Grayscale: #A3A3A3. Windows color (decimal): -5462651 or 8758700. OLE color: 8758700.

HSL color Cylindrical-coordinate representation of color #ACA585: hue angle of 49.23º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACA585 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172165133-
CMYK00.040.230.33
HSL49.23º19.02%59.8%-
HSV(B)49.23º22.67%67.45%-
XYZ34.737.3727.58-
YUV163.44110.82134.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=36.60%
G=35.11%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216513300.040.230.3349.2319.0259.8
HexACA58504172131133c
Octal254245205042741612374
Binary10101100101001011000010101001011110000111000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA585; }

 p { color: rgb(172,165,133); }

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

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

 a { background-color: rgb(172,165,133); }

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

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

 span { border-color: rgb(172,165,133); }

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