COLOR #AF8483

HEX: #AF8483
RGB: (175,132,131)

Color info

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

RGB color model

#AF8483 color RGB value is (175,132,131).

  • red value is 175;
  • green value is 132;
  • blue value is 131.
RGB:
(175,132,131)
(69%,52%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 132 of 255 = 52%
B 131 of 255 = 51%

175
132
131

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

Portions of RGB colors in percentages

R + G + B =
175 + 132 + 131 = 438 (100%)
R 175 of 438 ~ 39.95%
G 132 of 438 ~ 30.14%
B 131 of 438 ~ 29.91%

%39.95
%30.14
%29.91

CMYK color model

#AF8483 color CMYK value is (0,25,25,31).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 25.14%
  • key color value is 31.37%
CMYK:
(0,25,25,31)
C0M25Y25K31 
(0%,25%,25%,31%)
(0.00/0.25/0.25/0.31)	

CMYK percentages

%0
%24.57
%25.14
%31.37

Codes

Color #AF8483 in popluar color models

AF8483
RGB175132131
HSL21.57%60.00%
HSB/HSV25.14%68.63%
CMYK0.00%24.57%25.14%
31.37%

Color #AF8483 in popluar number systems.

HEXAF8483
Decimal175132131
Binary101011111000010010000011
Octal257204203

Shades and tints

Shades of #AF8483

#AF8483
(175,132,131)
#A07878
(160,120,120)
#916C6D
(145,108,109)
#826062
(130,96,98)
#735457
(115,84,87)
#64484C
(100,72,76)
#553C41
(85,60,65)
#463036
(70,48,54)
#37242B
(55,36,43)
#281820
(40,24,32)
#190C15
(25,12,21)
#000000
(0,0,0)

Tints of #AF8483

#AF8483
(175,132,131)
#B68F8E
(182,143,142)
#BD9A99
(189,154,153)
#C4A5A4
(196,165,164)
#CBB0AF
(203,176,175)
#D2BBBA
(210,187,186)
#D9C6C5
(217,198,197)
#E0D1D0
(224,209,208)
#E7DCDB
(231,220,219)
#EEE7E6
(238,231,230)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8483 color. Also use rgb(175,132,131) instead hex code.

Text Font Color

.myTextColor { color: #AF8483; }

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

This text font color is #AF8483.


Background Color

.myBgColor { background-color: #AF8483; }

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

This div background color is #AF8483.


Border color

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

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

This div border color is #AF8483.


Opacity

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

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

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

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

This text has shadow with #AF8483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8483 on black background.


Color preview on white background

This text has color #AF8483 on white background.



Black color preview on #AF8483 background

This text has black color on #AF8483 background.


White color preview on #AF8483 background

This text has white color on #AF8483 background.