COLOR #A7A483

HEX: #A7A483 RGB: (167,164,131)

Color info

#A7A483 contains red, green and blue colors in about the same proportion. Web safe color of #A7A483 is #999999 (or #999).

RGB color model

#A7A483 color RGB value is (167,164,131).

RGB: (167,164,131) (65%, 64%, 51%)

RGB channels and saturation

R 167 of 255 = 65%
G 164 of 255 = 64%
B 131 of 255 = 51%

167
164
131

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

Portions of RGB colors in percentages

R + G + B = 167 + 164 + 131 = 462 (100%)
R 167 of 462 ~ 36.15%
G 164 of 462 ~ 35.5%
B 131 of 462 ~ 28.35'%

%36.15
%35.5
%28.35

CMYK color model

#A7A483 color CMYK value is (0,2,22,35).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 21.56%
  • key color value is 34.51%

CMYK: (0,2,22,35)
C0M2Y22K35 (0%, 2%, 22%, 35%)
(0.00 / 0.02 / 0.22 / 0.35)

CMYK percentages

%0
%1.8
%21.56
%34.51

Codes

Color #A7A483 in popluar color models

A7 A4 83
RGB 167 164 131
HSL 55° 16.98% 58.43%
HSB/HSV 55° 21.56% 65.49%
CMYK 0.00% 1.80% 21.56%
34.51%

Color #A7A483 in popluar number systems.

HEX A7 A4 83
Decimal 167 164 131
Binary 10100111 10100100 10000011
Octal 247 244 203

Shades and tints

Shades of #A7A483

#A7A483
(167,164,131)
#989678
(152,150,120)
#89886D
(137,136,109)
#7A7A62
(122,122,98)
#6B6C57
(107,108,87)
#5C5E4C
(92,94,76)
#4D5041
(77,80,65)
#3E4236
(62,66,54)
#2F342B
(47,52,43)
#202620
(32,38,32)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #A7A483

#A7A483
(167,164,131)
#AFAC8E
(175,172,142)
#B7B499
(183,180,153)
#BFBCA4
(191,188,164)
#C7C4AF
(199,196,175)
#CFCCBA
(207,204,186)
#D7D4C5
(215,212,197)
#DFDCD0
(223,220,208)
#E7E4DB
(231,228,219)
#EFECE6
(239,236,230)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A483 color. Also use rgb(167,164,131) instead hex code.

Text Font Color

.myTextColor { color: #A7A483; }

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

This text font color is #A7A483.

Background Color

.myBgColor { background-color: #A7A483; }

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

This div background color is #A7A483.

Border color

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

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

This div border color is #A7A483.

Opacity

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

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

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

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

This text has shadow with #A7A483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A483.

Preview

Color preview on black background

This text has color #A7A483 on black background.


Color preview on white background

This text has color #A7A483 on white background.


Black color preview on #A7A483 background

This text has black color on #A7A483 background.


White color preview on #A7A483 background

This text has white color on #A7A483 background.


Related colors

Complementary color

Complementary color for #hex is #585B7C.


I love getcolorcode.com

Triadic colors

1 #83A7A4 and #A483A7 with #A7A483 are triadic colors.

2 #83A4A7 and #A4A783 with #A7A483 are triadic colors.