COLOR #A7A079

HEX: #A7A079
RGB: (167,160,121)

Color info

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

RGB color model

#A7A079 color RGB value is (167,160,121).

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

RGB channels and saturation

R 167 of 255 = 65%
G 160 of 255 = 63%
B 121 of 255 = 47%

167
160
121

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

Portions of RGB colors in percentages

R + G + B =
167 + 160 + 121 = 448 (100%)
R 167 of 448 ~ 37.28%
G 160 of 448 ~ 35.71%
B 121 of 448 ~ 27.01%

%37.28
%35.71
%27.01

CMYK color model

#A7A079 color CMYK value is (0,4,28,35).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 27.54%
  • key color value is 34.51%
CMYK:
(0,4,28,35)
C0M4Y28K35 
(0%,4%,28%,35%)
(0.00/0.04/0.28/0.35)	

CMYK percentages

%0
%4.19
%27.54
%34.51

Codes

Color #A7A079 in popluar color models

A7A079
RGB167160121
HSL51°20.72%56.47%
HSB/HSV51°27.54%65.49%
CMYK0.00%4.19%27.54%
34.51%

Color #A7A079 in popluar number systems.

HEXA7A079
Decimal167160121
Binary10100111101000001111001
Octal247240171

Shades and tints

Shades of #A7A079

#A7A079
(167,160,121)
#98926E
(152,146,110)
#898463
(137,132,99)
#7A7658
(122,118,88)
#6B684D
(107,104,77)
#5C5A42
(92,90,66)
#4D4C37
(77,76,55)
#3E3E2C
(62,62,44)
#2F3021
(47,48,33)
#202216
(32,34,22)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #A7A079

#A7A079
(167,160,121)
#AFA885
(175,168,133)
#B7B091
(183,176,145)
#BFB89D
(191,184,157)
#C7C0A9
(199,192,169)
#CFC8B5
(207,200,181)
#D7D0C1
(215,208,193)
#DFD8CD
(223,216,205)
#E7E0D9
(231,224,217)
#EFE8E5
(239,232,229)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A079; }

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

This text font color is #A7A079.


Background Color

.myBgColor { background-color: #A7A079; }

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

This div background color is #A7A079.


Border color

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

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

This div border color is #A7A079.


Opacity

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

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

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

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

This text has shadow with #A7A079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A079 on black background.


Color preview on white background

This text has color #A7A079 on white background.



Black color preview on #A7A079 background

This text has black color on #A7A079 background.


White color preview on #A7A079 background

This text has white color on #A7A079 background.