COLOR #A4AF79

HEX: #A4AF79 RGB: (164,175,121)

Color info

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

RGB color model

#A4AF79 color RGB value is (164,175,121).

RGB: (164,175,121) (64%, 69%, 47%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 121 of 255 = 47%

164
175
121

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

Portions of RGB colors in percentages

R + G + B = 164 + 175 + 121 = 460 (100%)
R 164 of 460 ~ 35.65%
G 175 of 460 ~ 38.04%
B 121 of 460 ~ 26.3'%

%35.65
%38.04
%26.3

CMYK color model

#A4AF79 color CMYK value is (6,0,31,31).

  • cyan value is 6.29%
  • magenta value is 0.00%
  • yellow value is 30.86%
  • key color value is 31.37%

CMYK: (6,0,31,31)
C6M0Y31K31 (6%, 0%, 31%, 31%)
(0.06 / 0.00 / 0.31 / 0.31)

CMYK percentages

%6.29
%0
%30.86
%31.37

Codes

Color #A4AF79 in popluar color models

A4 AF 79
RGB 164 175 121
HSL 72° 25.23% 58.04%
HSB/HSV 72° 30.86% 68.63%
CMYK 6.29% 0.00% 30.86%
31.37%

Color #A4AF79 in popluar number systems.

HEX A4 AF 79
Decimal 164 175 121
Binary 10100100 10101111 1111001
Octal 244 257 171

Shades and tints

Shades of #A4AF79

#A4AF79
(164,175,121)
#96A06E
(150,160,110)
#889163
(136,145,99)
#7A8258
(122,130,88)
#6C734D
(108,115,77)
#5E6442
(94,100,66)
#505537
(80,85,55)
#42462C
(66,70,44)
#343721
(52,55,33)
#262816
(38,40,22)
#18190B
(24,25,11)
#000000
(0,0,0)

Tints of #A4AF79

#A4AF79
(164,175,121)
#ACB685
(172,182,133)
#B4BD91
(180,189,145)
#BCC49D
(188,196,157)
#C4CBA9
(196,203,169)
#CCD2B5
(204,210,181)
#D4D9C1
(212,217,193)
#DCE0CD
(220,224,205)
#E4E7D9
(228,231,217)
#ECEEE5
(236,238,229)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AF79 color. Also use rgb(164,175,121) instead hex code.

Text Font Color

.myTextColor { color: #A4AF79; }

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

This text font color is #A4AF79.

Background Color

.myBgColor { background-color: #A4AF79; }

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

This div background color is #A4AF79.

Border color

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

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

This div border color is #A4AF79.

Opacity

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

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

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

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

This text has shadow with #A4AF79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AF79.

Preview

Color preview on black background

This text has color #A4AF79 on black background.


Color preview on white background

This text has color #A4AF79 on white background.


Black color preview on #A4AF79 background

This text has black color on #A4AF79 background.


White color preview on #A4AF79 background

This text has white color on #A4AF79 background.


Related colors

Complementary color

Complementary color for #hex is #5B5086.


I love getcolorcode.com

Triadic colors

1 #79A4AF and #AF79A4 with #A4AF79 are triadic colors.

2 #79AFA4 and #AFA479 with #A4AF79 are triadic colors.