COLOR #AFA99A

HEX: #AFA99A
RGB: (175,169,154)

Color info

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

RGB color model

#AFA99A color RGB value is (175,169,154).

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

RGB channels and saturation

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

175
169
154

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

Portions of RGB colors in percentages

R + G + B =
175 + 169 + 154 = 498 (100%)
R 175 of 498 ~ 35.14%
G 169 of 498 ~ 33.94%
B 154 of 498 ~ 30.92%

%35.14
%33.94
%30.92

CMYK color model

#AFA99A color CMYK value is (0,3,12,31).

  • cyan value is 0.00%
  • magenta value is 3.43%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(0,3,12,31)
C0M3Y12K31 
(0%,3%,12%,31%)
(0.00/0.03/0.12/0.31)	

CMYK percentages

%0
%3.43
%12
%31.37

Codes

Color #AFA99A in popluar color models

AFA99A
RGB175169154
HSL43°11.60%64.51%
HSB/HSV43°12.00%68.63%
CMYK0.00%3.43%12.00%
31.37%

Color #AFA99A in popluar number systems.

HEXAFA99A
Decimal175169154
Binary101011111010100110011010
Octal257251232

Shades and tints

Shades of #AFA99A

#AFA99A
(175,169,154)
#A09A8C
(160,154,140)
#918B7E
(145,139,126)
#827C70
(130,124,112)
#736D62
(115,109,98)
#645E54
(100,94,84)
#554F46
(85,79,70)
#464038
(70,64,56)
#37312A
(55,49,42)
#28221C
(40,34,28)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #AFA99A

#AFA99A
(175,169,154)
#B6B0A3
(182,176,163)
#BDB7AC
(189,183,172)
#C4BEB5
(196,190,181)
#CBC5BE
(203,197,190)
#D2CCC7
(210,204,199)
#D9D3D0
(217,211,208)
#E0DAD9
(224,218,217)
#E7E1E2
(231,225,226)
#EEE8EB
(238,232,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA99A; }

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

This text font color is #AFA99A.


Background Color

.myBgColor { background-color: #AFA99A; }

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

This div background color is #AFA99A.


Border color

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

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

This div border color is #AFA99A.


Opacity

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

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

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

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

This text has shadow with #AFA99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA99A on black background.


Color preview on white background

This text has color #AFA99A on white background.



Black color preview on #AFA99A background

This text has black color on #AFA99A background.


White color preview on #AFA99A background

This text has white color on #AFA99A background.