COLOR #A87473

HEX: #A87473 RGB: (168,116,115)

Color info

#A87473 contains red, green and blue colors in about the same proportion. Web safe color of #A87473 is #996666 (or #966).

RGB color model

#A87473 color RGB value is (168,116,115).

RGB: (168,116,115) (66%, 45%, 45%)

RGB channels and saturation

R 168 of 255 = 66%
G 116 of 255 = 45%
B 115 of 255 = 45%

168
116
115

R + G + B ~ 52%. #A87473 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 116 + 115 = 399 (100%)
R 168 of 399 ~ 42.11%
G 116 of 399 ~ 29.07%
B 115 of 399 ~ 28.82'%

%42.11
%29.07
%28.82

CMYK color model

#A87473 color CMYK value is (0,31,32,34).

  • cyan value is 0.00%
  • magenta value is 30.95%
  • yellow value is 31.55%
  • key color value is 34.12%

CMYK: (0,31,32,34)
C0M31Y32K34 (0%, 31%, 32%, 34%)
(0.00 / 0.31 / 0.32 / 0.34)

CMYK percentages

%0
%30.95
%31.55
%34.12

Codes

Color #A87473 in popluar color models

A8 74 73
RGB 168 116 115
HSL 23.35% 55.49%
HSB/HSV 31.55% 65.88%
CMYK 0.00% 30.95% 31.55%
34.12%

Color #A87473 in popluar number systems.

HEX A8 74 73
Decimal 168 116 115
Binary 10101000 1110100 1110011
Octal 250 164 163

Shades and tints

Shades of #A87473

#A87473
(168,116,115)
#996A69
(153,106,105)
#8A605F
(138,96,95)
#7B5655
(123,86,85)
#6C4C4B
(108,76,75)
#5D4241
(93,66,65)
#4E3837
(78,56,55)
#3F2E2D
(63,46,45)
#302423
(48,36,35)
#211A19
(33,26,25)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #A87473

#A87473
(168,116,115)
#AF807F
(175,128,127)
#B68C8B
(182,140,139)
#BD9897
(189,152,151)
#C4A4A3
(196,164,163)
#CBB0AF
(203,176,175)
#D2BCBB
(210,188,187)
#D9C8C7
(217,200,199)
#E0D4D3
(224,212,211)
#E7E0DF
(231,224,223)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87473 color. Also use rgb(168,116,115) instead hex code.

Text Font Color

.myTextColor { color: #A87473; }

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

This text font color is #A87473.

Background Color

.myBgColor { background-color: #A87473; }

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

This div background color is #A87473.

Border color

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

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

This div border color is #A87473.

Opacity

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

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

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

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

This text has shadow with #A87473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87473.

Preview

Color preview on black background

This text has color #A87473 on black background.


Color preview on white background

This text has color #A87473 on white background.


Black color preview on #A87473 background

This text has black color on #A87473 background.


White color preview on #A87473 background

This text has white color on #A87473 background.


Related colors

Complementary color

Complementary color for #hex is #578B8C.


I love getcolorcode.com

Triadic colors

1 #73A874 and #7473A8 with #A87473 are triadic colors.

2 #7374A8 and #74A873 with #A87473 are triadic colors.