#ACA687

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

Shades of Neutral Green #ACA687

Tints of Neutral Green #ACA687

Color information

#ACA687 (or 0xACA687) is unknown color: approx Neutral Green. HEX triplet: AC, A6 and 87. RGB value is (172,166,135). Sum of RGB (Red+Green+Blue) = 172+166+135=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA687 is #535978. Grayscale: #A4A4A4. Windows color (decimal): -5462393 or 8890028. OLE color: 8890028.

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

Color convert

RGB172166135-
CMYK00.030.220.33
HSL50.27º18.23%60.2%-
HSV(B)50.27º21.51%67.45%-
XYZ35.0237.7928.37-
YUV164.26111.49133.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=36.36%
G=35.10%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216613500.030.220.3350.2718.2360.2
HexACA68703162132123c
Octal254246207032641622274
Binary1010110010100110100001110111011010000111001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA687; }

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

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

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

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

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

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

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

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