COLOR #A79A74

HEX: #A79A74 RGB: (167,154,116)

Color info

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

RGB color model

#A79A74 color RGB value is (167,154,116).

RGB: (167,154,116) (65%, 60%, 45%)

RGB channels and saturation

R 167 of 255 = 65%
G 154 of 255 = 60%
B 116 of 255 = 45%

167
154
116

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

Portions of RGB colors in percentages

R + G + B = 167 + 154 + 116 = 437 (100%)
R 167 of 437 ~ 38.22%
G 154 of 437 ~ 35.24%
B 116 of 437 ~ 26.54'%

%38.22
%35.24
%26.54

CMYK color model

#A79A74 color CMYK value is (0,8,31,35).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 30.54%
  • key color value is 34.51%

CMYK: (0,8,31,35)
C0M8Y31K35 (0%, 8%, 31%, 35%)
(0.00 / 0.08 / 0.31 / 0.35)

CMYK percentages

%0
%7.78
%30.54
%34.51

Codes

Color #A79A74 in popluar color models

A7 9A 74
RGB 167 154 116
HSL 45° 22.47% 55.49%
HSB/HSV 45° 30.54% 65.49%
CMYK 0.00% 7.78% 30.54%
34.51%

Color #A79A74 in popluar number systems.

HEX A7 9A 74
Decimal 167 154 116
Binary 10100111 10011010 1110100
Octal 247 232 164

Shades and tints

Shades of #A79A74

#A79A74
(167,154,116)
#988C6A
(152,140,106)
#897E60
(137,126,96)
#7A7056
(122,112,86)
#6B624C
(107,98,76)
#5C5442
(92,84,66)
#4D4638
(77,70,56)
#3E382E
(62,56,46)
#2F2A24
(47,42,36)
#201C1A
(32,28,26)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #A79A74

#A79A74
(167,154,116)
#AFA380
(175,163,128)
#B7AC8C
(183,172,140)
#BFB598
(191,181,152)
#C7BEA4
(199,190,164)
#CFC7B0
(207,199,176)
#D7D0BC
(215,208,188)
#DFD9C8
(223,217,200)
#E7E2D4
(231,226,212)
#EFEBE0
(239,235,224)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79A74 color. Also use rgb(167,154,116) instead hex code.

Text Font Color

.myTextColor { color: #A79A74; }

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

This text font color is #A79A74.

Background Color

.myBgColor { background-color: #A79A74; }

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

This div background color is #A79A74.

Border color

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

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

This div border color is #A79A74.

Opacity

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

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

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

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

This text has shadow with #A79A74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79A74.

Preview

Color preview on black background

This text has color #A79A74 on black background.


Color preview on white background

This text has color #A79A74 on white background.


Black color preview on #A79A74 background

This text has black color on #A79A74 background.


White color preview on #A79A74 background

This text has white color on #A79A74 background.


Related colors

Complementary color

Complementary color for #hex is #58658B.


I love getcolorcode.com

Triadic colors

1 #74A79A and #9A74A7 with #A79A74 are triadic colors.

2 #749AA7 and #9AA774 with #A79A74 are triadic colors.