#A3A181

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

Shades of Neutral Green #A3A181

Tints of Neutral Green #A3A181

Color information

#A3A181 (or 0xA3A181) is unknown color: approx Neutral Green. HEX triplet: A3, A1 and 81. RGB value is (163,161,129). Sum of RGB (Red+Green+Blue) = 163+161+129=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A181 is #5C5E7E. Grayscale: #9E9E9E. Windows color (decimal): -6053503 or 8495523. OLE color: 8495523.

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

Color convert

RGB163161129-
CMYK00.010.210.36
HSL56.47º15.6%57.25%-
HSV(B)56.47º20.86%63.92%-
XYZ31.8134.8625.82-
YUV157.95111.66131.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 129 (50.78% from 255) = 28.48%
R=35.98%
G=35.54%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316112900.010.210.3656.4715.657.25
HexA3A181011524381039
Octal243241201012544702071
Binary101000111010000110000001011010110010011100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A181; }

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

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

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

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

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

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

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

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