COLOR #AF8372

HEX: #AF8372
RGB: (175,131,114)

Color info

#AF8372 contains mainly red and green colors. Web safe color of #AF8372 is #999966 (or #996).

RGB color model

#AF8372 color RGB value is (175,131,114).

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

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 114 of 255 = 45%

175
131
114

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

Portions of RGB colors in percentages

R + G + B =
175 + 131 + 114 = 420 (100%)
R 175 of 420 ~ 41.67%
G 131 of 420 ~ 31.19%
B 114 of 420 ~ 27.14%

%41.67
%31.19
%27.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 34.86%
  • key color value is 31.37%
CMYK:
(0,25,35,31)
C0M25Y35K31 
(0%,25%,35%,31%)
(0.00/0.25/0.35/0.31)	

CMYK percentages

%0
%25.14
%34.86
%31.37

Codes

Color #AF8372 in popluar color models

AF8372
RGB175131114
HSL17°27.60%56.67%
HSB/HSV17°34.86%68.63%
CMYK0.00%25.14%34.86%
31.37%

Color #AF8372 in popluar number systems.

HEXAF8372
Decimal175131114
Binary10101111100000111110010
Octal257203162

Shades and tints

Shades of #AF8372

#AF8372
(175,131,114)
#A07868
(160,120,104)
#916D5E
(145,109,94)
#826254
(130,98,84)
#73574A
(115,87,74)
#644C40
(100,76,64)
#554136
(85,65,54)
#46362C
(70,54,44)
#372B22
(55,43,34)
#282018
(40,32,24)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #AF8372

#AF8372
(175,131,114)
#B68E7E
(182,142,126)
#BD998A
(189,153,138)
#C4A496
(196,164,150)
#CBAFA2
(203,175,162)
#D2BAAE
(210,186,174)
#D9C5BA
(217,197,186)
#E0D0C6
(224,208,198)
#E7DBD2
(231,219,210)
#EEE6DE
(238,230,222)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8372; }

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

This text font color is #AF8372.


Background Color

.myBgColor { background-color: #AF8372; }

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

This div background color is #AF8372.


Border color

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

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

This div border color is #AF8372.


Opacity

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

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

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

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

This text has shadow with #AF8372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8372 on black background.


Color preview on white background

This text has color #AF8372 on white background.



Black color preview on #AF8372 background

This text has black color on #AF8372 background.


White color preview on #AF8372 background

This text has white color on #AF8372 background.