#ACA679

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

Shades of Neutral Green #ACA679

Tints of Neutral Green #ACA679

Color information

#ACA679 (or 0xACA679) is unknown color: approx Neutral Green. HEX triplet: AC, A6 and 79. RGB value is (172,166,121). Sum of RGB (Red+Green+Blue) = 172+166+121=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA679 is #535986. Grayscale: #A2A2A2. Windows color (decimal): -5462407 or 7972524. OLE color: 7972524.

HSL color Cylindrical-coordinate representation of color #ACA679: hue angle of 52.94º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACA679 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172166121-
CMYK00.030.300.33
HSL52.94º23.5%57.45%-
HSV(B)52.94º29.65%67.45%-
XYZ34.137.4223.52-
YUV162.66104.49134.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=37.47%
G=36.17%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216612100.030.300.3352.9423.557.45
HexACA679031E21351839
Octal254246171033641653071
Binary101011001010011011110010111111010000111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA679; }

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

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

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

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

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

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

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

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