#A6A47B

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

Shades of Neutral Green #A6A47B

Tints of Neutral Green #A6A47B

Color information

#A6A47B (or 0xA6A47B) is unknown color: approx Neutral Green. HEX triplet: A6, A4 and 7B. RGB value is (166,164,123). Sum of RGB (Red+Green+Blue) = 166+164+123=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A47B is #595B84. Grayscale: #A0A0A0. Windows color (decimal): -5856133 or 8103078. OLE color: 8103078.

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

Color convert

RGB166164123-
CMYK00.010.260.35
HSL57.21º19.46%56.67%-
HSV(B)57.21º25.9%65.1%-
XYZ32.5836.0923.99-
YUV159.92107.16132.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=36.64%
G=36.20%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616412300.010.260.3557.2119.4656.67
HexA6A47B011A23391339
Octal246244173013243712371
Binary10100110101001001111011011101010001111100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A47B; }

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

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

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

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

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

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

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

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