COLOR #AFA086

HEX: #AFA086 RGB: (175,160,134)

Color info

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

RGB color model

#AFA086 color RGB value is (175,160,134).

RGB: (175,160,134) (69%, 63%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 160 of 255 = 63%
B 134 of 255 = 53%

175
160
134

R + G + B ~ 62%. #AFA086 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 160 + 134 = 469 (100%)
R 175 of 469 ~ 37.31%
G 160 of 469 ~ 34.12%
B 134 of 469 ~ 28.57'%

%37.31
%34.12
%28.57

CMYK color model

#AFA086 color CMYK value is (0,9,23,31).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 23.43%
  • key color value is 31.37%

CMYK: (0,9,23,31)
C0M9Y23K31 (0%, 9%, 23%, 31%)
(0.00 / 0.09 / 0.23 / 0.31)

CMYK percentages

%0
%8.57
%23.43
%31.37

Codes

Color #AFA086 in popluar color models

AF A0 86
RGB 175 160 134
HSL 38° 20.40% 60.59%
HSB/HSV 38° 23.43% 68.63%
CMYK 0.00% 8.57% 23.43%
31.37%

Color #AFA086 in popluar number systems.

HEX AF A0 86
Decimal 175 160 134
Binary 10101111 10100000 10000110
Octal 257 240 206

Shades and tints

Shades of #AFA086

#AFA086
(175,160,134)
#A0927A
(160,146,122)
#91846E
(145,132,110)
#827662
(130,118,98)
#736856
(115,104,86)
#645A4A
(100,90,74)
#554C3E
(85,76,62)
#463E32
(70,62,50)
#373026
(55,48,38)
#28221A
(40,34,26)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #AFA086

#AFA086
(175,160,134)
#B6A891
(182,168,145)
#BDB09C
(189,176,156)
#C4B8A7
(196,184,167)
#CBC0B2
(203,192,178)
#D2C8BD
(210,200,189)
#D9D0C8
(217,208,200)
#E0D8D3
(224,216,211)
#E7E0DE
(231,224,222)
#EEE8E9
(238,232,233)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA086 color. Also use rgb(175,160,134) instead hex code.

Text Font Color

.myTextColor { color: #AFA086; }

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

This text font color is #AFA086.

Background Color

.myBgColor { background-color: #AFA086; }

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

This div background color is #AFA086.

Border color

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

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

This div border color is #AFA086.

Opacity

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

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

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

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

This text has shadow with #AFA086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA086.

Preview

Color preview on black background

This text has color #AFA086 on black background.


Color preview on white background

This text has color #AFA086 on white background.


Black color preview on #AFA086 background

This text has black color on #AFA086 background.


White color preview on #AFA086 background

This text has white color on #AFA086 background.


Related colors

Complementary color

Complementary color for #hex is #505F79.


I love getcolorcode.com

Triadic colors

1 #86AFA0 and #A086AF with #AFA086 are triadic colors.

2 #86A0AF and #A0AF86 with #AFA086 are triadic colors.