COLOR #AF7D7C

HEX: #AF7D7C RGB: (175,125,124)

Color info

#AF7D7C contains red, green and blue colors in about the same proportion. Web safe color of #AF7D7C is #996666 (or #966).

RGB color model

#AF7D7C color RGB value is (175,125,124).

RGB: (175,125,124) (69%, 49%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 125 of 255 = 49%
B 124 of 255 = 49%

175
125
124

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

Portions of RGB colors in percentages

R + G + B = 175 + 125 + 124 = 424 (100%)
R 175 of 424 ~ 41.27%
G 125 of 424 ~ 29.48%
B 124 of 424 ~ 29.25'%

%41.27
%29.48
%29.25

CMYK color model

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

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

CMYK: (0,29,29,31)
C0M29Y29K31 (0%, 29%, 29%, 31%)
(0.00 / 0.29 / 0.29 / 0.31)

CMYK percentages

%0
%28.57
%29.14
%31.37

Codes

Color #AF7D7C in popluar color models

AF 7D 7C
RGB 175 125 124
HSL 24.17% 58.63%
HSB/HSV 29.14% 68.63%
CMYK 0.00% 28.57% 29.14%
31.37%

Color #AF7D7C in popluar number systems.

HEX AF 7D 7C
Decimal 175 125 124
Binary 10101111 1111101 1111100
Octal 257 175 174

Shades and tints

Shades of #AF7D7C

#AF7D7C
(175,125,124)
#A07271
(160,114,113)
#916766
(145,103,102)
#825C5B
(130,92,91)
#735150
(115,81,80)
#644645
(100,70,69)
#553B3A
(85,59,58)
#46302F
(70,48,47)
#372524
(55,37,36)
#281A19
(40,26,25)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #AF7D7C

#AF7D7C
(175,125,124)
#B68887
(182,136,135)
#BD9392
(189,147,146)
#C49E9D
(196,158,157)
#CBA9A8
(203,169,168)
#D2B4B3
(210,180,179)
#D9BFBE
(217,191,190)
#E0CAC9
(224,202,201)
#E7D5D4
(231,213,212)
#EEE0DF
(238,224,223)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7D7C; }

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

This text font color is #AF7D7C.

Background Color

.myBgColor { background-color: #AF7D7C; }

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

This div background color is #AF7D7C.

Border color

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

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

This div border color is #AF7D7C.

Opacity

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

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

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

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

This text has shadow with #AF7D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7D7C.

Preview

Color preview on black background

This text has color #AF7D7C on black background.


Color preview on white background

This text has color #AF7D7C on white background.


Black color preview on #AF7D7C background

This text has black color on #AF7D7C background.


White color preview on #AF7D7C background

This text has white color on #AF7D7C background.


Related colors

Complementary color

Complementary color for #hex is #508283.


I love getcolorcode.com

Triadic colors

1 #7CAF7D and #7D7CAF with #AF7D7C are triadic colors.

2 #7C7DAF and #7DAF7C with #AF7D7C are triadic colors.