COLOR #AF9E84

HEX: #AF9E84
RGB: (175,158,132)

Color info

#AF9E84 contains red, green and blue colors in about the same proportion. Web safe color of #AF9E84 is #999999 (or #999).

RGB color model

#AF9E84 color RGB value is (175,158,132).

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

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 132 of 255 = 52%

175
158
132

R + G + B ~ 61%. #AF9E84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 158 + 132 = 465 (100%)
R 175 of 465 ~ 37.63%
G 158 of 465 ~ 33.98%
B 132 of 465 ~ 28.39%

%37.63
%33.98
%28.39

CMYK color model

#AF9E84 color CMYK value is (0,10,25,31).

  • cyan value is 0.00%
  • magenta value is 9.71%
  • yellow value is 24.57%
  • key color value is 31.37%
CMYK:
(0,10,25,31)
C0M10Y25K31 
(0%,10%,25%,31%)
(0.00/0.10/0.25/0.31)	

CMYK percentages

%0
%9.71
%24.57
%31.37

Codes

Color #AF9E84 in popluar color models

AF9E84
RGB175158132
HSL36°21.18%60.20%
HSB/HSV36°24.57%68.63%
CMYK0.00%9.71%24.57%
31.37%

Color #AF9E84 in popluar number systems.

HEXAF9E84
Decimal175158132
Binary101011111001111010000100
Octal257236204

Shades and tints

Shades of #AF9E84

#AF9E84
(175,158,132)
#A09078
(160,144,120)
#91826C
(145,130,108)
#827460
(130,116,96)
#736654
(115,102,84)
#645848
(100,88,72)
#554A3C
(85,74,60)
#463C30
(70,60,48)
#372E24
(55,46,36)
#282018
(40,32,24)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #AF9E84

#AF9E84
(175,158,132)
#B6A68F
(182,166,143)
#BDAE9A
(189,174,154)
#C4B6A5
(196,182,165)
#CBBEB0
(203,190,176)
#D2C6BB
(210,198,187)
#D9CEC6
(217,206,198)
#E0D6D1
(224,214,209)
#E7DEDC
(231,222,220)
#EEE6E7
(238,230,231)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9E84; }

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

This text font color is #AF9E84.


Background Color

.myBgColor { background-color: #AF9E84; }

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

This div background color is #AF9E84.


Border color

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

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

This div border color is #AF9E84.


Opacity

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

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

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

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

This text has shadow with #AF9E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9E84 on black background.


Color preview on white background

This text has color #AF9E84 on white background.



Black color preview on #AF9E84 background

This text has black color on #AF9E84 background.


White color preview on #AF9E84 background

This text has white color on #AF9E84 background.