COLOR #A7A059

HEX: #A7A059
RGB: (167,160,89)

Color info

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

RGB color model

#A7A059 color RGB value is (167,160,89).

  • red value is 167;
  • green value is 160;
  • blue value is 89.
RGB:
(167,160,89)
(65%,63%,35%)

RGB channels and saturation

R 167 of 255 = 65%
G 160 of 255 = 63%
B 89 of 255 = 35%

167
160
89

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

Portions of RGB colors in percentages

R + G + B =
167 + 160 + 89 = 416 (100%)
R 167 of 416 ~ 40.14%
G 160 of 416 ~ 38.46%
B 89 of 416 ~ 21.39%

%40.14
%38.46
%21.39

CMYK color model

#A7A059 color CMYK value is (0,4,47,35).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 46.71%
  • key color value is 34.51%
CMYK:
(0,4,47,35)
C0M4Y47K35 
(0%,4%,47%,35%)
(0.00/0.04/0.47/0.35)	

CMYK percentages

%0
%4.19
%46.71
%34.51

Codes

Color #A7A059 in popluar color models

A7A059
RGB16716089
HSL55°30.71%50.20%
HSB/HSV55°46.71%65.49%
CMYK0.00%4.19%46.71%
34.51%

Color #A7A059 in popluar number systems.

HEXA7A059
Decimal16716089
Binary10100111101000001011001
Octal247240131

Shades and tints

Shades of #A7A059

#A7A059
(167,160,89)
#989251
(152,146,81)
#898449
(137,132,73)
#7A7641
(122,118,65)
#6B6839
(107,104,57)
#5C5A31
(92,90,49)
#4D4C29
(77,76,41)
#3E3E21
(62,62,33)
#2F3019
(47,48,25)
#202211
(32,34,17)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #A7A059

#A7A059
(167,160,89)
#AFA868
(175,168,104)
#B7B077
(183,176,119)
#BFB886
(191,184,134)
#C7C095
(199,192,149)
#CFC8A4
(207,200,164)
#D7D0B3
(215,208,179)
#DFD8C2
(223,216,194)
#E7E0D1
(231,224,209)
#EFE8E0
(239,232,224)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A059 color. Also use rgb(167,160,89) instead hex code.

Text Font Color

.myTextColor { color: #A7A059; }

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

This text font color is #A7A059.


Background Color

.myBgColor { background-color: #A7A059; }

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

This div background color is #A7A059.


Border color

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

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

This div border color is #A7A059.


Opacity

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

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

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

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

This text has shadow with #A7A059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A059 on black background.


Color preview on white background

This text has color #A7A059 on white background.



Black color preview on #A7A059 background

This text has black color on #A7A059 background.


White color preview on #A7A059 background

This text has white color on #A7A059 background.