#A4A387

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

Shades of Neutral Green #A4A387

Tints of Neutral Green #A4A387

Color information

#A4A387 (or 0xA4A387) is unknown color: approx Neutral Green. HEX triplet: A4, A3 and 87. RGB value is (164,163,135). Sum of RGB (Red+Green+Blue) = 164+163+135=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A387 is #5B5C78. Grayscale: #A0A0A0. Windows color (decimal): -5987449 or 8889252. OLE color: 8889252.

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

Color convert

RGB164163135-
CMYK00.010.180.36
HSL57.93º13.74%58.63%-
HSV(B)57.93º17.68%64.31%-
XYZ32.7835.8428.11-
YUV160.11113.83130.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=35.50%
G=35.28%
B=29.22%

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
Decimal16416313500.010.180.3657.9313.7458.63
HexA4A3870112243ae3b
Octal244243207012244721673
Binary10100100101000111000011101100101001001110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A387; }

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

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

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

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

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

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

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

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