COLOR #A3B981

HEX: #A3B981 RGB: (163,185,129)

Color info

#A3B981 contains red, green and blue colors in about the same proportion. Web safe color of #A3B981 is #99CC99 (or #9C9).

RGB color model

#A3B981 color RGB value is (163,185,129).

RGB: (163,185,129) (64%, 73%, 51%)

RGB channels and saturation

R 163 of 255 = 64%
G 185 of 255 = 73%
B 129 of 255 = 51%

163
185
129

R + G + B ~ 63%. #A3B981 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 185 + 129 = 477 (100%)
R 163 of 477 ~ 34.17%
G 185 of 477 ~ 38.78%
B 129 of 477 ~ 27.04'%

%34.17
%38.78
%27.04

CMYK color model

#A3B981 color CMYK value is (12,0,30,27).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 30.27%
  • key color value is 27.45%

CMYK: (12,0,30,27)
C12M0Y30K27 (12%, 0%, 30%, 27%)
(0.12 / 0.00 / 0.30 / 0.27)

CMYK percentages

%11.89
%0
%30.27
%27.45

Codes

Color #A3B981 in popluar color models

A3 B9 81
RGB 163 185 129
HSL 84° 28.57% 61.57%
HSB/HSV 84° 30.27% 72.55%
CMYK 11.89% 0.00% 30.27%
27.45%

Color #A3B981 in popluar number systems.

HEX A3 B9 81
Decimal 163 185 129
Binary 10100011 10111001 10000001
Octal 243 271 201

Shades and tints

Shades of #A3B981

#A3B981
(163,185,129)
#95A976
(149,169,118)
#87996B
(135,153,107)
#798960
(121,137,96)
#6B7955
(107,121,85)
#5D694A
(93,105,74)
#4F593F
(79,89,63)
#414934
(65,73,52)
#333929
(51,57,41)
#25291E
(37,41,30)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #A3B981

#A3B981
(163,185,129)
#ABBF8C
(171,191,140)
#B3C597
(179,197,151)
#BBCBA2
(187,203,162)
#C3D1AD
(195,209,173)
#CBD7B8
(203,215,184)
#D3DDC3
(211,221,195)
#DBE3CE
(219,227,206)
#E3E9D9
(227,233,217)
#EBEFE4
(235,239,228)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B981 color. Also use rgb(163,185,129) instead hex code.

Text Font Color

.myTextColor { color: #A3B981; }

<p style="color:#A3B981">This sample text font color is #A3B981.</p>

This text font color is #A3B981.

Background Color

.myBgColor { background-color: #A3B981; }

<div style="background-color:#A3B981">Inner text</div>

This div background color is #A3B981.

Border color

.myBorderColor { border: 1px solid #A3B981; }

<div style="border:3px solid #A3B981">Div</div>

This div border color is #A3B981.

Opacity

.myOpacity80 { color: #A3B981; opacity: 0.8; }

<p style="color:#A3B981;opacity:0.8;">80%</p>

Text with #A3B981 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A3B981;}

<p style="text-shadow: 3px 3px 1px #A3B981">Text here.</p>

This text has shadow with #A3B981 color.


.textShadow {text-shadow: 3px 3px 1px #A3B981', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A3B981, 5px 5px 20px red">Text here.</p>

This text has shadow with #A3B981 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A3B981, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A3B981, Direction=45, Strength=4)">Text</p>

This text has shadow with #A3B981 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A3B981;
-webkit-box-shadow: 1px 1px 3px 2px #A3B981;
box-shadow: 1px 1px 3px 2px #A3B981;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A3B981; -webkit-box-shadow: 1px 1px 3px 2px #A3B981; box-shadow:1px 1px 3px 2px #A3B981;">
Div content here
</div>

This div box has shadow with color #A3B981.

Preview

Color preview on black background

This text has color #A3B981 on black background.


Color preview on white background

This text has color #A3B981 on white background.


Black color preview on #A3B981 background

This text has black color on #A3B981 background.


White color preview on #A3B981 background

This text has white color on #A3B981 background.


Related colors

Complementary color

Complementary color for #hex is #5C467E.


I love getcolorcode.com

Triadic colors

1 #81A3B9 and #B981A3 with #A3B981 are triadic colors.

2 #81B9A3 and #B9A381 with #A3B981 are triadic colors.