#A6A58E

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

Shades of Neutral Green #A6A58E

Tints of Neutral Green #A6A58E

Color information

#A6A58E (or 0xA6A58E) is unknown color: approx Neutral Green. HEX triplet: A6, A5 and 8E. RGB value is (166,165,142). Sum of RGB (Red+Green+Blue) = 166+165+142=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A58E is #595A71. Grayscale: #A2A2A2. Windows color (decimal): -5855858 or 9348518. OLE color: 9348518.

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

Color convert

RGB166165142-
CMYK00.010.140.35
HSL57.5º11.88%60.39%-
HSV(B)57.5º14.46%65.1%-
XYZ34.0636.9730.93-
YUV162.68116.33130.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.10%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=35.10%
G=34.88%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616514200.010.140.3557.511.8860.39
HexA6A58E01E233ac3c
Octal246245216011643721474
Binary1010011010100101100011100111101000111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A58E; }

 p { color: rgb(166,165,142); }

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

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

 a { background-color: rgb(166,165,142); }

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

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

 span { border-color: rgb(166,165,142); }

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