#ACA681

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

Shades of Neutral Green #ACA681

Tints of Neutral Green #ACA681

Color information

#ACA681 (or 0xACA681) is unknown color: approx Neutral Green. HEX triplet: AC, A6 and 81. RGB value is (172,166,129). Sum of RGB (Red+Green+Blue) = 172+166+129=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA681 is #53597E. Grayscale: #A3A3A3. Windows color (decimal): -5462399 or 8496812. OLE color: 8496812.

HSL color Cylindrical-coordinate representation of color #ACA681: hue angle of 51.63º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACA681 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB172166129-
CMYK00.030.250.33
HSL51.63º20.57%59.02%-
HSV(B)51.63º25%67.45%-
XYZ34.6137.6326.21-
YUV163.58108.49134.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=36.83%
G=35.55%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216612900.030.250.3351.6320.5759.02
HexACA68103192134153b
Octal254246201033141642573
Binary1010110010100110100000010111100110000111010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA681; }

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

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

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

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

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

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

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

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