COLOR #AFA87C

HEX: #AFA87C RGB: (175,168,124)

Color info

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

RGB color model

#AFA87C color RGB value is (175,168,124).

RGB: (175,168,124) (69%, 66%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 124 of 255 = 49%

175
168
124

R + G + B ~ 61%. #AFA87C is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 168 + 124 = 467 (100%)
R 175 of 467 ~ 37.47%
G 168 of 467 ~ 35.97%
B 124 of 467 ~ 26.55'%

%37.47
%35.97
%26.55

CMYK color model

#AFA87C color CMYK value is (0,4,29,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 29.14%
  • key color value is 31.37%

CMYK: (0,4,29,31)
C0M4Y29K31 (0%, 4%, 29%, 31%)
(0.00 / 0.04 / 0.29 / 0.31)

CMYK percentages

%0
%4
%29.14
%31.37

Codes

Color #AFA87C in popluar color models

AF A8 7C
RGB 175 168 124
HSL 52° 24.17% 58.63%
HSB/HSV 52° 29.14% 68.63%
CMYK 0.00% 4.00% 29.14%
31.37%

Color #AFA87C in popluar number systems.

HEX AF A8 7C
Decimal 175 168 124
Binary 10101111 10101000 1111100
Octal 257 250 174

Shades and tints

Shades of #AFA87C

#AFA87C
(175,168,124)
#A09971
(160,153,113)
#918A66
(145,138,102)
#827B5B
(130,123,91)
#736C50
(115,108,80)
#645D45
(100,93,69)
#554E3A
(85,78,58)
#463F2F
(70,63,47)
#373024
(55,48,36)
#282119
(40,33,25)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #AFA87C

#AFA87C
(175,168,124)
#B6AF87
(182,175,135)
#BDB692
(189,182,146)
#C4BD9D
(196,189,157)
#CBC4A8
(203,196,168)
#D2CBB3
(210,203,179)
#D9D2BE
(217,210,190)
#E0D9C9
(224,217,201)
#E7E0D4
(231,224,212)
#EEE7DF
(238,231,223)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA87C color. Also use rgb(175,168,124) instead hex code.

Text Font Color

.myTextColor { color: #AFA87C; }

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

This text font color is #AFA87C.

Background Color

.myBgColor { background-color: #AFA87C; }

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

This div background color is #AFA87C.

Border color

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

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

This div border color is #AFA87C.

Opacity

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

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

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

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

This text has shadow with #AFA87C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA87C.

Preview

Color preview on black background

This text has color #AFA87C on black background.


Color preview on white background

This text has color #AFA87C on white background.


Black color preview on #AFA87C background

This text has black color on #AFA87C background.


White color preview on #AFA87C background

This text has white color on #AFA87C background.


Related colors

Complementary color

Complementary color for #hex is #505783.


I love getcolorcode.com

Triadic colors

1 #7CAFA8 and #A87CAF with #AFA87C are triadic colors.

2 #7CA8AF and #A8AF7C with #AFA87C are triadic colors.