COLOR #AF8952

HEX: #AF8952
RGB: (175,137,82)

Color info

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

RGB color model

#AF8952 color RGB value is (175,137,82).

  • red value is 175;
  • green value is 137;
  • blue value is 82.
RGB:
(175,137,82)
(69%,54%,32%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 82 of 255 = 32%

175
137
82

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

Portions of RGB colors in percentages

R + G + B =
175 + 137 + 82 = 394 (100%)
R 175 of 394 ~ 44.42%
G 137 of 394 ~ 34.77%
B 82 of 394 ~ 20.81%

%44.42
%34.77
%20.81

CMYK color model

#AF8952 color CMYK value is (0,22,53,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 53.14%
  • key color value is 31.37%
CMYK:
(0,22,53,31)
C0M22Y53K31 
(0%,22%,53%,31%)
(0.00/0.22/0.53/0.31)	

CMYK percentages

%0
%21.71
%53.14
%31.37

Codes

Color #AF8952 in popluar color models

AF8952
RGB17513782
HSL35°36.76%50.39%
HSB/HSV35°53.14%68.63%
CMYK0.00%21.71%53.14%
31.37%

Color #AF8952 in popluar number systems.

HEXAF8952
Decimal17513782
Binary10101111100010011010010
Octal257211122

Shades and tints

Shades of #AF8952

#AF8952
(175,137,82)
#A07D4B
(160,125,75)
#917144
(145,113,68)
#82653D
(130,101,61)
#735936
(115,89,54)
#644D2F
(100,77,47)
#554128
(85,65,40)
#463521
(70,53,33)
#37291A
(55,41,26)
#281D13
(40,29,19)
#19110C
(25,17,12)
#000000
(0,0,0)

Tints of #AF8952

#AF8952
(175,137,82)
#B69361
(182,147,97)
#BD9D70
(189,157,112)
#C4A77F
(196,167,127)
#CBB18E
(203,177,142)
#D2BB9D
(210,187,157)
#D9C5AC
(217,197,172)
#E0CFBB
(224,207,187)
#E7D9CA
(231,217,202)
#EEE3D9
(238,227,217)
#F5EDE8
(245,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8952 color. Also use rgb(175,137,82) instead hex code.

Text Font Color

.myTextColor { color: #AF8952; }

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

This text font color is #AF8952.


Background Color

.myBgColor { background-color: #AF8952; }

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

This div background color is #AF8952.


Border color

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

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

This div border color is #AF8952.


Opacity

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

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

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

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

This text has shadow with #AF8952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8952 on black background.


Color preview on white background

This text has color #AF8952 on white background.



Black color preview on #AF8952 background

This text has black color on #AF8952 background.


White color preview on #AF8952 background

This text has white color on #AF8952 background.