COLOR #AFA387

HEX: #AFA387 RGB: (175,163,135)

Color info

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

RGB color model

#AFA387 color RGB value is (175,163,135).

RGB: (175,163,135) (69%, 64%, 53%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 135 of 255 = 53%

175
163
135

R + G + B ~ 62%. #AFA387 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 135 = 473 (100%)
R 175 of 473 ~ 37%
G 163 of 473 ~ 34.46%
B 135 of 473 ~ 28.54'%

%37
%34.46
%28.54

CMYK color model

#AFA387 color CMYK value is (0,7,23,31).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 22.86%
  • key color value is 31.37%
CMYK: (0,7,23,31) C0M7Y23K31 (0%,7%,23%,31%) (0.00/0.07/0.23/0.31) 

CMYK percentages

%0
%6.86
%22.86
%31.37

Codes

Color #AFA387 in popluar color models

AF A3 87
RGB 175 163 135
HSL 42° 20.00% 60.78%
HSB/HSV 42° 22.86% 68.63%
CMYK 0.00% 6.86% 22.86%
31.37%

Color #AFA387 in popluar number systems.

HEX AF A3 87
Decimal 175 163 135
Binary 10101111 10100011 10000111
Octal 257 243 207

Shades and tints

Shades of #AFA387

#AFA387
(175,163,135)
#A0957B
(160,149,123)
#91876F
(145,135,111)
#827963
(130,121,99)
#736B57
(115,107,87)
#645D4B
(100,93,75)
#554F3F
(85,79,63)
#464133
(70,65,51)
#373327
(55,51,39)
#28251B
(40,37,27)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #AFA387

#AFA387
(175,163,135)
#B6AB91
(182,171,145)
#BDB39B
(189,179,155)
#C4BBA5
(196,187,165)
#CBC3AF
(203,195,175)
#D2CBB9
(210,203,185)
#D9D3C3
(217,211,195)
#E0DBCD
(224,219,205)
#E7E3D7
(231,227,215)
#EEEBE1
(238,235,225)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA387; }

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

This text font color is #AFA387.

Background Color

.myBgColor { background-color: #AFA387; }

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

This div background color is #AFA387.

Border color

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

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

This div border color is #AFA387.

Opacity

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

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

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

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

This text has shadow with #AFA387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA387.

Preview

Color preview on black background

This text has color #AFA387 on black background.


Color preview on white background

This text has color #AFA387 on white background.


Black color preview on #AFA387 background

This text has black color on #AFA387 background.


White color preview on #AFA387 background

This text has white color on #AFA387 background.


Related colors

Complementary color

Complementary color for #hex is #505C78.


I love getcolorcode.com

Triadic colors

1 #87AFA3 and #A387AF with #AFA387 are triadic colors.

2 #87A3AF and #A3AF87 with #AFA387 are triadic colors.