COLOR #AFA88B

HEX: #AFA88B RGB: (175,168,139)

Color info

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

RGB color model

#AFA88B color RGB value is (175,168,139).

RGB: (175,168,139) (69%, 66%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 139 of 255 = 55%

175
168
139

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

Portions of RGB colors in percentages

R + G + B = 175 + 168 + 139 = 482 (100%)
R 175 of 482 ~ 36.31%
G 168 of 482 ~ 34.85%
B 139 of 482 ~ 28.84'%

%36.31
%34.85
%28.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 20.57%
  • 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
%20.57
%31.37

Codes

Color #AFA88B in popluar color models

AF A8 8B
RGB 175 168 139
HSL 48° 18.37% 61.57%
HSB/HSV 48° 20.57% 68.63%
CMYK 0.00% 4.00% 20.57%
31.37%

Color #AFA88B in popluar number systems.

HEX AF A8 8B
Decimal 175 168 139
Binary 10101111 10101000 10001011
Octal 257 250 213

Shades and tints

Shades of #AFA88B

#AFA88B
(175,168,139)
#A0997F
(160,153,127)
#918A73
(145,138,115)
#827B67
(130,123,103)
#736C5B
(115,108,91)
#645D4F
(100,93,79)
#554E43
(85,78,67)
#463F37
(70,63,55)
#37302B
(55,48,43)
#28211F
(40,33,31)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AFA88B

#AFA88B
(175,168,139)
#B6AF95
(182,175,149)
#BDB69F
(189,182,159)
#C4BDA9
(196,189,169)
#CBC4B3
(203,196,179)
#D2CBBD
(210,203,189)
#D9D2C7
(217,210,199)
#E0D9D1
(224,217,209)
#E7E0DB
(231,224,219)
#EEE7E5
(238,231,229)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA88B; }

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

This text font color is #AFA88B.

Background Color

.myBgColor { background-color: #AFA88B; }

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

This div background color is #AFA88B.

Border color

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

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

This div border color is #AFA88B.

Opacity

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

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

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

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

This text has shadow with #AFA88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA88B.

Preview

Color preview on black background

This text has color #AFA88B on black background.


Color preview on white background

This text has color #AFA88B on white background.


Black color preview on #AFA88B background

This text has black color on #AFA88B background.


White color preview on #AFA88B background

This text has white color on #AFA88B background.


Related colors

Complementary color

Complementary color for #hex is #505774.


I love getcolorcode.com

Triadic colors

1 #8BAFA8 and #A88BAF with #AFA88B are triadic colors.

2 #8BA8AF and #A8AF8B with #AFA88B are triadic colors.