COLOR #AFA079

HEX: #AFA079 RGB: (175,160,121)

Color info

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

RGB color model

#AFA079 color RGB value is (175,160,121).

RGB: (175,160,121) (69%, 63%, 47%)

RGB channels and saturation

R 175 of 255 = 69%
G 160 of 255 = 63%
B 121 of 255 = 47%

175
160
121

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

Portions of RGB colors in percentages

R + G + B = 175 + 160 + 121 = 456 (100%)
R 175 of 456 ~ 38.38%
G 160 of 456 ~ 35.09%
B 121 of 456 ~ 26.54'%

%38.38
%35.09
%26.54

CMYK color model

#AFA079 color CMYK value is (0,9,31,31).

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

CMYK: (0,9,31,31)
C0M9Y31K31 (0%, 9%, 31%, 31%)
(0.00 / 0.09 / 0.31 / 0.31)

CMYK percentages

%0
%8.57
%30.86
%31.37

Codes

Color #AFA079 in popluar color models

AF A0 79
RGB 175 160 121
HSL 43° 25.23% 58.04%
HSB/HSV 43° 30.86% 68.63%
CMYK 0.00% 8.57% 30.86%
31.37%

Color #AFA079 in popluar number systems.

HEX AF A0 79
Decimal 175 160 121
Binary 10101111 10100000 1111001
Octal 257 240 171

Shades and tints

Shades of #AFA079

#AFA079
(175,160,121)
#A0926E
(160,146,110)
#918463
(145,132,99)
#827658
(130,118,88)
#73684D
(115,104,77)
#645A42
(100,90,66)
#554C37
(85,76,55)
#463E2C
(70,62,44)
#373021
(55,48,33)
#282216
(40,34,22)
#19140B
(25,20,11)
#000000
(0,0,0)

Tints of #AFA079

#AFA079
(175,160,121)
#B6A885
(182,168,133)
#BDB091
(189,176,145)
#C4B89D
(196,184,157)
#CBC0A9
(203,192,169)
#D2C8B5
(210,200,181)
#D9D0C1
(217,208,193)
#E0D8CD
(224,216,205)
#E7E0D9
(231,224,217)
#EEE8E5
(238,232,229)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA079; }

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

This text font color is #AFA079.

Background Color

.myBgColor { background-color: #AFA079; }

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

This div background color is #AFA079.

Border color

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

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

This div border color is #AFA079.

Opacity

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

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

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

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

This text has shadow with #AFA079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA079.

Preview

Color preview on black background

This text has color #AFA079 on black background.


Color preview on white background

This text has color #AFA079 on white background.


Black color preview on #AFA079 background

This text has black color on #AFA079 background.


White color preview on #AFA079 background

This text has white color on #AFA079 background.


Related colors

Complementary color

Complementary color for #hex is #505F86.


I love getcolorcode.com

Triadic colors

1 #79AFA0 and #A079AF with #AFA079 are triadic colors.

2 #79A0AF and #A0AF79 with #AFA079 are triadic colors.