COLOR #AFA76E

HEX: #AFA76E RGB: (175,167,110)

Color info

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

RGB color model

#AFA76E color RGB value is (175,167,110).

RGB: (175,167,110) (69%, 65%, 43%)

RGB channels and saturation

R 175 of 255 = 69%
G 167 of 255 = 65%
B 110 of 255 = 43%

175
167
110

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

Portions of RGB colors in percentages

R + G + B = 175 + 167 + 110 = 452 (100%)
R 175 of 452 ~ 38.72%
G 167 of 452 ~ 36.95%
B 110 of 452 ~ 24.34'%

%38.72
%36.95
%24.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 37.14%
  • key color value is 31.37%

CMYK: (0,5,37,31)
C0M5Y37K31 (0%, 5%, 37%, 31%)
(0.00 / 0.05 / 0.37 / 0.31)

CMYK percentages

%0
%4.57
%37.14
%31.37

Codes

Color #AFA76E in popluar color models

AF A7 6E
RGB 175 167 110
HSL 53° 28.89% 55.88%
HSB/HSV 53° 37.14% 68.63%
CMYK 0.00% 4.57% 37.14%
31.37%

Color #AFA76E in popluar number systems.

HEX AF A7 6E
Decimal 175 167 110
Binary 10101111 10100111 1101110
Octal 257 247 156

Shades and tints

Shades of #AFA76E

#AFA76E
(175,167,110)
#A09864
(160,152,100)
#91895A
(145,137,90)
#827A50
(130,122,80)
#736B46
(115,107,70)
#645C3C
(100,92,60)
#554D32
(85,77,50)
#463E28
(70,62,40)
#372F1E
(55,47,30)
#282014
(40,32,20)
#19110A
(25,17,10)
#000000
(0,0,0)

Tints of #AFA76E

#AFA76E
(175,167,110)
#B6AF7B
(182,175,123)
#BDB788
(189,183,136)
#C4BF95
(196,191,149)
#CBC7A2
(203,199,162)
#D2CFAF
(210,207,175)
#D9D7BC
(217,215,188)
#E0DFC9
(224,223,201)
#E7E7D6
(231,231,214)
#EEEFE3
(238,239,227)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA76E color. Also use rgb(175,167,110) instead hex code.

Text Font Color

.myTextColor { color: #AFA76E; }

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

This text font color is #AFA76E.

Background Color

.myBgColor { background-color: #AFA76E; }

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

This div background color is #AFA76E.

Border color

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

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

This div border color is #AFA76E.

Opacity

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

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

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

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

This text has shadow with #AFA76E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA76E.

Preview

Color preview on black background

This text has color #AFA76E on black background.


Color preview on white background

This text has color #AFA76E on white background.


Black color preview on #AFA76E background

This text has black color on #AFA76E background.


White color preview on #AFA76E background

This text has white color on #AFA76E background.


Related colors

Complementary color

Complementary color for #hex is #505891.


I love getcolorcode.com

Triadic colors

1 #6EAFA7 and #A76EAF with #AFA76E are triadic colors.

2 #6EA7AF and #A7AF6E with #AFA76E are triadic colors.