#A7A682

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

Shades of Neutral Green #A7A682

Tints of Neutral Green #A7A682

Color information

#A7A682 (or 0xA7A682) is unknown color: approx Neutral Green. HEX triplet: A7, A6 and 82. RGB value is (167,166,130). Sum of RGB (Red+Green+Blue) = 167+166+130=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A682 is #58597D. Grayscale: #A2A2A2. Windows color (decimal): -5790078 or 8562343. OLE color: 8562343.

HSL color Cylindrical-coordinate representation of color #A7A682: hue angle of 58.38º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7A682 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB167166130-
CMYK00.010.220.35
HSL58.38º17.37%58.24%-
HSV(B)58.38º22.16%65.49%-
XYZ33.637.126.51-
YUV162.2109.83131.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=36.07%
G=35.85%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716613000.010.220.3558.3817.3758.24
HexA7A6820116233a113a
Octal247246202012643722172
Binary101001111010011010000010011011010001111101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A682; }

 p { color: rgb(167,166,130); }

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

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

 a { background-color: rgb(167,166,130); }

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

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

 span { border-color: rgb(167,166,130); }

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