COLOR #A0807D

HEX: #A0807D RGB: (160,128,125)

Color info

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

RGB color model

#A0807D color RGB value is (160,128,125).

RGB: (160,128,125) (63%, 50%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 125 of 255 = 49%

160
128
125

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

Portions of RGB colors in percentages

R + G + B = 160 + 128 + 125 = 413 (100%)
R 160 of 413 ~ 38.74%
G 128 of 413 ~ 30.99%
B 125 of 413 ~ 30.27'%

%38.74
%30.99
%30.27

CMYK color model

#A0807D color CMYK value is (0,20,22,37).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 21.88%
  • key color value is 37.25%

CMYK: (0,20,22,37)
C0M20Y22K37 (0%, 20%, 22%, 37%)
(0.00 / 0.20 / 0.22 / 0.37)

CMYK percentages

%0
%20
%21.88
%37.25

Codes

Color #A0807D in popluar color models

A0 80 7D
RGB 160 128 125
HSL 15.56% 55.88%
HSB/HSV 21.88% 62.75%
CMYK 0.00% 20.00% 21.88%
37.25%

Color #A0807D in popluar number systems.

HEX A0 80 7D
Decimal 160 128 125
Binary 10100000 10000000 1111101
Octal 240 200 175

Shades and tints

Shades of #A0807D

#A0807D
(160,128,125)
#927572
(146,117,114)
#846A67
(132,106,103)
#765F5C
(118,95,92)
#685451
(104,84,81)
#5A4946
(90,73,70)
#4C3E3B
(76,62,59)
#3E3330
(62,51,48)
#302825
(48,40,37)
#221D1A
(34,29,26)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #A0807D

#A0807D
(160,128,125)
#A88B88
(168,139,136)
#B09693
(176,150,147)
#B8A19E
(184,161,158)
#C0ACA9
(192,172,169)
#C8B7B4
(200,183,180)
#D0C2BF
(208,194,191)
#D8CDCA
(216,205,202)
#E0D8D5
(224,216,213)
#E8E3E0
(232,227,224)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0807D color. Also use rgb(160,128,125) instead hex code.

Text Font Color

.myTextColor { color: #A0807D; }

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

This text font color is #A0807D.

Background Color

.myBgColor { background-color: #A0807D; }

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

This div background color is #A0807D.

Border color

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

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

This div border color is #A0807D.

Opacity

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

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

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

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

This text has shadow with #A0807D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0807D.

Preview

Color preview on black background

This text has color #A0807D on black background.


Color preview on white background

This text has color #A0807D on white background.


Black color preview on #A0807D background

This text has black color on #A0807D background.


White color preview on #A0807D background

This text has white color on #A0807D background.


Related colors

Complementary color

Complementary color for #hex is #5F7F82.


I love getcolorcode.com

Triadic colors

1 #7DA080 and #807DA0 with #A0807D are triadic colors.

2 #7D80A0 and #80A07D with #A0807D are triadic colors.