COLOR #AF9C89

HEX: #AF9C89 RGB: (175,156,137)

Color info

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

RGB color model

#AF9C89 color RGB value is (175,156,137).

RGB: (175,156,137) (69%, 61%, 54%)

RGB channels and saturation

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

175
156
137

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

Portions of RGB colors in percentages

R + G + B = 175 + 156 + 137 = 468 (100%)
R 175 of 468 ~ 37.39%
G 156 of 468 ~ 33.33%
B 137 of 468 ~ 29.27'%

%37.39
%33.33
%29.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.86%
  • 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
%10.86
%21.71
%31.37

Codes

Color #AF9C89 in popluar color models

AF 9C 89
RGB 175 156 137
HSL 30° 19.19% 61.18%
HSB/HSV 30° 21.71% 68.63%
CMYK 0.00% 10.86% 21.71%
31.37%

Color #AF9C89 in popluar number systems.

HEX AF 9C 89
Decimal 175 156 137
Binary 10101111 10011100 10001001
Octal 257 234 211

Shades and tints

Shades of #AF9C89

#AF9C89
(175,156,137)
#A08E7D
(160,142,125)
#918071
(145,128,113)
#827265
(130,114,101)
#736459
(115,100,89)
#64564D
(100,86,77)
#554841
(85,72,65)
#463A35
(70,58,53)
#372C29
(55,44,41)
#281E1D
(40,30,29)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #AF9C89

#AF9C89
(175,156,137)
#B6A593
(182,165,147)
#BDAE9D
(189,174,157)
#C4B7A7
(196,183,167)
#CBC0B1
(203,192,177)
#D2C9BB
(210,201,187)
#D9D2C5
(217,210,197)
#E0DBCF
(224,219,207)
#E7E4D9
(231,228,217)
#EEEDE3
(238,237,227)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9C89; }

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

This text font color is #AF9C89.

Background Color

.myBgColor { background-color: #AF9C89; }

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

This div background color is #AF9C89.

Border color

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

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

This div border color is #AF9C89.

Opacity

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

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

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

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

This text has shadow with #AF9C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9C89.

Preview

Color preview on black background

This text has color #AF9C89 on black background.


Color preview on white background

This text has color #AF9C89 on white background.


Black color preview on #AF9C89 background

This text has black color on #AF9C89 background.


White color preview on #AF9C89 background

This text has white color on #AF9C89 background.


Related colors

Complementary color

Complementary color for #hex is #506376.


I love getcolorcode.com

Triadic colors

1 #89AF9C and #9C89AF with #AF9C89 are triadic colors.

2 #899CAF and #9CAF89 with #AF9C89 are triadic colors.