COLOR #AF8A7C

HEX: #AF8A7C
RGB: (175,138,124)

Color info

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

RGB color model

#AF8A7C color RGB value is (175,138,124).

  • red value is 175;
  • green value is 138;
  • blue value is 124.
RGB:
(175,138,124)
(69%,54%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 138 of 255 = 54%
B 124 of 255 = 49%

175
138
124

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

Portions of RGB colors in percentages

R + G + B =
175 + 138 + 124 = 437 (100%)
R 175 of 437 ~ 40.05%
G 138 of 437 ~ 31.58%
B 124 of 437 ~ 28.38%

%40.05
%31.58
%28.38

CMYK color model

#AF8A7C color CMYK value is (0,21,29,31).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 29.14%
  • key color value is 31.37%
CMYK:
(0,21,29,31)
C0M21Y29K31 
(0%,21%,29%,31%)
(0.00/0.21/0.29/0.31)	

CMYK percentages

%0
%21.14
%29.14
%31.37

Codes

Color #AF8A7C in popluar color models

AF8A7C
RGB175138124
HSL16°24.17%58.63%
HSB/HSV16°29.14%68.63%
CMYK0.00%21.14%29.14%
31.37%

Color #AF8A7C in popluar number systems.

HEXAF8A7C
Decimal175138124
Binary10101111100010101111100
Octal257212174

Shades and tints

Shades of #AF8A7C

#AF8A7C
(175,138,124)
#A07E71
(160,126,113)
#917266
(145,114,102)
#82665B
(130,102,91)
#735A50
(115,90,80)
#644E45
(100,78,69)
#55423A
(85,66,58)
#46362F
(70,54,47)
#372A24
(55,42,36)
#281E19
(40,30,25)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #AF8A7C

#AF8A7C
(175,138,124)
#B69487
(182,148,135)
#BD9E92
(189,158,146)
#C4A89D
(196,168,157)
#CBB2A8
(203,178,168)
#D2BCB3
(210,188,179)
#D9C6BE
(217,198,190)
#E0D0C9
(224,208,201)
#E7DAD4
(231,218,212)
#EEE4DF
(238,228,223)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8A7C color. Also use rgb(175,138,124) instead hex code.

Text Font Color

.myTextColor { color: #AF8A7C; }

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

This text font color is #AF8A7C.


Background Color

.myBgColor { background-color: #AF8A7C; }

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

This div background color is #AF8A7C.


Border color

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

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

This div border color is #AF8A7C.


Opacity

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

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

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

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

This text has shadow with #AF8A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8A7C on black background.


Color preview on white background

This text has color #AF8A7C on white background.



Black color preview on #AF8A7C background

This text has black color on #AF8A7C background.


White color preview on #AF8A7C background

This text has white color on #AF8A7C background.