COLOR #AFA999

HEX: #AFA999
RGB: (175,169,153)

Color info

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

RGB color model

#AFA999 color RGB value is (175,169,153).

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

RGB channels and saturation

R 175 of 255 = 69%
G 169 of 255 = 66%
B 153 of 255 = 60%

175
169
153

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

Portions of RGB colors in percentages

R + G + B =
175 + 169 + 153 = 497 (100%)
R 175 of 497 ~ 35.21%
G 169 of 497 ~ 34%
B 153 of 497 ~ 30.78%

%35.21
%34
%30.78

CMYK color model

#AFA999 color CMYK value is (0,3,13,31).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(0,3,13,31)
C0M3Y13K31 
(0%,3%,13%,31%)
(0.00/0.03/0.13/0.31)	

CMYK percentages

%0
%3.43
%12.57
%31.37

Codes

Color #AFA999 in popluar color models

AFA999
RGB175169153
HSL44°12.09%64.31%
HSB/HSV44°12.57%68.63%
CMYK0.00%3.43%12.57%
31.37%

Color #AFA999 in popluar number systems.

HEXAFA999
Decimal175169153
Binary101011111010100110011001
Octal257251231

Shades and tints

Shades of #AFA999

#AFA999
(175,169,153)
#A09A8C
(160,154,140)
#918B7F
(145,139,127)
#827C72
(130,124,114)
#736D65
(115,109,101)
#645E58
(100,94,88)
#554F4B
(85,79,75)
#46403E
(70,64,62)
#373131
(55,49,49)
#282224
(40,34,36)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AFA999

#AFA999
(175,169,153)
#B6B0A2
(182,176,162)
#BDB7AB
(189,183,171)
#C4BEB4
(196,190,180)
#CBC5BD
(203,197,189)
#D2CCC6
(210,204,198)
#D9D3CF
(217,211,207)
#E0DAD8
(224,218,216)
#E7E1E1
(231,225,225)
#EEE8EA
(238,232,234)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA999; }

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

This text font color is #AFA999.


Background Color

.myBgColor { background-color: #AFA999; }

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

This div background color is #AFA999.


Border color

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

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

This div border color is #AFA999.


Opacity

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

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

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

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

This text has shadow with #AFA999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA999 on black background.


Color preview on white background

This text has color #AFA999 on white background.



Black color preview on #AFA999 background

This text has black color on #AFA999 background.


White color preview on #AFA999 background

This text has white color on #AFA999 background.