COLOR #AFAE93

HEX: #AFAE93
RGB: (175,174,147)

Color info

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

RGB color model

#AFAE93 color RGB value is (175,174,147).

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

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 147 of 255 = 58%

175
174
147

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

Portions of RGB colors in percentages

R + G + B =
175 + 174 + 147 = 496 (100%)
R 175 of 496 ~ 35.28%
G 174 of 496 ~ 35.08%
B 147 of 496 ~ 29.64%

%35.28
%35.08
%29.64

CMYK color model

#AFAE93 color CMYK value is (0,1,16,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK:
(0,1,16,31)
C0M1Y16K31 
(0%,1%,16%,31%)
(0.00/0.01/0.16/0.31)	

CMYK percentages

%0
%0.57
%16
%31.37

Codes

Color #AFAE93 in popluar color models

AFAE93
RGB175174147
HSL58°14.89%63.14%
HSB/HSV58°16.00%68.63%
CMYK0.00%0.57%16.00%
31.37%

Color #AFAE93 in popluar number systems.

HEXAFAE93
Decimal175174147
Binary101011111010111010010011
Octal257256223

Shades and tints

Shades of #AFAE93

#AFAE93
(175,174,147)
#A09F86
(160,159,134)
#919079
(145,144,121)
#82816C
(130,129,108)
#73725F
(115,114,95)
#646352
(100,99,82)
#555445
(85,84,69)
#464538
(70,69,56)
#37362B
(55,54,43)
#28271E
(40,39,30)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #AFAE93

#AFAE93
(175,174,147)
#B6B59C
(182,181,156)
#BDBCA5
(189,188,165)
#C4C3AE
(196,195,174)
#CBCAB7
(203,202,183)
#D2D1C0
(210,209,192)
#D9D8C9
(217,216,201)
#E0DFD2
(224,223,210)
#E7E6DB
(231,230,219)
#EEEDE4
(238,237,228)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAE93; }

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

This text font color is #AFAE93.


Background Color

.myBgColor { background-color: #AFAE93; }

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

This div background color is #AFAE93.


Border color

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

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

This div border color is #AFAE93.


Opacity

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

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

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

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

This text has shadow with #AFAE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAE93 on black background.


Color preview on white background

This text has color #AFAE93 on white background.



Black color preview on #AFAE93 background

This text has black color on #AFAE93 background.


White color preview on #AFAE93 background

This text has white color on #AFAE93 background.