COLOR #AF9585

HEX: #AF9585
RGB: (175,149,133)

Color info

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

RGB color model

#AF9585 color RGB value is (175,149,133).

  • red value is 175;
  • green value is 149;
  • blue value is 133.
RGB:
(175,149,133)
(69%,58%,52%)

RGB channels and saturation

R 175 of 255 = 69%
G 149 of 255 = 58%
B 133 of 255 = 52%

175
149
133

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

Portions of RGB colors in percentages

R + G + B =
175 + 149 + 133 = 457 (100%)
R 175 of 457 ~ 38.29%
G 149 of 457 ~ 32.6%
B 133 of 457 ~ 29.1%

%38.29
%32.6
%29.1

CMYK color model

#AF9585 color CMYK value is (0,15,24,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(0,15,24,31)
C0M15Y24K31 
(0%,15%,24%,31%)
(0.00/0.15/0.24/0.31)	

CMYK percentages

%0
%14.86
%24
%31.37

Codes

Color #AF9585 in popluar color models

AF9585
RGB175149133
HSL23°20.79%60.39%
HSB/HSV23°24.00%68.63%
CMYK0.00%14.86%24.00%
31.37%

Color #AF9585 in popluar number systems.

HEXAF9585
Decimal175149133
Binary101011111001010110000101
Octal257225205

Shades and tints

Shades of #AF9585

#AF9585
(175,149,133)
#A08879
(160,136,121)
#917B6D
(145,123,109)
#826E61
(130,110,97)
#736155
(115,97,85)
#645449
(100,84,73)
#55473D
(85,71,61)
#463A31
(70,58,49)
#372D25
(55,45,37)
#282019
(40,32,25)
#19130D
(25,19,13)
#000000
(0,0,0)

Tints of #AF9585

#AF9585
(175,149,133)
#B69E90
(182,158,144)
#BDA79B
(189,167,155)
#C4B0A6
(196,176,166)
#CBB9B1
(203,185,177)
#D2C2BC
(210,194,188)
#D9CBC7
(217,203,199)
#E0D4D2
(224,212,210)
#E7DDDD
(231,221,221)
#EEE6E8
(238,230,232)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9585; }

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

This text font color is #AF9585.


Background Color

.myBgColor { background-color: #AF9585; }

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

This div background color is #AF9585.


Border color

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

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

This div border color is #AF9585.


Opacity

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

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

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

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

This text has shadow with #AF9585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9585 on black background.


Color preview on white background

This text has color #AF9585 on white background.



Black color preview on #AF9585 background

This text has black color on #AF9585 background.


White color preview on #AF9585 background

This text has white color on #AF9585 background.