COLOR #A08080

HEX: #A08080
RGB: (160,128,128)

Color info

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

RGB color model

#A08080 color RGB value is (160,128,128).

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

RGB channels and saturation

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

160
128
128

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

Portions of RGB colors in percentages

R + G + B =
160 + 128 + 128 = 416 (100%)
R 160 of 416 ~ 38.46%
G 128 of 416 ~ 30.77%
B 128 of 416 ~ 30.77%

%38.46
%30.77
%30.77

CMYK color model

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

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

CMYK percentages

%0
%20
%20
%37.25

Codes

Color #A08080 in popluar color models

A08080
RGB160128128
HSL14.41%56.47%
HSB/HSV20.00%62.75%
CMYK0.00%20.00%20.00%
37.25%

Color #A08080 in popluar number systems.

HEXA08080
Decimal160128128
Binary101000001000000010000000
Octal240200200

Shades and tints

Shades of #A08080

#A08080
(160,128,128)
#927575
(146,117,117)
#846A6A
(132,106,106)
#765F5F
(118,95,95)
#685454
(104,84,84)
#5A4949
(90,73,73)
#4C3E3E
(76,62,62)
#3E3333
(62,51,51)
#302828
(48,40,40)
#221D1D
(34,29,29)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #A08080

#A08080
(160,128,128)
#A88B8B
(168,139,139)
#B09696
(176,150,150)
#B8A1A1
(184,161,161)
#C0ACAC
(192,172,172)
#C8B7B7
(200,183,183)
#D0C2C2
(208,194,194)
#D8CDCD
(216,205,205)
#E0D8D8
(224,216,216)
#E8E3E3
(232,227,227)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08080; }

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

This text font color is #A08080.


Background Color

.myBgColor { background-color: #A08080; }

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

This div background color is #A08080.


Border color

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

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

This div border color is #A08080.


Opacity

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

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

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

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

This text has shadow with #A08080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08080 on black background.


Color preview on white background

This text has color #A08080 on white background.



Black color preview on #A08080 background

This text has black color on #A08080 background.


White color preview on #A08080 background

This text has white color on #A08080 background.