COLOR #AFA86B

HEX: #AFA86B RGB: (175,168,107)

Color info

#AFA86B contains mainly red and green colors. Web safe color of #AFA86B is #999966 (or #996).

RGB color model

#AFA86B color RGB value is (175,168,107).

RGB: (175,168,107) (69%, 66%, 42%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 107 of 255 = 42%

175
168
107

R + G + B ~ 59%. #AFA86B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 168 + 107 = 450 (100%)
R 175 of 450 ~ 38.89%
G 168 of 450 ~ 37.33%
B 107 of 450 ~ 23.78'%

%38.89
%37.33
%23.78

CMYK color model

#AFA86B color CMYK value is (0,4,39,31).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 38.86%
  • key color value is 31.37%

CMYK: (0,4,39,31)
C0M4Y39K31 (0%, 4%, 39%, 31%)
(0.00 / 0.04 / 0.39 / 0.31)

CMYK percentages

%0
%4
%38.86
%31.37

Codes

Color #AFA86B in popluar color models

AF A8 6B
RGB 175 168 107
HSL 54° 29.82% 55.29%
HSB/HSV 54° 38.86% 68.63%
CMYK 0.00% 4.00% 38.86%
31.37%

Color #AFA86B in popluar number systems.

HEX AF A8 6B
Decimal 175 168 107
Binary 10101111 10101000 1101011
Octal 257 250 153

Shades and tints

Shades of #AFA86B

#AFA86B
(175,168,107)
#A09962
(160,153,98)
#918A59
(145,138,89)
#827B50
(130,123,80)
#736C47
(115,108,71)
#645D3E
(100,93,62)
#554E35
(85,78,53)
#463F2C
(70,63,44)
#373023
(55,48,35)
#28211A
(40,33,26)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AFA86B

#AFA86B
(175,168,107)
#B6AF78
(182,175,120)
#BDB685
(189,182,133)
#C4BD92
(196,189,146)
#CBC49F
(203,196,159)
#D2CBAC
(210,203,172)
#D9D2B9
(217,210,185)
#E0D9C6
(224,217,198)
#E7E0D3
(231,224,211)
#EEE7E0
(238,231,224)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA86B; }

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

This text font color is #AFA86B.

Background Color

.myBgColor { background-color: #AFA86B; }

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

This div background color is #AFA86B.

Border color

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

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

This div border color is #AFA86B.

Opacity

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

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

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

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

This text has shadow with #AFA86B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA86B.

Preview

Color preview on black background

This text has color #AFA86B on black background.


Color preview on white background

This text has color #AFA86B on white background.


Black color preview on #AFA86B background

This text has black color on #AFA86B background.


White color preview on #AFA86B background

This text has white color on #AFA86B background.


Related colors

Complementary color

Complementary color for #hex is #505794.


I love getcolorcode.com

Triadic colors

1 #6BAFA8 and #A86BAF with #AFA86B are triadic colors.

2 #6BA8AF and #A8AF6B with #AFA86B are triadic colors.