COLOR #A0808E

HEX: #A0808E RGB: (160,128,142)

Color info

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

RGB color model

#A0808E color RGB value is (160,128,142).

RGB: (160,128,142) (63%, 50%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 142 of 255 = 56%

160
128
142

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

Portions of RGB colors in percentages

R + G + B = 160 + 128 + 142 = 430 (100%)
R 160 of 430 ~ 37.21%
G 128 of 430 ~ 29.77%
B 142 of 430 ~ 33.02'%

%37.21
%29.77
%33.02

CMYK color model

#A0808E color CMYK value is (0,20,11,37).

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

CMYK: (0,20,11,37)
C0M20Y11K37 (0%, 20%, 11%, 37%)
(0.00 / 0.20 / 0.11 / 0.37)

CMYK percentages

%0
%20
%11.25
%37.25

Codes

Color #A0808E in popluar color models

A0 80 8E
RGB 160 128 142
HSL 334° 14.41% 56.47%
HSB/HSV 334° 20.00% 62.75%
CMYK 0.00% 20.00% 11.25%
37.25%

Color #A0808E in popluar number systems.

HEX A0 80 8E
Decimal 160 128 142
Binary 10100000 10000000 10001110
Octal 240 200 216

Shades and tints

Shades of #A0808E

#A0808E
(160,128,142)
#927582
(146,117,130)
#846A76
(132,106,118)
#765F6A
(118,95,106)
#68545E
(104,84,94)
#5A4952
(90,73,82)
#4C3E46
(76,62,70)
#3E333A
(62,51,58)
#30282E
(48,40,46)
#221D22
(34,29,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A0808E

#A0808E
(160,128,142)
#A88B98
(168,139,152)
#B096A2
(176,150,162)
#B8A1AC
(184,161,172)
#C0ACB6
(192,172,182)
#C8B7C0
(200,183,192)
#D0C2CA
(208,194,202)
#D8CDD4
(216,205,212)
#E0D8DE
(224,216,222)
#E8E3E8
(232,227,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0808E; }

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

This text font color is #A0808E.

Background Color

.myBgColor { background-color: #A0808E; }

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

This div background color is #A0808E.

Border color

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

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

This div border color is #A0808E.

Opacity

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

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

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

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

This text has shadow with #A0808E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0808E.

Preview

Color preview on black background

This text has color #A0808E on black background.


Color preview on white background

This text has color #A0808E on white background.


Black color preview on #A0808E background

This text has black color on #A0808E background.


White color preview on #A0808E background

This text has white color on #A0808E background.


Related colors

Complementary color

Complementary color for #hex is #5F7F71.


I love getcolorcode.com

Triadic colors

1 #8EA080 and #808EA0 with #A0808E are triadic colors.

2 #8E80A0 and #80A08E with #A0808E are triadic colors.