COLOR #A0708D

HEX: #A0708D RGB: (160,112,141)

Color info

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

RGB color model

#A0708D color RGB value is (160,112,141).

RGB: (160,112,141) (63%, 44%, 55%)

RGB channels and saturation

R 160 of 255 = 63%
G 112 of 255 = 44%
B 141 of 255 = 55%

160
112
141

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

Portions of RGB colors in percentages

R + G + B = 160 + 112 + 141 = 413 (100%)
R 160 of 413 ~ 38.74%
G 112 of 413 ~ 27.12%
B 141 of 413 ~ 34.14'%

%38.74
%27.12
%34.14

CMYK color model

#A0708D color CMYK value is (0,30,12,37).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 11.88%
  • key color value is 37.25%

CMYK: (0,30,12,37)
C0M30Y12K37 (0%, 30%, 12%, 37%)
(0.00 / 0.30 / 0.12 / 0.37)

CMYK percentages

%0
%30
%11.88
%37.25

Codes

Color #A0708D in popluar color models

A0 70 8D
RGB 160 112 141
HSL 324° 20.17% 53.33%
HSB/HSV 324° 30.00% 62.75%
CMYK 0.00% 30.00% 11.88%
37.25%

Color #A0708D in popluar number systems.

HEX A0 70 8D
Decimal 160 112 141
Binary 10100000 1110000 10001101
Octal 240 160 215

Shades and tints

Shades of #A0708D

#A0708D
(160,112,141)
#926681
(146,102,129)
#845C75
(132,92,117)
#765269
(118,82,105)
#68485D
(104,72,93)
#5A3E51
(90,62,81)
#4C3445
(76,52,69)
#3E2A39
(62,42,57)
#30202D
(48,32,45)
#221621
(34,22,33)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #A0708D

#A0708D
(160,112,141)
#A87D97
(168,125,151)
#B08AA1
(176,138,161)
#B897AB
(184,151,171)
#C0A4B5
(192,164,181)
#C8B1BF
(200,177,191)
#D0BEC9
(208,190,201)
#D8CBD3
(216,203,211)
#E0D8DD
(224,216,221)
#E8E5E7
(232,229,231)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0708D color. Also use rgb(160,112,141) instead hex code.

Text Font Color

.myTextColor { color: #A0708D; }

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

This text font color is #A0708D.

Background Color

.myBgColor { background-color: #A0708D; }

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

This div background color is #A0708D.

Border color

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

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

This div border color is #A0708D.

Opacity

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

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

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

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

This text has shadow with #A0708D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0708D.

Preview

Color preview on black background

This text has color #A0708D on black background.


Color preview on white background

This text has color #A0708D on white background.


Black color preview on #A0708D background

This text has black color on #A0708D background.


White color preview on #A0708D background

This text has white color on #A0708D background.


Related colors

Complementary color

Complementary color for #hex is #5F8F72.


I love getcolorcode.com

Triadic colors

1 #8DA070 and #708DA0 with #A0708D are triadic colors.

2 #8D70A0 and #70A08D with #A0708D are triadic colors.