COLOR #AF705E

HEX: #AF705E RGB: (175,112,94)

Color info

#AF705E contains mainly red color. Web safe color of #AF705E is #996666 (or #966).

RGB color model

#AF705E color RGB value is (175,112,94).

RGB: (175,112,94) (69%, 44%, 37%)

RGB channels and saturation

R 175 of 255 = 69%
G 112 of 255 = 44%
B 94 of 255 = 37%

175
112
94

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

Portions of RGB colors in percentages

R + G + B = 175 + 112 + 94 = 381 (100%)
R 175 of 381 ~ 45.93%
G 112 of 381 ~ 29.4%
B 94 of 381 ~ 24.67'%

%45.93
%29.4
%24.67

CMYK color model

#AF705E color CMYK value is (0,36,46,31).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 46.29%
  • key color value is 31.37%

CMYK: (0,36,46,31)
C0M36Y46K31 (0%, 36%, 46%, 31%)
(0.00 / 0.36 / 0.46 / 0.31)

CMYK percentages

%0
%36
%46.29
%31.37

Codes

Color #AF705E in popluar color models

AF 70 5E
RGB 175 112 94
HSL 13° 33.61% 52.75%
HSB/HSV 13° 46.29% 68.63%
CMYK 0.00% 36.00% 46.29%
31.37%

Color #AF705E in popluar number systems.

HEX AF 70 5E
Decimal 175 112 94
Binary 10101111 1110000 1011110
Octal 257 160 136

Shades and tints

Shades of #AF705E

#AF705E
(175,112,94)
#A06656
(160,102,86)
#915C4E
(145,92,78)
#825246
(130,82,70)
#73483E
(115,72,62)
#643E36
(100,62,54)
#55342E
(85,52,46)
#462A26
(70,42,38)
#37201E
(55,32,30)
#281616
(40,22,22)
#190C0E
(25,12,14)
#000000
(0,0,0)

Tints of #AF705E

#AF705E
(175,112,94)
#B67D6C
(182,125,108)
#BD8A7A
(189,138,122)
#C49788
(196,151,136)
#CBA496
(203,164,150)
#D2B1A4
(210,177,164)
#D9BEB2
(217,190,178)
#E0CBC0
(224,203,192)
#E7D8CE
(231,216,206)
#EEE5DC
(238,229,220)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF705E color. Also use rgb(175,112,94) instead hex code.

Text Font Color

.myTextColor { color: #AF705E; }

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

This text font color is #AF705E.

Background Color

.myBgColor { background-color: #AF705E; }

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

This div background color is #AF705E.

Border color

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

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

This div border color is #AF705E.

Opacity

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

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

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

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

This text has shadow with #AF705E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF705E.

Preview

Color preview on black background

This text has color #AF705E on black background.


Color preview on white background

This text has color #AF705E on white background.


Black color preview on #AF705E background

This text has black color on #AF705E background.


White color preview on #AF705E background

This text has white color on #AF705E background.


Related colors

Complementary color

Complementary color for #hex is #508FA1.


I love getcolorcode.com

Triadic colors

1 #5EAF70 and #705EAF with #AF705E are triadic colors.

2 #5E70AF and #70AF5E with #AF705E are triadic colors.