#A3A286

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

Shades of Neutral Green #A3A286

Tints of Neutral Green #A3A286

Color information

#A3A286 (or 0xA3A286) is unknown color: approx Neutral Green. HEX triplet: A3, A2 and 86. RGB value is (163,162,134). Sum of RGB (Red+Green+Blue) = 163+162+134=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A286 is #5C5D79. Grayscale: #9F9F9F. Windows color (decimal): -6053242 or 8823459. OLE color: 8823459.

HSL color Cylindrical-coordinate representation of color #A3A286: hue angle of 57.93º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3A286 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163162134-
CMYK00.010.180.36
HSL57.93º13.62%58.24%-
HSV(B)57.93º17.79%63.92%-
XYZ32.3335.3527.67-
YUV159.11113.83130.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 162 (63.67% from 255) = 35.29%
BLUE value IS 134 (52.73% from 255) = 29.19%
R=35.51%
G=35.29%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316213400.010.180.3657.9313.6258.24
HexA3A2860112243ae3a
Octal243242206012244721672
Binary10100011101000101000011001100101001001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A286; }

 p { color: rgb(163,162,134); }

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

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

 a { background-color: rgb(163,162,134); }

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

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

 span { border-color: rgb(163,162,134); }

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