COLOR #A3B54A

HEX: #A3B54A RGB: (163,181,74)

Color info

#A3B54A contains mainly red and green colors. Web safe color of #A3B54A is #99CC33 (or #9C3).

RGB color model

#A3B54A color RGB value is (163,181,74).

RGB: (163,181,74) (64%, 71%, 29%)

RGB channels and saturation

R 163 of 255 = 64%
G 181 of 255 = 71%
B 74 of 255 = 29%

163
181
74

R + G + B ~ 55%. #A3B54A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 163 + 181 + 74 = 418 (100%)
R 163 of 418 ~ 39%
G 181 of 418 ~ 43.3%
B 74 of 418 ~ 17.7'%

%39
%43.3
%17.7

CMYK color model

#A3B54A color CMYK value is (10,0,59,29).

  • cyan value is 9.94%
  • magenta value is 0.00%
  • yellow value is 59.12%
  • key color value is 29.02%
CMYK: (10,0,59,29) C10M0Y59K29 (10%,0%,59%,29%) (0.10/0.00/0.59/0.29) 

CMYK percentages

%9.94
%0
%59.12
%29.02

Codes

Color #A3B54A in popluar color models

A3 B5 4A
RGB 163 181 74
HSL 70° 41.96% 50.00%
HSB/HSV 70° 59.12% 70.98%
CMYK 9.94% 0.00% 59.12%
29.02%

Color #A3B54A in popluar number systems.

HEX A3 B5 4A
Decimal 163 181 74
Binary 10100011 10110101 1001010
Octal 243 265 112

Shades and tints

Shades of #A3B54A

#A3B54A
(163,181,74)
#95A544
(149,165,68)
#87953E
(135,149,62)
#798538
(121,133,56)
#6B7532
(107,117,50)
#5D652C
(93,101,44)
#4F5526
(79,85,38)
#414520
(65,69,32)
#33351A
(51,53,26)
#252514
(37,37,20)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #A3B54A

#A3B54A
(163,181,74)
#ABBB5A
(171,187,90)
#B3C16A
(179,193,106)
#BBC77A
(187,199,122)
#C3CD8A
(195,205,138)
#CBD39A
(203,211,154)
#D3D9AA
(211,217,170)
#DBDFBA
(219,223,186)
#E3E5CA
(227,229,202)
#EBEBDA
(235,235,218)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B54A color. Also use rgb(163,181,74) instead hex code.

Text Font Color

.myTextColor { color: #A3B54A; }

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

This text font color is #A3B54A.

Background Color

.myBgColor { background-color: #A3B54A; }

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

This div background color is #A3B54A.

Border color

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

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

This div border color is #A3B54A.

Opacity

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

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

Text with #A3B54A 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 #A3B54A;}

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

This text has shadow with #A3B54A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B54A.

Preview

Color preview on black background

This text has color #A3B54A on black background.


Color preview on white background

This text has color #A3B54A on white background.


Black color preview on #A3B54A background

This text has black color on #A3B54A background.


White color preview on #A3B54A background

This text has white color on #A3B54A background.


Related colors

Complementary color

Complementary color for #hex is #5C4AB5.


I love getcolorcode.com

Triadic colors

1 #4AA3B5 and #B54AA3 with #A3B54A are triadic colors.

2 #4AB5A3 and #B5A34A with #A3B54A are triadic colors.