COLOR #AFAA87

HEX: #AFAA87 RGB: (175,170,135)

Color info

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

RGB color model

#AFAA87 color RGB value is (175,170,135).

RGB: (175,170,135) (69%, 67%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 135 of 255 = 53%

175
170
135

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

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 135 = 480 (100%)
R 175 of 480 ~ 36.46%
G 170 of 480 ~ 35.42%
B 135 of 480 ~ 28.13'%

%36.46
%35.42
%28.13

CMYK color model

#AFAA87 color CMYK value is (0,3,23,31).

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

CMYK: (0,3,23,31)
C0M3Y23K31 (0%, 3%, 23%, 31%)
(0.00 / 0.03 / 0.23 / 0.31)

CMYK percentages

%0
%2.86
%22.86
%31.37

Codes

Color #AFAA87 in popluar color models

AF AA 87
RGB 175 170 135
HSL 53° 20.00% 60.78%
HSB/HSV 53° 22.86% 68.63%
CMYK 0.00% 2.86% 22.86%
31.37%

Color #AFAA87 in popluar number systems.

HEX AF AA 87
Decimal 175 170 135
Binary 10101111 10101010 10000111
Octal 257 252 207

Shades and tints

Shades of #AFAA87

#AFAA87
(175,170,135)
#A09B7B
(160,155,123)
#918C6F
(145,140,111)
#827D63
(130,125,99)
#736E57
(115,110,87)
#645F4B
(100,95,75)
#55503F
(85,80,63)
#464133
(70,65,51)
#373227
(55,50,39)
#28231B
(40,35,27)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #AFAA87

#AFAA87
(175,170,135)
#B6B191
(182,177,145)
#BDB89B
(189,184,155)
#C4BFA5
(196,191,165)
#CBC6AF
(203,198,175)
#D2CDB9
(210,205,185)
#D9D4C3
(217,212,195)
#E0DBCD
(224,219,205)
#E7E2D7
(231,226,215)
#EEE9E1
(238,233,225)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAA87; }

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

This text font color is #AFAA87.

Background Color

.myBgColor { background-color: #AFAA87; }

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

This div background color is #AFAA87.

Border color

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

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

This div border color is #AFAA87.

Opacity

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

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

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

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

This text has shadow with #AFAA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAA87.

Preview

Color preview on black background

This text has color #AFAA87 on black background.


Color preview on white background

This text has color #AFAA87 on white background.


Black color preview on #AFAA87 background

This text has black color on #AFAA87 background.


White color preview on #AFAA87 background

This text has white color on #AFAA87 background.


Related colors

Complementary color

Complementary color for #hex is #505578.


I love getcolorcode.com

Triadic colors

1 #87AFAA and #AA87AF with #AFAA87 are triadic colors.

2 #87AAAF and #AAAF87 with #AFAA87 are triadic colors.