COLOR #AF808F

HEX: #AF808F
RGB: (175,128,143)

Color info

#AF808F contains red, green and blue colors in about the same proportion. Web safe color of #AF808F is #996699 (or #969).

RGB color model

#AF808F color RGB value is (175,128,143).

  • red value is 175;
  • green value is 128;
  • blue value is 143.
RGB:
(175,128,143)
(69%,50%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 143 of 255 = 56%

175
128
143

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

Portions of RGB colors in percentages

R + G + B =
175 + 128 + 143 = 446 (100%)
R 175 of 446 ~ 39.24%
G 128 of 446 ~ 28.7%
B 143 of 446 ~ 32.06%

%39.24
%28.7
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.86%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(0,27,18,31)
C0M27Y18K31 
(0%,27%,18%,31%)
(0.00/0.27/0.18/0.31)	

CMYK percentages

%0
%26.86
%18.29
%31.37

Codes

Color #AF808F in popluar color models

AF808F
RGB175128143
HSL341°22.71%59.41%
HSB/HSV341°26.86%68.63%
CMYK0.00%26.86%18.29%
31.37%

Color #AF808F in popluar number systems.

HEXAF808F
Decimal175128143
Binary101011111000000010001111
Octal257200217

Shades and tints

Shades of #AF808F

#AF808F
(175,128,143)
#A07582
(160,117,130)
#916A75
(145,106,117)
#825F68
(130,95,104)
#73545B
(115,84,91)
#64494E
(100,73,78)
#553E41
(85,62,65)
#463334
(70,51,52)
#372827
(55,40,39)
#281D1A
(40,29,26)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #AF808F

#AF808F
(175,128,143)
#B68B99
(182,139,153)
#BD96A3
(189,150,163)
#C4A1AD
(196,161,173)
#CBACB7
(203,172,183)
#D2B7C1
(210,183,193)
#D9C2CB
(217,194,203)
#E0CDD5
(224,205,213)
#E7D8DF
(231,216,223)
#EEE3E9
(238,227,233)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF808F; }

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

This text font color is #AF808F.


Background Color

.myBgColor { background-color: #AF808F; }

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

This div background color is #AF808F.


Border color

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

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

This div border color is #AF808F.


Opacity

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

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

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

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

This text has shadow with #AF808F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF808F on black background.


Color preview on white background

This text has color #AF808F on white background.



Black color preview on #AF808F background

This text has black color on #AF808F background.


White color preview on #AF808F background

This text has white color on #AF808F background.