COLOR #AF847A

HEX: #AF847A
RGB: (175,132,122)

Color info

#AF847A contains red, green and blue colors in about the same proportion. Web safe color of #AF847A is #999966 (or #996).

RGB color model

#AF847A color RGB value is (175,132,122).

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

RGB channels and saturation

R 175 of 255 = 69%
G 132 of 255 = 52%
B 122 of 255 = 48%

175
132
122

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

Portions of RGB colors in percentages

R + G + B =
175 + 132 + 122 = 429 (100%)
R 175 of 429 ~ 40.79%
G 132 of 429 ~ 30.77%
B 122 of 429 ~ 28.44%

%40.79
%30.77
%28.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 30.29%
  • key color value is 31.37%
CMYK:
(0,25,30,31)
C0M25Y30K31 
(0%,25%,30%,31%)
(0.00/0.25/0.30/0.31)	

CMYK percentages

%0
%24.57
%30.29
%31.37

Codes

Color #AF847A in popluar color models

AF847A
RGB175132122
HSL11°24.88%58.24%
HSB/HSV11°30.29%68.63%
CMYK0.00%24.57%30.29%
31.37%

Color #AF847A in popluar number systems.

HEXAF847A
Decimal175132122
Binary10101111100001001111010
Octal257204172

Shades and tints

Shades of #AF847A

#AF847A
(175,132,122)
#A0786F
(160,120,111)
#916C64
(145,108,100)
#826059
(130,96,89)
#73544E
(115,84,78)
#644843
(100,72,67)
#553C38
(85,60,56)
#46302D
(70,48,45)
#372422
(55,36,34)
#281817
(40,24,23)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #AF847A

#AF847A
(175,132,122)
#B68F86
(182,143,134)
#BD9A92
(189,154,146)
#C4A59E
(196,165,158)
#CBB0AA
(203,176,170)
#D2BBB6
(210,187,182)
#D9C6C2
(217,198,194)
#E0D1CE
(224,209,206)
#E7DCDA
(231,220,218)
#EEE7E6
(238,231,230)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF847A; }

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

This text font color is #AF847A.


Background Color

.myBgColor { background-color: #AF847A; }

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

This div background color is #AF847A.


Border color

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

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

This div border color is #AF847A.


Opacity

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

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

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

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

This text has shadow with #AF847A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF847A on black background.


Color preview on white background

This text has color #AF847A on white background.



Black color preview on #AF847A background

This text has black color on #AF847A background.


White color preview on #AF847A background

This text has white color on #AF847A background.