COLOR #AF746C

HEX: #AF746C RGB: (175,116,108)

Color info

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

RGB color model

#AF746C color RGB value is (175,116,108).

RGB: (175,116,108) (69%, 45%, 42%)

RGB channels and saturation

R 175 of 255 = 69%
G 116 of 255 = 45%
B 108 of 255 = 42%

175
116
108

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

Portions of RGB colors in percentages

R + G + B = 175 + 116 + 108 = 399 (100%)
R 175 of 399 ~ 43.86%
G 116 of 399 ~ 29.07%
B 108 of 399 ~ 27.07'%

%43.86
%29.07
%27.07

CMYK color model

#AF746C color CMYK value is (0,34,38,31).

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 38.29%
  • key color value is 31.37%
CMYK: (0,34,38,31) C0M34Y38K31 (0%,34%,38%,31%) (0.00/0.34/0.38/0.31) 

CMYK percentages

%0
%33.71
%38.29
%31.37

Codes

Color #AF746C in popluar color models

AF 74 6C
RGB 175 116 108
HSL 29.52% 55.49%
HSB/HSV 38.29% 68.63%
CMYK 0.00% 33.71% 38.29%
31.37%

Color #AF746C in popluar number systems.

HEX AF 74 6C
Decimal 175 116 108
Binary 10101111 1110100 1101100
Octal 257 164 154

Shades and tints

Shades of #AF746C

#AF746C
(175,116,108)
#A06A63
(160,106,99)
#91605A
(145,96,90)
#825651
(130,86,81)
#734C48
(115,76,72)
#64423F
(100,66,63)
#553836
(85,56,54)
#462E2D
(70,46,45)
#372424
(55,36,36)
#281A1B
(40,26,27)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #AF746C

#AF746C
(175,116,108)
#B68079
(182,128,121)
#BD8C86
(189,140,134)
#C49893
(196,152,147)
#CBA4A0
(203,164,160)
#D2B0AD
(210,176,173)
#D9BCBA
(217,188,186)
#E0C8C7
(224,200,199)
#E7D4D4
(231,212,212)
#EEE0E1
(238,224,225)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF746C; }

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

This text font color is #AF746C.

Background Color

.myBgColor { background-color: #AF746C; }

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

This div background color is #AF746C.

Border color

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

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

This div border color is #AF746C.

Opacity

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

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

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

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

This text has shadow with #AF746C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF746C.

Preview

Color preview on black background

This text has color #AF746C on black background.


Color preview on white background

This text has color #AF746C on white background.


Black color preview on #AF746C background

This text has black color on #AF746C background.


White color preview on #AF746C background

This text has white color on #AF746C background.


Related colors

Complementary color

Complementary color for #hex is #508B93.


I love getcolorcode.com

Triadic colors

1 #6CAF74 and #746CAF with #AF746C are triadic colors.

2 #6C74AF and #74AF6C with #AF746C are triadic colors.