COLOR #A3B261

HEX: #A3B261 RGB: (163,178,97)

Color info

#A3B261 contains mainly red and green colors. Web safe color of #A3B261 is #999966 (or #996).

RGB color model

#A3B261 color RGB value is (163,178,97).

RGB: (163,178,97) (64%, 70%, 38%)

RGB channels and saturation

R 163 of 255 = 64%
G 178 of 255 = 70%
B 97 of 255 = 38%

163
178
97

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

Portions of RGB colors in percentages

R + G + B = 163 + 178 + 97 = 438 (100%)
R 163 of 438 ~ 37.21%
G 178 of 438 ~ 40.64%
B 97 of 438 ~ 22.15'%

%37.21
%40.64
%22.15

CMYK color model

#A3B261 color CMYK value is (8,0,46,30).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 45.51%
  • key color value is 30.20%

CMYK: (8,0,46,30)
C8M0Y46K30 (8%, 0%, 46%, 30%)
(0.08 / 0.00 / 0.46 / 0.30)

CMYK percentages

%8.43
%0
%45.51
%30.2

Codes

Color #A3B261 in popluar color models

A3 B2 61
RGB 163 178 97
HSL 71° 34.47% 53.92%
HSB/HSV 71° 45.51% 69.80%
CMYK 8.43% 0.00% 45.51%
30.20%

Color #A3B261 in popluar number systems.

HEX A3 B2 61
Decimal 163 178 97
Binary 10100011 10110010 1100001
Octal 243 262 141

Shades and tints

Shades of #A3B261

#A3B261
(163,178,97)
#95A259
(149,162,89)
#879251
(135,146,81)
#798249
(121,130,73)
#6B7241
(107,114,65)
#5D6239
(93,98,57)
#4F5231
(79,82,49)
#414229
(65,66,41)
#333221
(51,50,33)
#252219
(37,34,25)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #A3B261

#A3B261
(163,178,97)
#ABB96F
(171,185,111)
#B3C07D
(179,192,125)
#BBC78B
(187,199,139)
#C3CE99
(195,206,153)
#CBD5A7
(203,213,167)
#D3DCB5
(211,220,181)
#DBE3C3
(219,227,195)
#E3EAD1
(227,234,209)
#EBF1DF
(235,241,223)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B261 color. Also use rgb(163,178,97) instead hex code.

Text Font Color

.myTextColor { color: #A3B261; }

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

This text font color is #A3B261.

Background Color

.myBgColor { background-color: #A3B261; }

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

This div background color is #A3B261.

Border color

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

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

This div border color is #A3B261.

Opacity

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

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

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

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

This text has shadow with #A3B261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B261.

Preview

Color preview on black background

This text has color #A3B261 on black background.


Color preview on white background

This text has color #A3B261 on white background.


Black color preview on #A3B261 background

This text has black color on #A3B261 background.


White color preview on #A3B261 background

This text has white color on #A3B261 background.


Related colors

Complementary color

Complementary color for #hex is #5C4D9E.


I love getcolorcode.com

Triadic colors

1 #61A3B2 and #B261A3 with #A3B261 are triadic colors.

2 #61B2A3 and #B2A361 with #A3B261 are triadic colors.