COLOR #AF9489

HEX: #AF9489
RGB: (175,148,137)

Color info

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

RGB color model

#AF9489 color RGB value is (175,148,137).

  • red value is 175;
  • green value is 148;
  • blue value is 137.
RGB:
(175,148,137)
(69%,58%,54%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 137 of 255 = 54%

175
148
137

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

Portions of RGB colors in percentages

R + G + B =
175 + 148 + 137 = 460 (100%)
R 175 of 460 ~ 38.04%
G 148 of 460 ~ 32.17%
B 137 of 460 ~ 29.78%

%38.04
%32.17
%29.78

CMYK color model

#AF9489 color CMYK value is (0,15,22,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 21.71%
  • key color value is 31.37%
CMYK:
(0,15,22,31)
C0M15Y22K31 
(0%,15%,22%,31%)
(0.00/0.15/0.22/0.31)	

CMYK percentages

%0
%15.43
%21.71
%31.37

Codes

Color #AF9489 in popluar color models

AF9489
RGB175148137
HSL17°19.19%61.18%
HSB/HSV17°21.71%68.63%
CMYK0.00%15.43%21.71%
31.37%

Color #AF9489 in popluar number systems.

HEXAF9489
Decimal175148137
Binary101011111001010010001001
Octal257224211

Shades and tints

Shades of #AF9489

#AF9489
(175,148,137)
#A0877D
(160,135,125)
#917A71
(145,122,113)
#826D65
(130,109,101)
#736059
(115,96,89)
#64534D
(100,83,77)
#554641
(85,70,65)
#463935
(70,57,53)
#372C29
(55,44,41)
#281F1D
(40,31,29)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AF9489

#AF9489
(175,148,137)
#B69D93
(182,157,147)
#BDA69D
(189,166,157)
#C4AFA7
(196,175,167)
#CBB8B1
(203,184,177)
#D2C1BB
(210,193,187)
#D9CAC5
(217,202,197)
#E0D3CF
(224,211,207)
#E7DCD9
(231,220,217)
#EEE5E3
(238,229,227)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9489; }

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

This text font color is #AF9489.


Background Color

.myBgColor { background-color: #AF9489; }

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

This div background color is #AF9489.


Border color

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

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

This div border color is #AF9489.


Opacity

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

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

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

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

This text has shadow with #AF9489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9489 on black background.


Color preview on white background

This text has color #AF9489 on white background.



Black color preview on #AF9489 background

This text has black color on #AF9489 background.


White color preview on #AF9489 background

This text has white color on #AF9489 background.