COLOR #AFA679

HEX: #AFA679 RGB: (175,166,121)

Color info

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

RGB color model

#AFA679 color RGB value is (175,166,121).

RGB: (175,166,121) (69%, 65%, 47%)

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 121 of 255 = 47%

175
166
121

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

Portions of RGB colors in percentages

R + G + B = 175 + 166 + 121 = 462 (100%)
R 175 of 462 ~ 37.88%
G 166 of 462 ~ 35.93%
B 121 of 462 ~ 26.19'%

%37.88
%35.93
%26.19

CMYK color model

#AFA679 color CMYK value is (0,5,31,31).

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

CMYK: (0,5,31,31)
C0M5Y31K31 (0%, 5%, 31%, 31%)
(0.00 / 0.05 / 0.31 / 0.31)

CMYK percentages

%0
%5.14
%30.86
%31.37

Codes

Color #AFA679 in popluar color models

AF A6 79
RGB 175 166 121
HSL 50° 25.23% 58.04%
HSB/HSV 50° 30.86% 68.63%
CMYK 0.00% 5.14% 30.86%
31.37%

Color #AFA679 in popluar number systems.

HEX AF A6 79
Decimal 175 166 121
Binary 10101111 10100110 1111001
Octal 257 246 171

Shades and tints

Shades of #AFA679

#AFA679
(175,166,121)
#A0976E
(160,151,110)
#918863
(145,136,99)
#827958
(130,121,88)
#736A4D
(115,106,77)
#645B42
(100,91,66)
#554C37
(85,76,55)
#463D2C
(70,61,44)
#372E21
(55,46,33)
#281F16
(40,31,22)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #AFA679

#AFA679
(175,166,121)
#B6AE85
(182,174,133)
#BDB691
(189,182,145)
#C4BE9D
(196,190,157)
#CBC6A9
(203,198,169)
#D2CEB5
(210,206,181)
#D9D6C1
(217,214,193)
#E0DECD
(224,222,205)
#E7E6D9
(231,230,217)
#EEEEE5
(238,238,229)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA679; }

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

This text font color is #AFA679.

Background Color

.myBgColor { background-color: #AFA679; }

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

This div background color is #AFA679.

Border color

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

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

This div border color is #AFA679.

Opacity

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

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

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

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

This text has shadow with #AFA679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA679.

Preview

Color preview on black background

This text has color #AFA679 on black background.


Color preview on white background

This text has color #AFA679 on white background.


Black color preview on #AFA679 background

This text has black color on #AFA679 background.


White color preview on #AFA679 background

This text has white color on #AFA679 background.


Related colors

Complementary color

Complementary color for #hex is #505986.


I love getcolorcode.com

Triadic colors

1 #79AFA6 and #A679AF with #AFA679 are triadic colors.

2 #79A6AF and #A6AF79 with #AFA679 are triadic colors.