#A6A585

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

Shades of Neutral Green #A6A585

Tints of Neutral Green #A6A585

Color information

#A6A585 (or 0xA6A585) is unknown color: approx Neutral Green. HEX triplet: A6, A5 and 85. RGB value is (166,165,133). Sum of RGB (Red+Green+Blue) = 166+165+133=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A585 is #595A7A. Grayscale: #A1A1A1. Windows color (decimal): -5855867 or 8758694. OLE color: 8758694.

HSL color Cylindrical-coordinate representation of color #A6A585: hue angle of 58.18º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6A585 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB166165133-
CMYK00.010.200.35
HSL58.18º15.64%58.63%-
HSV(B)58.18º19.88%65.1%-
XYZ33.4136.7127.52-
YUV161.65111.83131.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=35.78%
G=35.56%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616513300.010.200.3558.1815.6458.63
HexA6A5850114233a103b
Octal246245205012443722073
Binary101001101010010110000101011010010001111101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A585; }

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

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

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

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

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

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

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

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