COLOR #AF8375

HEX: #AF8375 RGB: (175,131,117)

Color info

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

RGB color model

#AF8375 color RGB value is (175,131,117).

RGB: (175,131,117) (69%, 51%, 46%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 117 of 255 = 46%

175
131
117

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

Portions of RGB colors in percentages

R + G + B = 175 + 131 + 117 = 423 (100%)
R 175 of 423 ~ 41.37%
G 131 of 423 ~ 30.97%
B 117 of 423 ~ 27.66'%

%41.37
%30.97
%27.66

CMYK color model

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

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

CMYK: (0,25,33,31)
C0M25Y33K31 (0%, 25%, 33%, 31%)
(0.00 / 0.25 / 0.33 / 0.31)

CMYK percentages

%0
%25.14
%33.14
%31.37

Codes

Color #AF8375 in popluar color models

AF 83 75
RGB 175 131 117
HSL 14° 26.61% 57.25%
HSB/HSV 14° 33.14% 68.63%
CMYK 0.00% 25.14% 33.14%
31.37%

Color #AF8375 in popluar number systems.

HEX AF 83 75
Decimal 175 131 117
Binary 10101111 10000011 1110101
Octal 257 203 165

Shades and tints

Shades of #AF8375

#AF8375
(175,131,117)
#A0786B
(160,120,107)
#916D61
(145,109,97)
#826257
(130,98,87)
#73574D
(115,87,77)
#644C43
(100,76,67)
#554139
(85,65,57)
#46362F
(70,54,47)
#372B25
(55,43,37)
#28201B
(40,32,27)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #AF8375

#AF8375
(175,131,117)
#B68E81
(182,142,129)
#BD998D
(189,153,141)
#C4A499
(196,164,153)
#CBAFA5
(203,175,165)
#D2BAB1
(210,186,177)
#D9C5BD
(217,197,189)
#E0D0C9
(224,208,201)
#E7DBD5
(231,219,213)
#EEE6E1
(238,230,225)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8375; }

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

This text font color is #AF8375.

Background Color

.myBgColor { background-color: #AF8375; }

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

This div background color is #AF8375.

Border color

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

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

This div border color is #AF8375.

Opacity

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

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

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

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

This text has shadow with #AF8375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8375.

Preview

Color preview on black background

This text has color #AF8375 on black background.


Color preview on white background

This text has color #AF8375 on white background.


Black color preview on #AF8375 background

This text has black color on #AF8375 background.


White color preview on #AF8375 background

This text has white color on #AF8375 background.


Related colors

Complementary color

Complementary color for #hex is #507C8A.


I love getcolorcode.com

Triadic colors

1 #75AF83 and #8375AF with #AF8375 are triadic colors.

2 #7583AF and #83AF75 with #AF8375 are triadic colors.