#ACA686

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

Shades of Neutral Green #ACA686

Tints of Neutral Green #ACA686

Color information

#ACA686 (or 0xACA686) is unknown color: approx Neutral Green. HEX triplet: AC, A6 and 86. RGB value is (172,166,134). Sum of RGB (Red+Green+Blue) = 172+166+134=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA686 is #535979. Grayscale: #A4A4A4. Windows color (decimal): -5462394 or 8824492. OLE color: 8824492.

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

Color convert

RGB172166134-
CMYK00.030.220.33
HSL50.53º18.63%60%-
HSV(B)50.53º22.09%67.45%-
XYZ34.9537.7628-
YUV164.15110.99133.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=36.44%
G=35.17%
B=28.39%

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
Decimal17216613400.030.220.3350.5318.6360
HexACA68603162133133c
Octal254246206032641632374
Binary1010110010100110100001100111011010000111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA686; }

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

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

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

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

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

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

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

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