#ACA985

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

Shades of Neutral Green #ACA985

Tints of Neutral Green #ACA985

Color information

#ACA985 (or 0xACA985) is unknown color: approx Neutral Green. HEX triplet: AC, A9 and 85. RGB value is (172,169,133). Sum of RGB (Red+Green+Blue) = 172+169+133=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA985 is #53567A. Grayscale: #A5A5A5. Windows color (decimal): -5461627 or 8759724. OLE color: 8759724.

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

Color convert

RGB172169133-
CMYK00.020.230.33
HSL55.38º19.02%59.8%-
HSV(B)55.38º22.67%67.45%-
XYZ35.4338.8427.82-
YUV165.79109.49132.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=36.29%
G=35.65%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216913300.020.230.3355.3819.0259.8
HexACA98502172137133c
Octal254251205022741672374
Binary1010110010101001100001010101011110000111011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA985; }

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

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

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

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

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

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

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

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