#A4A286

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

Shades of Neutral Green #A4A286

Tints of Neutral Green #A4A286

Color information

#A4A286 (or 0xA4A286) is unknown color: approx Neutral Green. HEX triplet: A4, A2 and 86. RGB value is (164,162,134). Sum of RGB (Red+Green+Blue) = 164+162+134=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A286 is #5B5D79. Grayscale: #9F9F9F. Windows color (decimal): -5987706 or 8823460. OLE color: 8823460.

HSL color Cylindrical-coordinate representation of color #A4A286: hue angle of 56º 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 #A4A286 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB164162134-
CMYK00.010.180.36
HSL56º14.15%58.43%-
HSV(B)56º18.29%64.31%-
XYZ32.5335.4527.68-
YUV159.41113.66131.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=35.65%
G=35.22%
B=29.13%

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
Decimal16416213400.010.180.365614.1558.43
HexA4A28601122438e3a
Octal244242206012244701672
Binary10100100101000101000011001100101001001110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A286; }

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

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

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

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

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

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

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

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