#A6A47E

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

Shades of Neutral Green #A6A47E

Tints of Neutral Green #A6A47E

Color information

#A6A47E (or 0xA6A47E) is unknown color: approx Neutral Green. HEX triplet: A6, A4 and 7E. RGB value is (166,164,126). Sum of RGB (Red+Green+Blue) = 166+164+126=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A47E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A47E is #595B81. Grayscale: #A0A0A0. Windows color (decimal): -5856130 or 8299686. OLE color: 8299686.

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

Color convert

RGB166164126-
CMYK00.010.240.35
HSL57º18.35%57.25%-
HSV(B)57º24.1%65.1%-
XYZ32.7736.1624.99-
YUV160.27108.66132.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.40%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=36.40%
G=35.96%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616412600.010.240.355718.3557.25
HexA6A47E011823391239
Octal246244176013043712271
Binary10100110101001001111110011100010001111100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A47E; }

 p { color: rgb(166,164,126); }

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

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

 a { background-color: rgb(166,164,126); }

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

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

 span { border-color: rgb(166,164,126); }

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