COLOR #AFAE84

HEX: #AFAE84
RGB: (175,174,132)

Color info

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

RGB color model

#AFAE84 color RGB value is (175,174,132).

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

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 132 of 255 = 52%

175
174
132

R + G + B ~ 63%. #AFAE84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 174 + 132 = 481 (100%)
R 175 of 481 ~ 36.38%
G 174 of 481 ~ 36.17%
B 132 of 481 ~ 27.44%

%36.38
%36.17
%27.44

CMYK color model

#AFAE84 color CMYK value is (0,1,25,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 24.57%
  • key color value is 31.37%
CMYK:
(0,1,25,31)
C0M1Y25K31 
(0%,1%,25%,31%)
(0.00/0.01/0.25/0.31)	

CMYK percentages

%0
%0.57
%24.57
%31.37

Codes

Color #AFAE84 in popluar color models

AFAE84
RGB175174132
HSL59°21.18%60.20%
HSB/HSV59°24.57%68.63%
CMYK0.00%0.57%24.57%
31.37%

Color #AFAE84 in popluar number systems.

HEXAFAE84
Decimal175174132
Binary101011111010111010000100
Octal257256204

Shades and tints

Shades of #AFAE84

#AFAE84
(175,174,132)
#A09F78
(160,159,120)
#91906C
(145,144,108)
#828160
(130,129,96)
#737254
(115,114,84)
#646348
(100,99,72)
#55543C
(85,84,60)
#464530
(70,69,48)
#373624
(55,54,36)
#282718
(40,39,24)
#19180C
(25,24,12)
#000000
(0,0,0)

Tints of #AFAE84

#AFAE84
(175,174,132)
#B6B58F
(182,181,143)
#BDBC9A
(189,188,154)
#C4C3A5
(196,195,165)
#CBCAB0
(203,202,176)
#D2D1BB
(210,209,187)
#D9D8C6
(217,216,198)
#E0DFD1
(224,223,209)
#E7E6DC
(231,230,220)
#EEEDE7
(238,237,231)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAE84; }

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

This text font color is #AFAE84.


Background Color

.myBgColor { background-color: #AFAE84; }

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

This div background color is #AFAE84.


Border color

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

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

This div border color is #AFAE84.


Opacity

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

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

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

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

This text has shadow with #AFAE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAE84 on black background.


Color preview on white background

This text has color #AFAE84 on white background.



Black color preview on #AFAE84 background

This text has black color on #AFAE84 background.


White color preview on #AFAE84 background

This text has white color on #AFAE84 background.