COLOR #AF807F

HEX: #AF807F RGB: (175,128,127)

Color info

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

RGB color model

#AF807F color RGB value is (175,128,127).

RGB: (175,128,127) (69%, 50%, 50%)

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 127 of 255 = 50%

175
128
127

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

Portions of RGB colors in percentages

R + G + B = 175 + 128 + 127 = 430 (100%)
R 175 of 430 ~ 40.7%
G 128 of 430 ~ 29.77%
B 127 of 430 ~ 29.53'%

%40.7
%29.77
%29.53

CMYK color model

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

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

CMYK: (0,27,27,31)
C0M27Y27K31 (0%, 27%, 27%, 31%)
(0.00 / 0.27 / 0.27 / 0.31)

CMYK percentages

%0
%26.86
%27.43
%31.37

Codes

Color #AF807F in popluar color models

AF 80 7F
RGB 175 128 127
HSL 23.08% 59.22%
HSB/HSV 27.43% 68.63%
CMYK 0.00% 26.86% 27.43%
31.37%

Color #AF807F in popluar number systems.

HEX AF 80 7F
Decimal 175 128 127
Binary 10101111 10000000 1111111
Octal 257 200 177

Shades and tints

Shades of #AF807F

#AF807F
(175,128,127)
#A07574
(160,117,116)
#916A69
(145,106,105)
#825F5E
(130,95,94)
#735453
(115,84,83)
#644948
(100,73,72)
#553E3D
(85,62,61)
#463332
(70,51,50)
#372827
(55,40,39)
#281D1C
(40,29,28)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AF807F

#AF807F
(175,128,127)
#B68B8A
(182,139,138)
#BD9695
(189,150,149)
#C4A1A0
(196,161,160)
#CBACAB
(203,172,171)
#D2B7B6
(210,183,182)
#D9C2C1
(217,194,193)
#E0CDCC
(224,205,204)
#E7D8D7
(231,216,215)
#EEE3E2
(238,227,226)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF807F; }

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

This text font color is #AF807F.

Background Color

.myBgColor { background-color: #AF807F; }

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

This div background color is #AF807F.

Border color

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

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

This div border color is #AF807F.

Opacity

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

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

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

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

This text has shadow with #AF807F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF807F.

Preview

Color preview on black background

This text has color #AF807F on black background.


Color preview on white background

This text has color #AF807F on white background.


Black color preview on #AF807F background

This text has black color on #AF807F background.


White color preview on #AF807F background

This text has white color on #AF807F background.


Related colors

Complementary color

Complementary color for #hex is #507F80.


I love getcolorcode.com

Triadic colors

1 #7FAF80 and #807FAF with #AF807F are triadic colors.

2 #7F80AF and #80AF7F with #AF807F are triadic colors.