#A6A583

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

Shades of Neutral Green #A6A583

Tints of Neutral Green #A6A583

Color information

#A6A583 (or 0xA6A583) is unknown color: approx Neutral Green. HEX triplet: A6, A5 and 83. RGB value is (166,165,131). Sum of RGB (Red+Green+Blue) = 166+165+131=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A583 is #595A7C. Grayscale: #A1A1A1. Windows color (decimal): -5855869 or 8627622. OLE color: 8627622.

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

Color convert

RGB166165131-
CMYK00.010.210.35
HSL58.29º16.43%58.24%-
HSV(B)58.29º21.08%65.1%-
XYZ33.2836.6626.79-
YUV161.42110.83131.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=35.93%
G=35.71%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616513100.010.210.3558.2916.4358.24
HexA6A5830115233a103a
Octal246245203012543722072
Binary101001101010010110000011011010110001111101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A583; }

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

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

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

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

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

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

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

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