COLOR #A79D3D

HEX: #A79D3D
RGB: (167,157,61)

Color info

#A79D3D contains mainly red and green colors. Web safe color of #A79D3D is #999933 (or #993).

RGB color model

#A79D3D color RGB value is (167,157,61).

  • red value is 167;
  • green value is 157;
  • blue value is 61.
RGB:
(167,157,61)
(65%,62%,24%)

RGB channels and saturation

R 167 of 255 = 65%
G 157 of 255 = 62%
B 61 of 255 = 24%

167
157
61

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

Portions of RGB colors in percentages

R + G + B =
167 + 157 + 61 = 385 (100%)
R 167 of 385 ~ 43.38%
G 157 of 385 ~ 40.78%
B 61 of 385 ~ 15.84%

%43.38
%40.78
%15.84

CMYK color model

#A79D3D color CMYK value is (0,6,63,35).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 63.47%
  • key color value is 34.51%
CMYK:
(0,6,63,35)
C0M6Y63K35 
(0%,6%,63%,35%)
(0.00/0.06/0.63/0.35)	

CMYK percentages

%0
%5.99
%63.47
%34.51

Codes

Color #A79D3D in popluar color models

A79D3D
RGB16715761
HSL54°46.49%44.71%
HSB/HSV54°63.47%65.49%
CMYK0.00%5.99%63.47%
34.51%

Color #A79D3D in popluar number systems.

HEXA79D3D
Decimal16715761
Binary1010011110011101111101
Octal24723575

Shades and tints

Shades of #A79D3D

#A79D3D
(167,157,61)
#988F38
(152,143,56)
#898133
(137,129,51)
#7A732E
(122,115,46)
#6B6529
(107,101,41)
#5C5724
(92,87,36)
#4D491F
(77,73,31)
#3E3B1A
(62,59,26)
#2F2D15
(47,45,21)
#201F10
(32,31,16)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #A79D3D

#A79D3D
(167,157,61)
#AFA54E
(175,165,78)
#B7AD5F
(183,173,95)
#BFB570
(191,181,112)
#C7BD81
(199,189,129)
#CFC592
(207,197,146)
#D7CDA3
(215,205,163)
#DFD5B4
(223,213,180)
#E7DDC5
(231,221,197)
#EFE5D6
(239,229,214)
#F7EDE7
(247,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79D3D color. Also use rgb(167,157,61) instead hex code.

Text Font Color

.myTextColor { color: #A79D3D; }

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

This text font color is #A79D3D.


Background Color

.myBgColor { background-color: #A79D3D; }

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

This div background color is #A79D3D.


Border color

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

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

This div border color is #A79D3D.


Opacity

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

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

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

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

This text has shadow with #A79D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79D3D on black background.


Color preview on white background

This text has color #A79D3D on white background.



Black color preview on #A79D3D background

This text has black color on #A79D3D background.


White color preview on #A79D3D background

This text has white color on #A79D3D background.