COLOR #AF9B89

HEX: #AF9B89
RGB: (175,155,137)

Color info

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

RGB color model

#AF9B89 color RGB value is (175,155,137).

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

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 137 of 255 = 54%

175
155
137

R + G + B ~ 61%. #AF9B89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 137 = 467 (100%)
R 175 of 467 ~ 37.47%
G 155 of 467 ~ 33.19%
B 137 of 467 ~ 29.34%

%37.47
%33.19
%29.34

CMYK color model

#AF9B89 color CMYK value is (0,11,22,31).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 21.71%
  • key color value is 31.37%
CMYK: (0,11,22,31) C0M11Y22K31 (0%,11%,22%,31%) (0.00/0.11/0.22/0.31)

CMYK percentages

%0
%11.43
%21.71
%31.37

Codes

Color #AF9B89 in popluar color models

AF9B89
RGB175155137
HSL28°19.19%61.18%
HSB/HSV28°21.71%68.63%
CMYK0.00%11.43%21.71%
31.37%

Color #AF9B89 in popluar number systems.

HEXAF9B89
Decimal175155137
Binary101011111001101110001001
Octal257233211

Shades and tints

Shades of #AF9B89

#AF9B89
(175,155,137)
#A08D7D
(160,141,125)
#917F71
(145,127,113)
#827165
(130,113,101)
#736359
(115,99,89)
#64554D
(100,85,77)
#554741
(85,71,65)
#463935
(70,57,53)
#372B29
(55,43,41)
#281D1D
(40,29,29)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AF9B89

#AF9B89
(175,155,137)
#B6A493
(182,164,147)
#BDAD9D
(189,173,157)
#C4B6A7
(196,182,167)
#CBBFB1
(203,191,177)
#D2C8BB
(210,200,187)
#D9D1C5
(217,209,197)
#E0DACF
(224,218,207)
#E7E3D9
(231,227,217)
#EEECE3
(238,236,227)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9B89; }

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

This text font color is #AF9B89.


Background Color

.myBgColor { background-color: #AF9B89; }

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

This div background color is #AF9B89.


Border color

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

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

This div border color is #AF9B89.


Opacity

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

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

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

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

This text has shadow with #AF9B89 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AF9B89 on black background.


Color preview on white background

This text has color #AF9B89 on white background.



Black color preview on #AF9B89 background

This text has black color on #AF9B89 background.


White color preview on #AF9B89 background

This text has white color on #AF9B89 background.