COLOR #AFAA89

HEX: #AFAA89 RGB: (175,170,137)

Color info

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

RGB color model

#AFAA89 color RGB value is (175,170,137).

RGB: (175,170,137) (69%, 67%, 54%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 137 of 255 = 54%

175
170
137

R + G + B ~ 63%. #AFAA89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 137 = 482 (100%)
R 175 of 482 ~ 36.31%
G 170 of 482 ~ 35.27%
B 137 of 482 ~ 28.42'%

%36.31
%35.27
%28.42

CMYK color model

#AFAA89 color CMYK value is (0,3,22,31).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 21.71%
  • key color value is 31.37%

CMYK: (0,3,22,31)
C0M3Y22K31 (0%, 3%, 22%, 31%)
(0.00 / 0.03 / 0.22 / 0.31)

CMYK percentages

%0
%2.86
%21.71
%31.37

Codes

Color #AFAA89 in popluar color models

AF AA 89
RGB 175 170 137
HSL 52° 19.19% 61.18%
HSB/HSV 52° 21.71% 68.63%
CMYK 0.00% 2.86% 21.71%
31.37%

Color #AFAA89 in popluar number systems.

HEX AF AA 89
Decimal 175 170 137
Binary 10101111 10101010 10001001
Octal 257 252 211

Shades and tints

Shades of #AFAA89

#AFAA89
(175,170,137)
#A09B7D
(160,155,125)
#918C71
(145,140,113)
#827D65
(130,125,101)
#736E59
(115,110,89)
#645F4D
(100,95,77)
#555041
(85,80,65)
#464135
(70,65,53)
#373229
(55,50,41)
#28231D
(40,35,29)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #AFAA89

#AFAA89
(175,170,137)
#B6B193
(182,177,147)
#BDB89D
(189,184,157)
#C4BFA7
(196,191,167)
#CBC6B1
(203,198,177)
#D2CDBB
(210,205,187)
#D9D4C5
(217,212,197)
#E0DBCF
(224,219,207)
#E7E2D9
(231,226,217)
#EEE9E3
(238,233,227)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAA89; }

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

This text font color is #AFAA89.

Background Color

.myBgColor { background-color: #AFAA89; }

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

This div background color is #AFAA89.

Border color

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

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

This div border color is #AFAA89.

Opacity

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

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

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

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

This text has shadow with #AFAA89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAA89.

Preview

Color preview on black background

This text has color #AFAA89 on black background.


Color preview on white background

This text has color #AFAA89 on white background.


Black color preview on #AFAA89 background

This text has black color on #AFAA89 background.


White color preview on #AFAA89 background

This text has white color on #AFAA89 background.


Related colors

Complementary color

Complementary color for #hex is #505576.


I love getcolorcode.com

Triadic colors

1 #89AFAA and #AA89AF with #AFAA89 are triadic colors.

2 #89AAAF and #AAAF89 with #AFAA89 are triadic colors.