COLOR #AF8071

HEX: #AF8071 RGB: (175,128,113)

Color info

#AF8071 contains mainly red and green colors. Web safe color of #AF8071 is #996666 (or #966).

RGB color model

#AF8071 color RGB value is (175,128,113).

RGB: (175,128,113) (69%, 50%, 44%)

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 113 of 255 = 44%

175
128
113

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

Portions of RGB colors in percentages

R + G + B = 175 + 128 + 113 = 416 (100%)
R 175 of 416 ~ 42.07%
G 128 of 416 ~ 30.77%
B 113 of 416 ~ 27.16'%

%42.07
%30.77
%27.16

CMYK color model

#AF8071 color CMYK value is (0,27,35,31).

  • cyan value is 0.00%
  • magenta value is 26.86%
  • yellow value is 35.43%
  • key color value is 31.37%

CMYK: (0,27,35,31)
C0M27Y35K31 (0%, 27%, 35%, 31%)
(0.00 / 0.27 / 0.35 / 0.31)

CMYK percentages

%0
%26.86
%35.43
%31.37

Codes

Color #AF8071 in popluar color models

AF 80 71
RGB 175 128 113
HSL 15° 27.93% 56.47%
HSB/HSV 15° 35.43% 68.63%
CMYK 0.00% 26.86% 35.43%
31.37%

Color #AF8071 in popluar number systems.

HEX AF 80 71
Decimal 175 128 113
Binary 10101111 10000000 1110001
Octal 257 200 161

Shades and tints

Shades of #AF8071

#AF8071
(175,128,113)
#A07567
(160,117,103)
#916A5D
(145,106,93)
#825F53
(130,95,83)
#735449
(115,84,73)
#64493F
(100,73,63)
#553E35
(85,62,53)
#46332B
(70,51,43)
#372821
(55,40,33)
#281D17
(40,29,23)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #AF8071

#AF8071
(175,128,113)
#B68B7D
(182,139,125)
#BD9689
(189,150,137)
#C4A195
(196,161,149)
#CBACA1
(203,172,161)
#D2B7AD
(210,183,173)
#D9C2B9
(217,194,185)
#E0CDC5
(224,205,197)
#E7D8D1
(231,216,209)
#EEE3DD
(238,227,221)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8071 color. Also use rgb(175,128,113) instead hex code.

Text Font Color

.myTextColor { color: #AF8071; }

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

This text font color is #AF8071.

Background Color

.myBgColor { background-color: #AF8071; }

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

This div background color is #AF8071.

Border color

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

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

This div border color is #AF8071.

Opacity

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

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

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

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

This text has shadow with #AF8071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8071.

Preview

Color preview on black background

This text has color #AF8071 on black background.


Color preview on white background

This text has color #AF8071 on white background.


Black color preview on #AF8071 background

This text has black color on #AF8071 background.


White color preview on #AF8071 background

This text has white color on #AF8071 background.


Related colors

Complementary color

Complementary color for #hex is #507F8E.


I love getcolorcode.com

Triadic colors

1 #71AF80 and #8071AF with #AF8071 are triadic colors.

2 #7180AF and #80AF71 with #AF8071 are triadic colors.