#A6A387

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

Shades of Neutral Green #A6A387

Tints of Neutral Green #A6A387

Color information

#A6A387 (or 0xA6A387) is unknown color: approx Neutral Green. HEX triplet: A6, A3 and 87. RGB value is (166,163,135). Sum of RGB (Red+Green+Blue) = 166+163+135=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A387 is #595C78. Grayscale: #A0A0A0. Windows color (decimal): -5856377 or 8889254. OLE color: 8889254.

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

Color convert

RGB166163135-
CMYK00.020.190.35
HSL54.19º14.83%59.02%-
HSV(B)54.19º18.67%65.1%-
XYZ33.236.0528.13-
YUV160.7113.49131.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.78%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=35.78%
G=35.13%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616313500.020.190.3554.1914.8359.02
HexA6A38702132336f3b
Octal246243207022343661773
Binary101001101010001110000111010100111000111101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A387; }

 p { color: rgb(166,163,135); }

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

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

 a { background-color: rgb(166,163,135); }

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

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

 span { border-color: rgb(166,163,135); }

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