COLOR #A79A55

HEX: #A79A55 RGB: (167,154,85)

Color info

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

RGB color model

#A79A55 color RGB value is (167,154,85).

RGB: (167,154,85) (65%, 60%, 33%)

RGB channels and saturation

R 167 of 255 = 65%
G 154 of 255 = 60%
B 85 of 255 = 33%

167
154
85

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

Portions of RGB colors in percentages

R + G + B = 167 + 154 + 85 = 406 (100%)
R 167 of 406 ~ 41.13%
G 154 of 406 ~ 37.93%
B 85 of 406 ~ 20.94'%

%41.13
%37.93
%20.94

CMYK color model

#A79A55 color CMYK value is (0,8,49,35).

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

CMYK: (0,8,49,35)
C0M8Y49K35 (0%, 8%, 49%, 35%)
(0.00 / 0.08 / 0.49 / 0.35)

CMYK percentages

%0
%7.78
%49.1
%34.51

Codes

Color #A79A55 in popluar color models

A7 9A 55
RGB 167 154 85
HSL 50° 32.54% 49.41%
HSB/HSV 50° 49.10% 65.49%
CMYK 0.00% 7.78% 49.10%
34.51%

Color #A79A55 in popluar number systems.

HEX A7 9A 55
Decimal 167 154 85
Binary 10100111 10011010 1010101
Octal 247 232 125

Shades and tints

Shades of #A79A55

#A79A55
(167,154,85)
#988C4E
(152,140,78)
#897E47
(137,126,71)
#7A7040
(122,112,64)
#6B6239
(107,98,57)
#5C5432
(92,84,50)
#4D462B
(77,70,43)
#3E3824
(62,56,36)
#2F2A1D
(47,42,29)
#201C16
(32,28,22)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #A79A55

#A79A55
(167,154,85)
#AFA364
(175,163,100)
#B7AC73
(183,172,115)
#BFB582
(191,181,130)
#C7BE91
(199,190,145)
#CFC7A0
(207,199,160)
#D7D0AF
(215,208,175)
#DFD9BE
(223,217,190)
#E7E2CD
(231,226,205)
#EFEBDC
(239,235,220)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79A55; }

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

This text font color is #A79A55.

Background Color

.myBgColor { background-color: #A79A55; }

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

This div background color is #A79A55.

Border color

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

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

This div border color is #A79A55.

Opacity

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

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

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

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

This text has shadow with #A79A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79A55.

Preview

Color preview on black background

This text has color #A79A55 on black background.


Color preview on white background

This text has color #A79A55 on white background.


Black color preview on #A79A55 background

This text has black color on #A79A55 background.


White color preview on #A79A55 background

This text has white color on #A79A55 background.


Related colors

Complementary color

Complementary color for #hex is #5865AA.


I love getcolorcode.com

Triadic colors

1 #55A79A and #9A55A7 with #A79A55 are triadic colors.

2 #559AA7 and #9AA755 with #A79A55 are triadic colors.