COLOR #A87682

HEX: #A87682 RGB: (168,118,130)

Color info

#A87682 contains red, green and blue colors in about the same proportion. Web safe color of #A87682 is #996699 (or #969).

RGB color model

#A87682 color RGB value is (168,118,130).

RGB: (168,118,130) (66%, 46%, 51%)

RGB channels and saturation

R 168 of 255 = 66%
G 118 of 255 = 46%
B 130 of 255 = 51%

168
118
130

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

Portions of RGB colors in percentages

R + G + B = 168 + 118 + 130 = 416 (100%)
R 168 of 416 ~ 40.38%
G 118 of 416 ~ 28.37%
B 130 of 416 ~ 31.25'%

%40.38
%28.37
%31.25

CMYK color model

#A87682 color CMYK value is (0,30,23,34).

  • cyan value is 0.00%
  • magenta value is 29.76%
  • yellow value is 22.62%
  • key color value is 34.12%

CMYK: (0,30,23,34)
C0M30Y23K34 (0%, 30%, 23%, 34%)
(0.00 / 0.30 / 0.23 / 0.34)

CMYK percentages

%0
%29.76
%22.62
%34.12

Codes

Color #A87682 in popluar color models

A8 76 82
RGB 168 118 130
HSL 346° 22.32% 56.08%
HSB/HSV 346° 29.76% 65.88%
CMYK 0.00% 29.76% 22.62%
34.12%

Color #A87682 in popluar number systems.

HEX A8 76 82
Decimal 168 118 130
Binary 10101000 1110110 10000010
Octal 250 166 202

Shades and tints

Shades of #A87682

#A87682
(168,118,130)
#996C77
(153,108,119)
#8A626C
(138,98,108)
#7B5861
(123,88,97)
#6C4E56
(108,78,86)
#5D444B
(93,68,75)
#4E3A40
(78,58,64)
#3F3035
(63,48,53)
#30262A
(48,38,42)
#211C1F
(33,28,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #A87682

#A87682
(168,118,130)
#AF828D
(175,130,141)
#B68E98
(182,142,152)
#BD9AA3
(189,154,163)
#C4A6AE
(196,166,174)
#CBB2B9
(203,178,185)
#D2BEC4
(210,190,196)
#D9CACF
(217,202,207)
#E0D6DA
(224,214,218)
#E7E2E5
(231,226,229)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87682 color. Also use rgb(168,118,130) instead hex code.

Text Font Color

.myTextColor { color: #A87682; }

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

This text font color is #A87682.

Background Color

.myBgColor { background-color: #A87682; }

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

This div background color is #A87682.

Border color

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

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

This div border color is #A87682.

Opacity

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

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

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

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

This text has shadow with #A87682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87682.

Preview

Color preview on black background

This text has color #A87682 on black background.


Color preview on white background

This text has color #A87682 on white background.


Black color preview on #A87682 background

This text has black color on #A87682 background.


White color preview on #A87682 background

This text has white color on #A87682 background.


Related colors

Complementary color

Complementary color for #hex is #57897D.


I love getcolorcode.com

Triadic colors

1 #82A876 and #7682A8 with #A87682 are triadic colors.

2 #8276A8 and #76A882 with #A87682 are triadic colors.