COLOR #AF837A

HEX: #AF837A
RGB: (175,131,122)

Color info

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

RGB color model

#AF837A color RGB value is (175,131,122).

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

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 122 of 255 = 48%

175
131
122

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

Portions of RGB colors in percentages

R + G + B =
175 + 131 + 122 = 428 (100%)
R 175 of 428 ~ 40.89%
G 131 of 428 ~ 30.61%
B 122 of 428 ~ 28.5%

%40.89
%30.61
%28.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.14%
  • 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
%25.14
%30.29
%31.37

Codes

Color #AF837A in popluar color models

AF837A
RGB175131122
HSL10°24.88%58.24%
HSB/HSV10°30.29%68.63%
CMYK0.00%25.14%30.29%
31.37%

Color #AF837A in popluar number systems.

HEXAF837A
Decimal175131122
Binary10101111100000111111010
Octal257203172

Shades and tints

Shades of #AF837A

#AF837A
(175,131,122)
#A0786F
(160,120,111)
#916D64
(145,109,100)
#826259
(130,98,89)
#73574E
(115,87,78)
#644C43
(100,76,67)
#554138
(85,65,56)
#46362D
(70,54,45)
#372B22
(55,43,34)
#282017
(40,32,23)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #AF837A

#AF837A
(175,131,122)
#B68E86
(182,142,134)
#BD9992
(189,153,146)
#C4A49E
(196,164,158)
#CBAFAA
(203,175,170)
#D2BAB6
(210,186,182)
#D9C5C2
(217,197,194)
#E0D0CE
(224,208,206)
#E7DBDA
(231,219,218)
#EEE6E6
(238,230,230)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF837A; }

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

This text font color is #AF837A.


Background Color

.myBgColor { background-color: #AF837A; }

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

This div background color is #AF837A.


Border color

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

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

This div border color is #AF837A.


Opacity

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

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

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

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

This text has shadow with #AF837A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF837A on black background.


Color preview on white background

This text has color #AF837A on white background.



Black color preview on #AF837A background

This text has black color on #AF837A background.


White color preview on #AF837A background

This text has white color on #AF837A background.