COLOR #AFA672

HEX: #AFA672 RGB: (175,166,114)

Color info

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

RGB color model

#AFA672 color RGB value is (175,166,114).

RGB: (175,166,114) (69%, 65%, 45%)

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 114 of 255 = 45%

175
166
114

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

Portions of RGB colors in percentages

R + G + B = 175 + 166 + 114 = 455 (100%)
R 175 of 455 ~ 38.46%
G 166 of 455 ~ 36.48%
B 114 of 455 ~ 25.05'%

%38.46
%36.48
%25.05

CMYK color model

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

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

CMYK: (0,5,35,31)
C0M5Y35K31 (0%, 5%, 35%, 31%)
(0.00 / 0.05 / 0.35 / 0.31)

CMYK percentages

%0
%5.14
%34.86
%31.37

Codes

Color #AFA672 in popluar color models

AF A6 72
RGB 175 166 114
HSL 51° 27.60% 56.67%
HSB/HSV 51° 34.86% 68.63%
CMYK 0.00% 5.14% 34.86%
31.37%

Color #AFA672 in popluar number systems.

HEX AF A6 72
Decimal 175 166 114
Binary 10101111 10100110 1110010
Octal 257 246 162

Shades and tints

Shades of #AFA672

#AFA672
(175,166,114)
#A09768
(160,151,104)
#91885E
(145,136,94)
#827954
(130,121,84)
#736A4A
(115,106,74)
#645B40
(100,91,64)
#554C36
(85,76,54)
#463D2C
(70,61,44)
#372E22
(55,46,34)
#281F18
(40,31,24)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #AFA672

#AFA672
(175,166,114)
#B6AE7E
(182,174,126)
#BDB68A
(189,182,138)
#C4BE96
(196,190,150)
#CBC6A2
(203,198,162)
#D2CEAE
(210,206,174)
#D9D6BA
(217,214,186)
#E0DEC6
(224,222,198)
#E7E6D2
(231,230,210)
#EEEEDE
(238,238,222)
#F5F6EA
(245,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA672; }

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

This text font color is #AFA672.

Background Color

.myBgColor { background-color: #AFA672; }

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

This div background color is #AFA672.

Border color

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

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

This div border color is #AFA672.

Opacity

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

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

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

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

This text has shadow with #AFA672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA672.

Preview

Color preview on black background

This text has color #AFA672 on black background.


Color preview on white background

This text has color #AFA672 on white background.


Black color preview on #AFA672 background

This text has black color on #AFA672 background.


White color preview on #AFA672 background

This text has white color on #AFA672 background.


Related colors

Complementary color

Complementary color for #hex is #50598D.


I love getcolorcode.com

Triadic colors

1 #72AFA6 and #A672AF with #AFA672 are triadic colors.

2 #72A6AF and #A6AF72 with #AFA672 are triadic colors.