COLOR #A0807B

HEX: #A0807B RGB: (160,128,123)

Color info

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

RGB color model

#A0807B color RGB value is (160,128,123).

RGB: (160,128,123) (63%, 50%, 48%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 123 of 255 = 48%

160
128
123

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

Portions of RGB colors in percentages

R + G + B = 160 + 128 + 123 = 411 (100%)
R 160 of 411 ~ 38.93%
G 128 of 411 ~ 31.14%
B 123 of 411 ~ 29.93'%

%38.93
%31.14
%29.93

CMYK color model

#A0807B color CMYK value is (0,20,23,37).

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

CMYK: (0,20,23,37)
C0M20Y23K37 (0%, 20%, 23%, 37%)
(0.00 / 0.20 / 0.23 / 0.37)

CMYK percentages

%0
%20
%23.13
%37.25

Codes

Color #A0807B in popluar color models

A0 80 7B
RGB 160 128 123
HSL 16.30% 55.49%
HSB/HSV 23.13% 62.75%
CMYK 0.00% 20.00% 23.13%
37.25%

Color #A0807B in popluar number systems.

HEX A0 80 7B
Decimal 160 128 123
Binary 10100000 10000000 1111011
Octal 240 200 173

Shades and tints

Shades of #A0807B

#A0807B
(160,128,123)
#927570
(146,117,112)
#846A65
(132,106,101)
#765F5A
(118,95,90)
#68544F
(104,84,79)
#5A4944
(90,73,68)
#4C3E39
(76,62,57)
#3E332E
(62,51,46)
#302823
(48,40,35)
#221D18
(34,29,24)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #A0807B

#A0807B
(160,128,123)
#A88B87
(168,139,135)
#B09693
(176,150,147)
#B8A19F
(184,161,159)
#C0ACAB
(192,172,171)
#C8B7B7
(200,183,183)
#D0C2C3
(208,194,195)
#D8CDCF
(216,205,207)
#E0D8DB
(224,216,219)
#E8E3E7
(232,227,231)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0807B; }

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

This text font color is #A0807B.

Background Color

.myBgColor { background-color: #A0807B; }

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

This div background color is #A0807B.

Border color

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

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

This div border color is #A0807B.

Opacity

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

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

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

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

This text has shadow with #A0807B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0807B.

Preview

Color preview on black background

This text has color #A0807B on black background.


Color preview on white background

This text has color #A0807B on white background.


Black color preview on #A0807B background

This text has black color on #A0807B background.


White color preview on #A0807B background

This text has white color on #A0807B background.


Related colors

Complementary color

Complementary color for #hex is #5F7F84.


I love getcolorcode.com

Triadic colors

1 #7BA080 and #807BA0 with #A0807B are triadic colors.

2 #7B80A0 and #80A07B with #A0807B are triadic colors.