COLOR #AF8975

HEX: #AF8975 RGB: (175,137,117)

Color info

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

RGB color model

#AF8975 color RGB value is (175,137,117).

RGB: (175,137,117) (69%, 54%, 46%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 117 of 255 = 46%

175
137
117

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

Portions of RGB colors in percentages

R + G + B = 175 + 137 + 117 = 429 (100%)
R 175 of 429 ~ 40.79%
G 137 of 429 ~ 31.93%
B 117 of 429 ~ 27.27'%

%40.79
%31.93
%27.27

CMYK color model

#AF8975 color CMYK value is (0,22,33,31).

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

CMYK: (0,22,33,31)
C0M22Y33K31 (0%, 22%, 33%, 31%)
(0.00 / 0.22 / 0.33 / 0.31)

CMYK percentages

%0
%21.71
%33.14
%31.37

Codes

Color #AF8975 in popluar color models

AF 89 75
RGB 175 137 117
HSL 21° 26.61% 57.25%
HSB/HSV 21° 33.14% 68.63%
CMYK 0.00% 21.71% 33.14%
31.37%

Color #AF8975 in popluar number systems.

HEX AF 89 75
Decimal 175 137 117
Binary 10101111 10001001 1110101
Octal 257 211 165

Shades and tints

Shades of #AF8975

#AF8975
(175,137,117)
#A07D6B
(160,125,107)
#917161
(145,113,97)
#826557
(130,101,87)
#73594D
(115,89,77)
#644D43
(100,77,67)
#554139
(85,65,57)
#46352F
(70,53,47)
#372925
(55,41,37)
#281D1B
(40,29,27)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #AF8975

#AF8975
(175,137,117)
#B69381
(182,147,129)
#BD9D8D
(189,157,141)
#C4A799
(196,167,153)
#CBB1A5
(203,177,165)
#D2BBB1
(210,187,177)
#D9C5BD
(217,197,189)
#E0CFC9
(224,207,201)
#E7D9D5
(231,217,213)
#EEE3E1
(238,227,225)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8975; }

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

This text font color is #AF8975.

Background Color

.myBgColor { background-color: #AF8975; }

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

This div background color is #AF8975.

Border color

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

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

This div border color is #AF8975.

Opacity

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

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

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

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

This text has shadow with #AF8975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8975.

Preview

Color preview on black background

This text has color #AF8975 on black background.


Color preview on white background

This text has color #AF8975 on white background.


Black color preview on #AF8975 background

This text has black color on #AF8975 background.


White color preview on #AF8975 background

This text has white color on #AF8975 background.


Related colors

Complementary color

Complementary color for #hex is #50768A.


I love getcolorcode.com

Triadic colors

1 #75AF89 and #8975AF with #AF8975 are triadic colors.

2 #7589AF and #89AF75 with #AF8975 are triadic colors.