#A6A484

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

Shades of Neutral Green #A6A484

Tints of Neutral Green #A6A484

Color information

#A6A484 (or 0xA6A484) is unknown color: approx Neutral Green. HEX triplet: A6, A4 and 84. RGB value is (166,164,132). Sum of RGB (Red+Green+Blue) = 166+164+132=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A484 is #595B7B. Grayscale: #A1A1A1. Windows color (decimal): -5856124 or 8692902. OLE color: 8692902.

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

Color convert

RGB166164132-
CMYK00.010.200.35
HSL56.47º16.04%58.43%-
HSV(B)56.47º20.48%65.1%-
XYZ33.1736.3227.09-
YUV160.95111.66131.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=35.93%
G=35.50%
B=28.57%

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
Decimal16616413200.010.200.3556.4716.0458.43
HexA6A48401142338103a
Octal246244204012443702072
Binary101001101010010010000100011010010001111100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A484; }

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

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

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

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

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

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

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

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