COLOR #AF917E

HEX: #AF917E RGB: (175,145,126)

Color info

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

RGB color model

#AF917E color RGB value is (175,145,126).

RGB: (175,145,126) (69%, 57%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 126 of 255 = 49%

175
145
126

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

Portions of RGB colors in percentages

R + G + B = 175 + 145 + 126 = 446 (100%)
R 175 of 446 ~ 39.24%
G 145 of 446 ~ 32.51%
B 126 of 446 ~ 28.25'%

%39.24
%32.51
%28.25

CMYK color model

#AF917E color CMYK value is (0,17,28,31).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 28.00%
  • key color value is 31.37%

CMYK: (0,17,28,31)
C0M17Y28K31 (0%, 17%, 28%, 31%)
(0.00 / 0.17 / 0.28 / 0.31)

CMYK percentages

%0
%17.14
%28
%31.37

Codes

Color #AF917E in popluar color models

AF 91 7E
RGB 175 145 126
HSL 23° 23.44% 59.02%
HSB/HSV 23° 28.00% 68.63%
CMYK 0.00% 17.14% 28.00%
31.37%

Color #AF917E in popluar number systems.

HEX AF 91 7E
Decimal 175 145 126
Binary 10101111 10010001 1111110
Octal 257 221 176

Shades and tints

Shades of #AF917E

#AF917E
(175,145,126)
#A08473
(160,132,115)
#917768
(145,119,104)
#826A5D
(130,106,93)
#735D52
(115,93,82)
#645047
(100,80,71)
#55433C
(85,67,60)
#463631
(70,54,49)
#372926
(55,41,38)
#281C1B
(40,28,27)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #AF917E

#AF917E
(175,145,126)
#B69B89
(182,155,137)
#BDA594
(189,165,148)
#C4AF9F
(196,175,159)
#CBB9AA
(203,185,170)
#D2C3B5
(210,195,181)
#D9CDC0
(217,205,192)
#E0D7CB
(224,215,203)
#E7E1D6
(231,225,214)
#EEEBE1
(238,235,225)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF917E color. Also use rgb(175,145,126) instead hex code.

Text Font Color

.myTextColor { color: #AF917E; }

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

This text font color is #AF917E.

Background Color

.myBgColor { background-color: #AF917E; }

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

This div background color is #AF917E.

Border color

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

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

This div border color is #AF917E.

Opacity

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

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

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

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

This text has shadow with #AF917E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF917E.

Preview

Color preview on black background

This text has color #AF917E on black background.


Color preview on white background

This text has color #AF917E on white background.


Black color preview on #AF917E background

This text has black color on #AF917E background.


White color preview on #AF917E background

This text has white color on #AF917E background.


Related colors

Complementary color

Complementary color for #hex is #506E81.


I love getcolorcode.com

Triadic colors

1 #7EAF91 and #917EAF with #AF917E are triadic colors.

2 #7E91AF and #91AF7E with #AF917E are triadic colors.