COLOR #AF9487

HEX: #AF9487 RGB: (175,148,135)

Color info

#AF9487 contains red, green and blue colors in about the same proportion. Web safe color of #AF9487 is #999999 (or #999).

RGB color model

#AF9487 color RGB value is (175,148,135).

RGB: (175,148,135) (69%, 58%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 135 of 255 = 53%

175
148
135

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

Portions of RGB colors in percentages

R + G + B = 175 + 148 + 135 = 458 (100%)
R 175 of 458 ~ 38.21%
G 148 of 458 ~ 32.31%
B 135 of 458 ~ 29.48'%

%38.21
%32.31
%29.48

CMYK color model

#AF9487 color CMYK value is (0,15,23,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 22.86%
  • key color value is 31.37%

CMYK: (0,15,23,31)
C0M15Y23K31 (0%, 15%, 23%, 31%)
(0.00 / 0.15 / 0.23 / 0.31)

CMYK percentages

%0
%15.43
%22.86
%31.37

Codes

Color #AF9487 in popluar color models

AF 94 87
RGB 175 148 135
HSL 20° 20.00% 60.78%
HSB/HSV 20° 22.86% 68.63%
CMYK 0.00% 15.43% 22.86%
31.37%

Color #AF9487 in popluar number systems.

HEX AF 94 87
Decimal 175 148 135
Binary 10101111 10010100 10000111
Octal 257 224 207

Shades and tints

Shades of #AF9487

#AF9487
(175,148,135)
#A0877B
(160,135,123)
#917A6F
(145,122,111)
#826D63
(130,109,99)
#736057
(115,96,87)
#64534B
(100,83,75)
#55463F
(85,70,63)
#463933
(70,57,51)
#372C27
(55,44,39)
#281F1B
(40,31,27)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #AF9487

#AF9487
(175,148,135)
#B69D91
(182,157,145)
#BDA69B
(189,166,155)
#C4AFA5
(196,175,165)
#CBB8AF
(203,184,175)
#D2C1B9
(210,193,185)
#D9CAC3
(217,202,195)
#E0D3CD
(224,211,205)
#E7DCD7
(231,220,215)
#EEE5E1
(238,229,225)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9487 color. Also use rgb(175,148,135) instead hex code.

Text Font Color

.myTextColor { color: #AF9487; }

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

This text font color is #AF9487.

Background Color

.myBgColor { background-color: #AF9487; }

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

This div background color is #AF9487.

Border color

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

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

This div border color is #AF9487.

Opacity

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

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

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

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

This text has shadow with #AF9487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9487.

Preview

Color preview on black background

This text has color #AF9487 on black background.


Color preview on white background

This text has color #AF9487 on white background.


Black color preview on #AF9487 background

This text has black color on #AF9487 background.


White color preview on #AF9487 background

This text has white color on #AF9487 background.


Related colors

Complementary color

Complementary color for #hex is #506B78.


I love getcolorcode.com

Triadic colors

1 #87AF94 and #9487AF with #AF9487 are triadic colors.

2 #8794AF and #94AF87 with #AF9487 are triadic colors.