#A4A280

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

Shades of Neutral Green #A4A280

Tints of Neutral Green #A4A280

Color information

#A4A280 (or 0xA4A280) is unknown color: approx Neutral Green. HEX triplet: A4, A2 and 80. RGB value is (164,162,128). Sum of RGB (Red+Green+Blue) = 164+162+128=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A280 is #5B5D7F. Grayscale: #9E9E9E. Windows color (decimal): -5987712 or 8430244. OLE color: 8430244.

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

Color convert

RGB164162128-
CMYK00.010.220.36
HSL56.67º16.51%57.25%-
HSV(B)56.67º21.95%64.31%-
XYZ32.1335.2925.54-
YUV158.72110.66131.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=36.12%
G=35.68%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416212800.010.220.3656.6716.5157.25
HexA4A280011624391139
Octal244242200012644712171
Binary101001001010001010000000011011010010011100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A280; }

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

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

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

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

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

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

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

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