COLOR #AF947F

HEX: #AF947F RGB: (175,148,127)

Color info

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

RGB color model

#AF947F color RGB value is (175,148,127).

RGB: (175,148,127) (69%, 58%, 50%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 127 of 255 = 50%

175
148
127

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

Portions of RGB colors in percentages

R + G + B = 175 + 148 + 127 = 450 (100%)
R 175 of 450 ~ 38.89%
G 148 of 450 ~ 32.89%
B 127 of 450 ~ 28.22'%

%38.89
%32.89
%28.22

CMYK color model

#AF947F color CMYK value is (0,15,27,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 27.43%
  • key color value is 31.37%

CMYK: (0,15,27,31)
C0M15Y27K31 (0%, 15%, 27%, 31%)
(0.00 / 0.15 / 0.27 / 0.31)

CMYK percentages

%0
%15.43
%27.43
%31.37

Codes

Color #AF947F in popluar color models

AF 94 7F
RGB 175 148 127
HSL 26° 23.08% 59.22%
HSB/HSV 26° 27.43% 68.63%
CMYK 0.00% 15.43% 27.43%
31.37%

Color #AF947F in popluar number systems.

HEX AF 94 7F
Decimal 175 148 127
Binary 10101111 10010100 1111111
Octal 257 224 177

Shades and tints

Shades of #AF947F

#AF947F
(175,148,127)
#A08774
(160,135,116)
#917A69
(145,122,105)
#826D5E
(130,109,94)
#736053
(115,96,83)
#645348
(100,83,72)
#55463D
(85,70,61)
#463932
(70,57,50)
#372C27
(55,44,39)
#281F1C
(40,31,28)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AF947F

#AF947F
(175,148,127)
#B69D8A
(182,157,138)
#BDA695
(189,166,149)
#C4AFA0
(196,175,160)
#CBB8AB
(203,184,171)
#D2C1B6
(210,193,182)
#D9CAC1
(217,202,193)
#E0D3CC
(224,211,204)
#E7DCD7
(231,220,215)
#EEE5E2
(238,229,226)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF947F color. Also use rgb(175,148,127) instead hex code.

Text Font Color

.myTextColor { color: #AF947F; }

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

This text font color is #AF947F.

Background Color

.myBgColor { background-color: #AF947F; }

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

This div background color is #AF947F.

Border color

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

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

This div border color is #AF947F.

Opacity

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

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

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

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

This text has shadow with #AF947F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF947F.

Preview

Color preview on black background

This text has color #AF947F on black background.


Color preview on white background

This text has color #AF947F on white background.


Black color preview on #AF947F background

This text has black color on #AF947F background.


White color preview on #AF947F background

This text has white color on #AF947F background.


Related colors

Complementary color

Complementary color for #hex is #506B80.


I love getcolorcode.com

Triadic colors

1 #7FAF94 and #947FAF with #AF947F are triadic colors.

2 #7F94AF and #94AF7F with #AF947F are triadic colors.