COLOR #AFAE99

HEX: #AFAE99
RGB: (175,174,153)

Color info

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

RGB color model

#AFAE99 color RGB value is (175,174,153).

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

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 153 of 255 = 60%

175
174
153

R + G + B ~ 66%. #AFAE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 174 + 153 = 502 (100%)
R 175 of 502 ~ 34.86%
G 174 of 502 ~ 34.66%
B 153 of 502 ~ 30.48%

%34.86
%34.66
%30.48

CMYK color model

#AFAE99 color CMYK value is (0,1,13,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(0,1,13,31)
C0M1Y13K31 
(0%,1%,13%,31%)
(0.00/0.01/0.13/0.31)	

CMYK percentages

%0
%0.57
%12.57
%31.37

Codes

Color #AFAE99 in popluar color models

AFAE99
RGB175174153
HSL57°12.09%64.31%
HSB/HSV57°12.57%68.63%
CMYK0.00%0.57%12.57%
31.37%

Color #AFAE99 in popluar number systems.

HEXAFAE99
Decimal175174153
Binary101011111010111010011001
Octal257256231

Shades and tints

Shades of #AFAE99

#AFAE99
(175,174,153)
#A09F8C
(160,159,140)
#91907F
(145,144,127)
#828172
(130,129,114)
#737265
(115,114,101)
#646358
(100,99,88)
#55544B
(85,84,75)
#46453E
(70,69,62)
#373631
(55,54,49)
#282724
(40,39,36)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #AFAE99

#AFAE99
(175,174,153)
#B6B5A2
(182,181,162)
#BDBCAB
(189,188,171)
#C4C3B4
(196,195,180)
#CBCABD
(203,202,189)
#D2D1C6
(210,209,198)
#D9D8CF
(217,216,207)
#E0DFD8
(224,223,216)
#E7E6E1
(231,230,225)
#EEEDEA
(238,237,234)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAE99; }

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

This text font color is #AFAE99.


Background Color

.myBgColor { background-color: #AFAE99; }

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

This div background color is #AFAE99.


Border color

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

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

This div border color is #AFAE99.


Opacity

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

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

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

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

This text has shadow with #AFAE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAE99 on black background.


Color preview on white background

This text has color #AFAE99 on white background.



Black color preview on #AFAE99 background

This text has black color on #AFAE99 background.


White color preview on #AFAE99 background

This text has white color on #AFAE99 background.