COLOR #AF8379

HEX: #AF8379 RGB: (175,131,121)

Color info

#AF8379 contains red, green and blue colors in about the same proportion. Web safe color of #AF8379 is #999966 (or #996).

RGB color model

#AF8379 color RGB value is (175,131,121).

RGB: (175,131,121) (69%, 51%, 47%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 121 of 255 = 47%

175
131
121

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

Portions of RGB colors in percentages

R + G + B = 175 + 131 + 121 = 427 (100%)
R 175 of 427 ~ 40.98%
G 131 of 427 ~ 30.68%
B 121 of 427 ~ 28.34'%

%40.98
%30.68
%28.34

CMYK color model

#AF8379 color CMYK value is (0,25,31,31).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 30.86%
  • key color value is 31.37%

CMYK: (0,25,31,31)
C0M25Y31K31 (0%, 25%, 31%, 31%)
(0.00 / 0.25 / 0.31 / 0.31)

CMYK percentages

%0
%25.14
%30.86
%31.37

Codes

Color #AF8379 in popluar color models

AF 83 79
RGB 175 131 121
HSL 11° 25.23% 58.04%
HSB/HSV 11° 30.86% 68.63%
CMYK 0.00% 25.14% 30.86%
31.37%

Color #AF8379 in popluar number systems.

HEX AF 83 79
Decimal 175 131 121
Binary 10101111 10000011 1111001
Octal 257 203 171

Shades and tints

Shades of #AF8379

#AF8379
(175,131,121)
#A0786E
(160,120,110)
#916D63
(145,109,99)
#826258
(130,98,88)
#73574D
(115,87,77)
#644C42
(100,76,66)
#554137
(85,65,55)
#46362C
(70,54,44)
#372B21
(55,43,33)
#282016
(40,32,22)
#19150B
(25,21,11)
#000000
(0,0,0)

Tints of #AF8379

#AF8379
(175,131,121)
#B68E85
(182,142,133)
#BD9991
(189,153,145)
#C4A49D
(196,164,157)
#CBAFA9
(203,175,169)
#D2BAB5
(210,186,181)
#D9C5C1
(217,197,193)
#E0D0CD
(224,208,205)
#E7DBD9
(231,219,217)
#EEE6E5
(238,230,229)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8379 color. Also use rgb(175,131,121) instead hex code.

Text Font Color

.myTextColor { color: #AF8379; }

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

This text font color is #AF8379.

Background Color

.myBgColor { background-color: #AF8379; }

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

This div background color is #AF8379.

Border color

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

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

This div border color is #AF8379.

Opacity

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

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

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

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

This text has shadow with #AF8379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8379.

Preview

Color preview on black background

This text has color #AF8379 on black background.


Color preview on white background

This text has color #AF8379 on white background.


Black color preview on #AF8379 background

This text has black color on #AF8379 background.


White color preview on #AF8379 background

This text has white color on #AF8379 background.


Related colors

Complementary color

Complementary color for #hex is #507C86.


I love getcolorcode.com

Triadic colors

1 #79AF83 and #8379AF with #AF8379 are triadic colors.

2 #7983AF and #83AF79 with #AF8379 are triadic colors.