COLOR #AF8182

HEX: #AF8182
RGB: (175,129,130)

Color info

#AF8182 contains red, green and blue colors in about the same proportion. Web safe color of #AF8182 is #999999 (or #999).

RGB color model

#AF8182 color RGB value is (175,129,130).

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

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 130 of 255 = 51%

175
129
130

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

Portions of RGB colors in percentages

R + G + B =
175 + 129 + 130 = 434 (100%)
R 175 of 434 ~ 40.32%
G 129 of 434 ~ 29.72%
B 130 of 434 ~ 29.95%

%40.32
%29.72
%29.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 25.71%
  • key color value is 31.37%
CMYK:
(0,26,26,31)
C0M26Y26K31 
(0%,26%,26%,31%)
(0.00/0.26/0.26/0.31)	

CMYK percentages

%0
%26.29
%25.71
%31.37

Codes

Color #AF8182 in popluar color models

AF8182
RGB175129130
HSL359°22.33%59.61%
HSB/HSV359°26.29%68.63%
CMYK0.00%26.29%25.71%
31.37%

Color #AF8182 in popluar number systems.

HEXAF8182
Decimal175129130
Binary101011111000000110000010
Octal257201202

Shades and tints

Shades of #AF8182

#AF8182
(175,129,130)
#A07677
(160,118,119)
#916B6C
(145,107,108)
#826061
(130,96,97)
#735556
(115,85,86)
#644A4B
(100,74,75)
#553F40
(85,63,64)
#463435
(70,52,53)
#37292A
(55,41,42)
#281E1F
(40,30,31)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AF8182

#AF8182
(175,129,130)
#B68C8D
(182,140,141)
#BD9798
(189,151,152)
#C4A2A3
(196,162,163)
#CBADAE
(203,173,174)
#D2B8B9
(210,184,185)
#D9C3C4
(217,195,196)
#E0CECF
(224,206,207)
#E7D9DA
(231,217,218)
#EEE4E5
(238,228,229)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8182; }

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

This text font color is #AF8182.


Background Color

.myBgColor { background-color: #AF8182; }

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

This div background color is #AF8182.


Border color

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

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

This div border color is #AF8182.


Opacity

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

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

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

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

This text has shadow with #AF8182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8182 on black background.


Color preview on white background

This text has color #AF8182 on white background.



Black color preview on #AF8182 background

This text has black color on #AF8182 background.


White color preview on #AF8182 background

This text has white color on #AF8182 background.