COLOR #AFAE96

HEX: #AFAE96
RGB: (175,174,150)

Color info

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

RGB color model

#AFAE96 color RGB value is (175,174,150).

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

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 150 of 255 = 59%

175
174
150

R + G + B ~ 65%. #AFAE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 174 + 150 = 499 (100%)
R 175 of 499 ~ 35.07%
G 174 of 499 ~ 34.87%
B 150 of 499 ~ 30.06%

%35.07
%34.87
%30.06

CMYK color model

#AFAE96 color CMYK value is (0,1,14,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(0,1,14,31)
C0M1Y14K31 
(0%,1%,14%,31%)
(0.00/0.01/0.14/0.31)	

CMYK percentages

%0
%0.57
%14.29
%31.37

Codes

Color #AFAE96 in popluar color models

AFAE96
RGB175174150
HSL58°13.51%63.73%
HSB/HSV58°14.29%68.63%
CMYK0.00%0.57%14.29%
31.37%

Color #AFAE96 in popluar number systems.

HEXAFAE96
Decimal175174150
Binary101011111010111010010110
Octal257256226

Shades and tints

Shades of #AFAE96

#AFAE96
(175,174,150)
#A09F89
(160,159,137)
#91907C
(145,144,124)
#82816F
(130,129,111)
#737262
(115,114,98)
#646355
(100,99,85)
#555448
(85,84,72)
#46453B
(70,69,59)
#37362E
(55,54,46)
#282721
(40,39,33)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFAE96

#AFAE96
(175,174,150)
#B6B59F
(182,181,159)
#BDBCA8
(189,188,168)
#C4C3B1
(196,195,177)
#CBCABA
(203,202,186)
#D2D1C3
(210,209,195)
#D9D8CC
(217,216,204)
#E0DFD5
(224,223,213)
#E7E6DE
(231,230,222)
#EEEDE7
(238,237,231)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAE96; }

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

This text font color is #AFAE96.


Background Color

.myBgColor { background-color: #AFAE96; }

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

This div background color is #AFAE96.


Border color

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

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

This div border color is #AFAE96.


Opacity

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

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

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

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

This text has shadow with #AFAE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAE96 on black background.


Color preview on white background

This text has color #AFAE96 on white background.



Black color preview on #AFAE96 background

This text has black color on #AFAE96 background.


White color preview on #AFAE96 background

This text has white color on #AFAE96 background.