COLOR #A3B773

HEX: #A3B773 RGB: (163,183,115)

Color info

#A3B773 contains mainly red and green colors. Web safe color of #A3B773 is #99CC66 (or #9C6).

RGB color model

#A3B773 color RGB value is (163,183,115).

RGB: (163,183,115) (64%, 72%, 45%)

RGB channels and saturation

R 163 of 255 = 64%
G 183 of 255 = 72%
B 115 of 255 = 45%

163
183
115

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

Portions of RGB colors in percentages

R + G + B = 163 + 183 + 115 = 461 (100%)
R 163 of 461 ~ 35.36%
G 183 of 461 ~ 39.7%
B 115 of 461 ~ 24.95'%

%35.36
%39.7
%24.95

CMYK color model

#A3B773 color CMYK value is (11,0,37,28).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 28.24%

CMYK: (11,0,37,28)
C11M0Y37K28 (11%, 0%, 37%, 28%)
(0.11 / 0.00 / 0.37 / 0.28)

CMYK percentages

%10.93
%0
%37.16
%28.24

Codes

Color #A3B773 in popluar color models

A3 B7 73
RGB 163 183 115
HSL 78° 32.08% 58.43%
HSB/HSV 78° 37.16% 71.76%
CMYK 10.93% 0.00% 37.16%
28.24%

Color #A3B773 in popluar number systems.

HEX A3 B7 73
Decimal 163 183 115
Binary 10100011 10110111 1110011
Octal 243 267 163

Shades and tints

Shades of #A3B773

#A3B773
(163,183,115)
#95A769
(149,167,105)
#87975F
(135,151,95)
#798755
(121,135,85)
#6B774B
(107,119,75)
#5D6741
(93,103,65)
#4F5737
(79,87,55)
#41472D
(65,71,45)
#333723
(51,55,35)
#252719
(37,39,25)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #A3B773

#A3B773
(163,183,115)
#ABBD7F
(171,189,127)
#B3C38B
(179,195,139)
#BBC997
(187,201,151)
#C3CFA3
(195,207,163)
#CBD5AF
(203,213,175)
#D3DBBB
(211,219,187)
#DBE1C7
(219,225,199)
#E3E7D3
(227,231,211)
#EBEDDF
(235,237,223)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B773 color. Also use rgb(163,183,115) instead hex code.

Text Font Color

.myTextColor { color: #A3B773; }

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

This text font color is #A3B773.

Background Color

.myBgColor { background-color: #A3B773; }

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

This div background color is #A3B773.

Border color

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

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

This div border color is #A3B773.

Opacity

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

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

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

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

This text has shadow with #A3B773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B773.

Preview

Color preview on black background

This text has color #A3B773 on black background.


Color preview on white background

This text has color #A3B773 on white background.


Black color preview on #A3B773 background

This text has black color on #A3B773 background.


White color preview on #A3B773 background

This text has white color on #A3B773 background.


Related colors

Complementary color

Complementary color for #hex is #5C488C.


I love getcolorcode.com

Triadic colors

1 #73A3B7 and #B773A3 with #A3B773 are triadic colors.

2 #73B7A3 and #B7A373 with #A3B773 are triadic colors.