#A4A181

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

Shades of Neutral Green #A4A181

Tints of Neutral Green #A4A181

Color information

#A4A181 (or 0xA4A181) is unknown color: approx Neutral Green. HEX triplet: A4, A1 and 81. RGB value is (164,161,129). Sum of RGB (Red+Green+Blue) = 164+161+129=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A181 is #5B5E7E. Grayscale: #9E9E9E. Windows color (decimal): -5987967 or 8495524. OLE color: 8495524.

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

Color convert

RGB164161129-
CMYK00.020.210.36
HSL54.86º16.13%57.45%-
HSV(B)54.86º21.34%64.31%-
XYZ32.0234.9725.83-
YUV158.25111.49132.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=36.12%
G=35.46%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416112900.020.210.3654.8616.1357.45
HexA4A181021524371039
Octal244241201022544672071
Binary1010010010100001100000010101010110010011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A181; }

 p { color: rgb(164,161,129); }

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

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

 a { background-color: rgb(164,161,129); }

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

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

 span { border-color: rgb(164,161,129); }

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