COLOR #A86072

HEX: #A86072 RGB: (168,96,114)

Color info

#A86072 contains mainly red and blue colors. Web safe color of #A86072 is #996666 (or #966).

RGB color model

#A86072 color RGB value is (168,96,114).

RGB: (168,96,114) (66%, 38%, 45%)

RGB channels and saturation

R 168 of 255 = 66%
G 96 of 255 = 38%
B 114 of 255 = 45%

168
96
114

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

Portions of RGB colors in percentages

R + G + B = 168 + 96 + 114 = 378 (100%)
R 168 of 378 ~ 44.44%
G 96 of 378 ~ 25.4%
B 114 of 378 ~ 30.16'%

%44.44
%25.4
%30.16

CMYK color model

#A86072 color CMYK value is (0,43,32,34).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 32.14%
  • key color value is 34.12%

CMYK: (0,43,32,34)
C0M43Y32K34 (0%, 43%, 32%, 34%)
(0.00 / 0.43 / 0.32 / 0.34)

CMYK percentages

%0
%42.86
%32.14
%34.12

Codes

Color #A86072 in popluar color models

A8 60 72
RGB 168 96 114
HSL 345° 29.27% 51.76%
HSB/HSV 345° 42.86% 65.88%
CMYK 0.00% 42.86% 32.14%
34.12%

Color #A86072 in popluar number systems.

HEX A8 60 72
Decimal 168 96 114
Binary 10101000 1100000 1110010
Octal 250 140 162

Shades and tints

Shades of #A86072

#A86072
(168,96,114)
#995868
(153,88,104)
#8A505E
(138,80,94)
#7B4854
(123,72,84)
#6C404A
(108,64,74)
#5D3840
(93,56,64)
#4E3036
(78,48,54)
#3F282C
(63,40,44)
#302022
(48,32,34)
#211818
(33,24,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #A86072

#A86072
(168,96,114)
#AF6E7E
(175,110,126)
#B67C8A
(182,124,138)
#BD8A96
(189,138,150)
#C498A2
(196,152,162)
#CBA6AE
(203,166,174)
#D2B4BA
(210,180,186)
#D9C2C6
(217,194,198)
#E0D0D2
(224,208,210)
#E7DEDE
(231,222,222)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86072 color. Also use rgb(168,96,114) instead hex code.

Text Font Color

.myTextColor { color: #A86072; }

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

This text font color is #A86072.

Background Color

.myBgColor { background-color: #A86072; }

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

This div background color is #A86072.

Border color

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

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

This div border color is #A86072.

Opacity

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

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

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

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

This text has shadow with #A86072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86072.

Preview

Color preview on black background

This text has color #A86072 on black background.


Color preview on white background

This text has color #A86072 on white background.


Black color preview on #A86072 background

This text has black color on #A86072 background.


White color preview on #A86072 background

This text has white color on #A86072 background.


Related colors

Complementary color

Complementary color for #hex is #579F8D.


I love getcolorcode.com

Triadic colors

1 #72A860 and #6072A8 with #A86072 are triadic colors.

2 #7260A8 and #60A872 with #A86072 are triadic colors.