COLOR #A3A772

HEX: #A3A772
RGB: (163,167,114)

Color info

#A3A772 contains red, green and blue colors in about the same proportion. Web safe color of #A3A772 is #999966 (or #996).

RGB color model

#A3A772 color RGB value is (163,167,114).

  • red value is 163;
  • green value is 167;
  • blue value is 114.
RGB:
(163,167,114)
(64%,65%,45%)

RGB channels and saturation

R 163 of 255 = 64%
G 167 of 255 = 65%
B 114 of 255 = 45%

163
167
114

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

Portions of RGB colors in percentages

R + G + B =
163 + 167 + 114 = 444 (100%)
R 163 of 444 ~ 36.71%
G 167 of 444 ~ 37.61%
B 114 of 444 ~ 25.68%

%36.71
%37.61
%25.68

CMYK color model

#A3A772 color CMYK value is (2,0,32,35).

  • cyan value is 2.40%
  • magenta value is 0.00%
  • yellow value is 31.74%
  • key color value is 34.51%
CMYK:
(2,0,32,35)
C2M0Y32K35 
(2%,0%,32%,35%)
(0.02/0.00/0.32/0.35)	

CMYK percentages

%2.4
%0
%31.74
%34.51

Codes

Color #A3A772 in popluar color models

A3A772
RGB163167114
HSL65°23.14%55.10%
HSB/HSV65°31.74%65.49%
CMYK2.40%0.00%31.74%
34.51%

Color #A3A772 in popluar number systems.

HEXA3A772
Decimal163167114
Binary10100011101001111110010
Octal243247162

Shades and tints

Shades of #A3A772

#A3A772
(163,167,114)
#959868
(149,152,104)
#87895E
(135,137,94)
#797A54
(121,122,84)
#6B6B4A
(107,107,74)
#5D5C40
(93,92,64)
#4F4D36
(79,77,54)
#413E2C
(65,62,44)
#332F22
(51,47,34)
#252018
(37,32,24)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #A3A772

#A3A772
(163,167,114)
#ABAF7E
(171,175,126)
#B3B78A
(179,183,138)
#BBBF96
(187,191,150)
#C3C7A2
(195,199,162)
#CBCFAE
(203,207,174)
#D3D7BA
(211,215,186)
#DBDFC6
(219,223,198)
#E3E7D2
(227,231,210)
#EBEFDE
(235,239,222)
#F3F7EA
(243,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A772 color. Also use rgb(163,167,114) instead hex code.

Text Font Color

.myTextColor { color: #A3A772; }

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

This text font color is #A3A772.


Background Color

.myBgColor { background-color: #A3A772; }

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

This div background color is #A3A772.


Border color

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

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

This div border color is #A3A772.


Opacity

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

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

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

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

This text has shadow with #A3A772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A772 on black background.


Color preview on white background

This text has color #A3A772 on white background.



Black color preview on #A3A772 background

This text has black color on #A3A772 background.


White color preview on #A3A772 background

This text has white color on #A3A772 background.