#A6A58D

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

Shades of Neutral Green #A6A58D

Tints of Neutral Green #A6A58D

Color information

#A6A58D (or 0xA6A58D) is unknown color: approx Neutral Green. HEX triplet: A6, A5 and 8D. RGB value is (166,165,141). Sum of RGB (Red+Green+Blue) = 166+165+141=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A58D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A58D is #595A72. Grayscale: #A2A2A2. Windows color (decimal): -5855859 or 9282982. OLE color: 9282982.

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

Color convert

RGB166165141-
CMYK00.010.150.35
HSL57.6º12.32%60.2%-
HSV(B)57.6º15.06%65.1%-
XYZ33.9936.9430.54-
YUV162.56115.83130.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=35.17%
G=34.96%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616514100.010.150.3557.612.3260.2
HexA6A58D01F233ac3c
Octal246245215011743721474
Binary1010011010100101100011010111111000111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A58D; }

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

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

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

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

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

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

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

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