COLOR #AFA68B

HEX: #AFA68B RGB: (175,166,139)

Color info

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

RGB color model

#AFA68B color RGB value is (175,166,139).

RGB: (175,166,139) (69%, 65%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 139 of 255 = 55%

175
166
139

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

Portions of RGB colors in percentages

R + G + B = 175 + 166 + 139 = 480 (100%)
R 175 of 480 ~ 36.46%
G 166 of 480 ~ 34.58%
B 139 of 480 ~ 28.96'%

%36.46
%34.58
%28.96

CMYK color model

#AFA68B color CMYK value is (0,5,21,31).

  • cyan value is 0.00%
  • magenta value is 5.14%
  • yellow value is 20.57%
  • key color value is 31.37%

CMYK: (0,5,21,31)
C0M5Y21K31 (0%, 5%, 21%, 31%)
(0.00 / 0.05 / 0.21 / 0.31)

CMYK percentages

%0
%5.14
%20.57
%31.37

Codes

Color #AFA68B in popluar color models

AF A6 8B
RGB 175 166 139
HSL 45° 18.37% 61.57%
HSB/HSV 45° 20.57% 68.63%
CMYK 0.00% 5.14% 20.57%
31.37%

Color #AFA68B in popluar number systems.

HEX AF A6 8B
Decimal 175 166 139
Binary 10101111 10100110 10001011
Octal 257 246 213

Shades and tints

Shades of #AFA68B

#AFA68B
(175,166,139)
#A0977F
(160,151,127)
#918873
(145,136,115)
#827967
(130,121,103)
#736A5B
(115,106,91)
#645B4F
(100,91,79)
#554C43
(85,76,67)
#463D37
(70,61,55)
#372E2B
(55,46,43)
#281F1F
(40,31,31)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #AFA68B

#AFA68B
(175,166,139)
#B6AE95
(182,174,149)
#BDB69F
(189,182,159)
#C4BEA9
(196,190,169)
#CBC6B3
(203,198,179)
#D2CEBD
(210,206,189)
#D9D6C7
(217,214,199)
#E0DED1
(224,222,209)
#E7E6DB
(231,230,219)
#EEEEE5
(238,238,229)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA68B; }

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

This text font color is #AFA68B.

Background Color

.myBgColor { background-color: #AFA68B; }

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

This div background color is #AFA68B.

Border color

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

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

This div border color is #AFA68B.

Opacity

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

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

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

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

This text has shadow with #AFA68B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA68B.

Preview

Color preview on black background

This text has color #AFA68B on black background.


Color preview on white background

This text has color #AFA68B on white background.


Black color preview on #AFA68B background

This text has black color on #AFA68B background.


White color preview on #AFA68B background

This text has white color on #AFA68B background.


Related colors

Complementary color

Complementary color for #hex is #505974.


I love getcolorcode.com

Triadic colors

1 #8BAFA6 and #A68BAF with #AFA68B are triadic colors.

2 #8BA6AF and #A6AF8B with #AFA68B are triadic colors.