#A4A388

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

Shades of Neutral Green #A4A388

Tints of Neutral Green #A4A388

Color information

#A4A388 (or 0xA4A388) is unknown color: approx Neutral Green. HEX triplet: A4, A3 and 88. RGB value is (164,163,136). Sum of RGB (Red+Green+Blue) = 164+163+136=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A388 is #5B5C77. Grayscale: #A0A0A0. Windows color (decimal): -5987448 or 8954788. OLE color: 8954788.

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

Color convert

RGB164163136-
CMYK00.010.170.36
HSL57.86º13.33%58.82%-
HSV(B)57.86º17.07%64.31%-
XYZ32.8535.8628.48-
YUV160.22114.33130.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 136 (53.52% from 255) = 29.37%
R=35.42%
G=35.21%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416313600.010.170.3657.8613.3358.82
HexA4A3880111243ad3b
Octal244243210012144721573
Binary10100100101000111000100001100011001001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A388; }

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

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

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

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

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

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

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

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