COLOR #AFA89A

HEX: #AFA89A
RGB: (175,168,154)

Color info

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

RGB color model

#AFA89A color RGB value is (175,168,154).

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

RGB channels and saturation

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

175
168
154

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

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 154 = 497 (100%)
R 175 of 497 ~ 35.21%
G 168 of 497 ~ 33.8%
B 154 of 497 ~ 30.99%

%35.21
%33.8
%30.99

CMYK color model

#AFA89A color CMYK value is (0,4,12,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(0,4,12,31)
C0M4Y12K31 
(0%,4%,12%,31%)
(0.00/0.04/0.12/0.31)	

CMYK percentages

%0
%4
%12
%31.37

Codes

Color #AFA89A in popluar color models

AFA89A
RGB175168154
HSL40°11.60%64.51%
HSB/HSV40°12.00%68.63%
CMYK0.00%4.00%12.00%
31.37%

Color #AFA89A in popluar number systems.

HEXAFA89A
Decimal175168154
Binary101011111010100010011010
Octal257250232

Shades and tints

Shades of #AFA89A

#AFA89A
(175,168,154)
#A0998C
(160,153,140)
#918A7E
(145,138,126)
#827B70
(130,123,112)
#736C62
(115,108,98)
#645D54
(100,93,84)
#554E46
(85,78,70)
#463F38
(70,63,56)
#37302A
(55,48,42)
#28211C
(40,33,28)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #AFA89A

#AFA89A
(175,168,154)
#B6AFA3
(182,175,163)
#BDB6AC
(189,182,172)
#C4BDB5
(196,189,181)
#CBC4BE
(203,196,190)
#D2CBC7
(210,203,199)
#D9D2D0
(217,210,208)
#E0D9D9
(224,217,217)
#E7E0E2
(231,224,226)
#EEE7EB
(238,231,235)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA89A; }

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

This text font color is #AFA89A.


Background Color

.myBgColor { background-color: #AFA89A; }

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

This div background color is #AFA89A.


Border color

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

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

This div border color is #AFA89A.


Opacity

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

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

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

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

This text has shadow with #AFA89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA89A on black background.


Color preview on white background

This text has color #AFA89A on white background.



Black color preview on #AFA89A background

This text has black color on #AFA89A background.


White color preview on #AFA89A background

This text has white color on #AFA89A background.