#ACA685

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

Shades of Neutral Green #ACA685

Tints of Neutral Green #ACA685

Color information

#ACA685 (or 0xACA685) is unknown color: approx Neutral Green. HEX triplet: AC, A6 and 85. RGB value is (172,166,133). Sum of RGB (Red+Green+Blue) = 172+166+133=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA685 is #53597A. Grayscale: #A4A4A4. Windows color (decimal): -5462395 or 8758956. OLE color: 8758956.

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

Color convert

RGB172166133-
CMYK00.030.230.33
HSL50.77º19.02%59.8%-
HSV(B)50.77º22.67%67.45%-
XYZ34.8837.7427.64-
YUV164.03110.49133.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=36.52%
G=35.24%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216613300.030.230.3350.7719.0259.8
HexACA68503172133133c
Octal254246205032741632374
Binary1010110010100110100001010111011110000111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA685; }

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

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

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

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

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

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

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

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