COLOR #AF8082

HEX: #AF8082
RGB: (175,128,130)

Color info

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

RGB color model

#AF8082 color RGB value is (175,128,130).

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

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 130 of 255 = 51%

175
128
130

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

Portions of RGB colors in percentages

R + G + B =
175 + 128 + 130 = 433 (100%)
R 175 of 433 ~ 40.42%
G 128 of 433 ~ 29.56%
B 130 of 433 ~ 30.02%

%40.42
%29.56
%30.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.86%
  • yellow value is 25.71%
  • key color value is 31.37%
CMYK:
(0,27,26,31)
C0M27Y26K31 
(0%,27%,26%,31%)
(0.00/0.27/0.26/0.31)	

CMYK percentages

%0
%26.86
%25.71
%31.37

Codes

Color #AF8082 in popluar color models

AF8082
RGB175128130
HSL357°22.71%59.41%
HSB/HSV357°26.86%68.63%
CMYK0.00%26.86%25.71%
31.37%

Color #AF8082 in popluar number systems.

HEXAF8082
Decimal175128130
Binary101011111000000010000010
Octal257200202

Shades and tints

Shades of #AF8082

#AF8082
(175,128,130)
#A07577
(160,117,119)
#916A6C
(145,106,108)
#825F61
(130,95,97)
#735456
(115,84,86)
#64494B
(100,73,75)
#553E40
(85,62,64)
#463335
(70,51,53)
#37282A
(55,40,42)
#281D1F
(40,29,31)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AF8082

#AF8082
(175,128,130)
#B68B8D
(182,139,141)
#BD9698
(189,150,152)
#C4A1A3
(196,161,163)
#CBACAE
(203,172,174)
#D2B7B9
(210,183,185)
#D9C2C4
(217,194,196)
#E0CDCF
(224,205,207)
#E7D8DA
(231,216,218)
#EEE3E5
(238,227,229)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8082; }

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

This text font color is #AF8082.


Background Color

.myBgColor { background-color: #AF8082; }

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

This div background color is #AF8082.


Border color

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

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

This div border color is #AF8082.


Opacity

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

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

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

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

This text has shadow with #AF8082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8082 on black background.


Color preview on white background

This text has color #AF8082 on white background.



Black color preview on #AF8082 background

This text has black color on #AF8082 background.


White color preview on #AF8082 background

This text has white color on #AF8082 background.