COLOR #AF9581

HEX: #AF9581 RGB: (175,149,129)

Color info

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

RGB color model

#AF9581 color RGB value is (175,149,129).

RGB: (175,149,129) (69%, 58%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 129 of 255 = 51%

175
149
129

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

Portions of RGB colors in percentages

R + G + B = 175 + 149 + 129 = 453 (100%)
R 175 of 453 ~ 38.63%
G 149 of 453 ~ 32.89%
B 129 of 453 ~ 28.48'%

%38.63
%32.89
%28.48

CMYK color model

#AF9581 color CMYK value is (0,15,26,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 26.29%
  • key color value is 31.37%

CMYK: (0,15,26,31)
C0M15Y26K31 (0%, 15%, 26%, 31%)
(0.00 / 0.15 / 0.26 / 0.31)

CMYK percentages

%0
%14.86
%26.29
%31.37

Codes

Color #AF9581 in popluar color models

AF 95 81
RGB 175 149 129
HSL 26° 22.33% 59.61%
HSB/HSV 26° 26.29% 68.63%
CMYK 0.00% 14.86% 26.29%
31.37%

Color #AF9581 in popluar number systems.

HEX AF 95 81
Decimal 175 149 129
Binary 10101111 10010101 10000001
Octal 257 225 201

Shades and tints

Shades of #AF9581

#AF9581
(175,149,129)
#A08876
(160,136,118)
#917B6B
(145,123,107)
#826E60
(130,110,96)
#736155
(115,97,85)
#64544A
(100,84,74)
#55473F
(85,71,63)
#463A34
(70,58,52)
#372D29
(55,45,41)
#28201E
(40,32,30)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #AF9581

#AF9581
(175,149,129)
#B69E8C
(182,158,140)
#BDA797
(189,167,151)
#C4B0A2
(196,176,162)
#CBB9AD
(203,185,173)
#D2C2B8
(210,194,184)
#D9CBC3
(217,203,195)
#E0D4CE
(224,212,206)
#E7DDD9
(231,221,217)
#EEE6E4
(238,230,228)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9581 color. Also use rgb(175,149,129) instead hex code.

Text Font Color

.myTextColor { color: #AF9581; }

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

This text font color is #AF9581.

Background Color

.myBgColor { background-color: #AF9581; }

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

This div background color is #AF9581.

Border color

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

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

This div border color is #AF9581.

Opacity

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

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

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

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

This text has shadow with #AF9581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9581.

Preview

Color preview on black background

This text has color #AF9581 on black background.


Color preview on white background

This text has color #AF9581 on white background.


Black color preview on #AF9581 background

This text has black color on #AF9581 background.


White color preview on #AF9581 background

This text has white color on #AF9581 background.


Related colors

Complementary color

Complementary color for #hex is #506A7E.


I love getcolorcode.com

Triadic colors

1 #81AF95 and #9581AF with #AF9581 are triadic colors.

2 #8195AF and #95AF81 with #AF9581 are triadic colors.