COLOR #AF806C

HEX: #AF806C RGB: (175,128,108)

Color info

#AF806C contains mainly red and green colors. Web safe color of #AF806C is #996666 (or #966).

RGB color model

#AF806C color RGB value is (175,128,108).

RGB: (175,128,108) (69%, 50%, 42%)

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 108 of 255 = 42%

175
128
108

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

Portions of RGB colors in percentages

R + G + B = 175 + 128 + 108 = 411 (100%)
R 175 of 411 ~ 42.58%
G 128 of 411 ~ 31.14%
B 108 of 411 ~ 26.28'%

%42.58
%31.14
%26.28

CMYK color model

#AF806C color CMYK value is (0,27,38,31).

  • cyan value is 0.00%
  • magenta value is 26.86%
  • yellow value is 38.29%
  • key color value is 31.37%

CMYK: (0,27,38,31)
C0M27Y38K31 (0%, 27%, 38%, 31%)
(0.00 / 0.27 / 0.38 / 0.31)

CMYK percentages

%0
%26.86
%38.29
%31.37

Codes

Color #AF806C in popluar color models

AF 80 6C
RGB 175 128 108
HSL 18° 29.52% 55.49%
HSB/HSV 18° 38.29% 68.63%
CMYK 0.00% 26.86% 38.29%
31.37%

Color #AF806C in popluar number systems.

HEX AF 80 6C
Decimal 175 128 108
Binary 10101111 10000000 1101100
Octal 257 200 154

Shades and tints

Shades of #AF806C

#AF806C
(175,128,108)
#A07563
(160,117,99)
#916A5A
(145,106,90)
#825F51
(130,95,81)
#735448
(115,84,72)
#64493F
(100,73,63)
#553E36
(85,62,54)
#46332D
(70,51,45)
#372824
(55,40,36)
#281D1B
(40,29,27)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #AF806C

#AF806C
(175,128,108)
#B68B79
(182,139,121)
#BD9686
(189,150,134)
#C4A193
(196,161,147)
#CBACA0
(203,172,160)
#D2B7AD
(210,183,173)
#D9C2BA
(217,194,186)
#E0CDC7
(224,205,199)
#E7D8D4
(231,216,212)
#EEE3E1
(238,227,225)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF806C color. Also use rgb(175,128,108) instead hex code.

Text Font Color

.myTextColor { color: #AF806C; }

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

This text font color is #AF806C.

Background Color

.myBgColor { background-color: #AF806C; }

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

This div background color is #AF806C.

Border color

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

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

This div border color is #AF806C.

Opacity

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

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

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

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

This text has shadow with #AF806C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF806C.

Preview

Color preview on black background

This text has color #AF806C on black background.


Color preview on white background

This text has color #AF806C on white background.


Black color preview on #AF806C background

This text has black color on #AF806C background.


White color preview on #AF806C background

This text has white color on #AF806C background.


Related colors

Complementary color

Complementary color for #hex is #507F93.


I love getcolorcode.com

Triadic colors

1 #6CAF80 and #806CAF with #AF806C are triadic colors.

2 #6C80AF and #80AF6C with #AF806C are triadic colors.