COLOR #AF817C

HEX: #AF817C RGB: (175,129,124)

Color info

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

RGB color model

#AF817C color RGB value is (175,129,124).

RGB: (175,129,124) (69%, 51%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 124 of 255 = 49%

175
129
124

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

Portions of RGB colors in percentages

R + G + B = 175 + 129 + 124 = 428 (100%)
R 175 of 428 ~ 40.89%
G 129 of 428 ~ 30.14%
B 124 of 428 ~ 28.97'%

%40.89
%30.14
%28.97

CMYK color model

#AF817C color CMYK value is (0,26,29,31).

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

CMYK: (0,26,29,31)
C0M26Y29K31 (0%, 26%, 29%, 31%)
(0.00 / 0.26 / 0.29 / 0.31)

CMYK percentages

%0
%26.29
%29.14
%31.37

Codes

Color #AF817C in popluar color models

AF 81 7C
RGB 175 129 124
HSL 24.17% 58.63%
HSB/HSV 29.14% 68.63%
CMYK 0.00% 26.29% 29.14%
31.37%

Color #AF817C in popluar number systems.

HEX AF 81 7C
Decimal 175 129 124
Binary 10101111 10000001 1111100
Octal 257 201 174

Shades and tints

Shades of #AF817C

#AF817C
(175,129,124)
#A07671
(160,118,113)
#916B66
(145,107,102)
#82605B
(130,96,91)
#735550
(115,85,80)
#644A45
(100,74,69)
#553F3A
(85,63,58)
#46342F
(70,52,47)
#372924
(55,41,36)
#281E19
(40,30,25)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #AF817C

#AF817C
(175,129,124)
#B68C87
(182,140,135)
#BD9792
(189,151,146)
#C4A29D
(196,162,157)
#CBADA8
(203,173,168)
#D2B8B3
(210,184,179)
#D9C3BE
(217,195,190)
#E0CEC9
(224,206,201)
#E7D9D4
(231,217,212)
#EEE4DF
(238,228,223)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF817C; }

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

This text font color is #AF817C.

Background Color

.myBgColor { background-color: #AF817C; }

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

This div background color is #AF817C.

Border color

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

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

This div border color is #AF817C.

Opacity

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

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

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

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

This text has shadow with #AF817C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF817C.

Preview

Color preview on black background

This text has color #AF817C on black background.


Color preview on white background

This text has color #AF817C on white background.


Black color preview on #AF817C background

This text has black color on #AF817C background.


White color preview on #AF817C background

This text has white color on #AF817C background.


Related colors

Complementary color

Complementary color for #hex is #507E83.


I love getcolorcode.com

Triadic colors

1 #7CAF81 and #817CAF with #AF817C are triadic colors.

2 #7C81AF and #81AF7C with #AF817C are triadic colors.