COLOR #A0808C

HEX: #A0808C
RGB: (160,128,140)

Color info

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

RGB color model

#A0808C color RGB value is (160,128,140).

  • red value is 160;
  • green value is 128;
  • blue value is 140.
RGB:
(160,128,140)
(63%,50%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 140 of 255 = 55%

160
128
140

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

Portions of RGB colors in percentages

R + G + B =
160 + 128 + 140 = 428 (100%)
R 160 of 428 ~ 37.38%
G 128 of 428 ~ 29.91%
B 140 of 428 ~ 32.71%

%37.38
%29.91
%32.71

CMYK color model

#A0808C color CMYK value is (0,20,13,37).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 12.50%
  • key color value is 37.25%
CMYK:
(0,20,13,37)
C0M20Y13K37 
(0%,20%,13%,37%)
(0.00/0.20/0.13/0.37)	

CMYK percentages

%0
%20
%12.5
%37.25

Codes

Color #A0808C in popluar color models

A0808C
RGB160128140
HSL338°14.41%56.47%
HSB/HSV338°20.00%62.75%
CMYK0.00%20.00%12.50%
37.25%

Color #A0808C in popluar number systems.

HEXA0808C
Decimal160128140
Binary101000001000000010001100
Octal240200214

Shades and tints

Shades of #A0808C

#A0808C
(160,128,140)
#927580
(146,117,128)
#846A74
(132,106,116)
#765F68
(118,95,104)
#68545C
(104,84,92)
#5A4950
(90,73,80)
#4C3E44
(76,62,68)
#3E3338
(62,51,56)
#30282C
(48,40,44)
#221D20
(34,29,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #A0808C

#A0808C
(160,128,140)
#A88B96
(168,139,150)
#B096A0
(176,150,160)
#B8A1AA
(184,161,170)
#C0ACB4
(192,172,180)
#C8B7BE
(200,183,190)
#D0C2C8
(208,194,200)
#D8CDD2
(216,205,210)
#E0D8DC
(224,216,220)
#E8E3E6
(232,227,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0808C; }

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

This text font color is #A0808C.


Background Color

.myBgColor { background-color: #A0808C; }

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

This div background color is #A0808C.


Border color

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

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

This div border color is #A0808C.


Opacity

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

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

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

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

This text has shadow with #A0808C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0808C on black background.


Color preview on white background

This text has color #A0808C on white background.



Black color preview on #A0808C background

This text has black color on #A0808C background.


White color preview on #A0808C background

This text has white color on #A0808C background.