COLOR #AFA88A

HEX: #AFA88A
RGB: (175,168,138)

Color info

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

RGB color model

#AFA88A color RGB value is (175,168,138).

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

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 138 of 255 = 54%

175
168
138

R + G + B ~ 63%. #AFA88A is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 138 = 481 (100%)
R 175 of 481 ~ 36.38%
G 168 of 481 ~ 34.93%
B 138 of 481 ~ 28.69%

%36.38
%34.93
%28.69

CMYK color model

#AFA88A color CMYK value is (0,4,21,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 21.14%
  • key color value is 31.37%
CMYK:
(0,4,21,31)
C0M4Y21K31 
(0%,4%,21%,31%)
(0.00/0.04/0.21/0.31)	

CMYK percentages

%0
%4
%21.14
%31.37

Codes

Color #AFA88A in popluar color models

AFA88A
RGB175168138
HSL49°18.78%61.37%
HSB/HSV49°21.14%68.63%
CMYK0.00%4.00%21.14%
31.37%

Color #AFA88A in popluar number systems.

HEXAFA88A
Decimal175168138
Binary101011111010100010001010
Octal257250212

Shades and tints

Shades of #AFA88A

#AFA88A
(175,168,138)
#A0997E
(160,153,126)
#918A72
(145,138,114)
#827B66
(130,123,102)
#736C5A
(115,108,90)
#645D4E
(100,93,78)
#554E42
(85,78,66)
#463F36
(70,63,54)
#37302A
(55,48,42)
#28211E
(40,33,30)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #AFA88A

#AFA88A
(175,168,138)
#B6AF94
(182,175,148)
#BDB69E
(189,182,158)
#C4BDA8
(196,189,168)
#CBC4B2
(203,196,178)
#D2CBBC
(210,203,188)
#D9D2C6
(217,210,198)
#E0D9D0
(224,217,208)
#E7E0DA
(231,224,218)
#EEE7E4
(238,231,228)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA88A; }

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

This text font color is #AFA88A.


Background Color

.myBgColor { background-color: #AFA88A; }

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

This div background color is #AFA88A.


Border color

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

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

This div border color is #AFA88A.


Opacity

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

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

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

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

This text has shadow with #AFA88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA88A on black background.


Color preview on white background

This text has color #AFA88A on white background.



Black color preview on #AFA88A background

This text has black color on #AFA88A background.


White color preview on #AFA88A background

This text has white color on #AFA88A background.