COLOR #A28080

HEX: #A28080
RGB: (162,128,128)

Color info

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

RGB color model

#A28080 color RGB value is (162,128,128).

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

RGB channels and saturation

R 162 of 255 = 64%
G 128 of 255 = 50%
B 128 of 255 = 50%

162
128
128

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

Portions of RGB colors in percentages

R + G + B =
162 + 128 + 128 = 418 (100%)
R 162 of 418 ~ 38.76%
G 128 of 418 ~ 30.62%
B 128 of 418 ~ 30.62%

%38.76
%30.62
%30.62

CMYK color model

#A28080 color CMYK value is (0,21,21,36).

  • cyan value is 0.00%
  • magenta value is 20.99%
  • yellow value is 20.99%
  • key color value is 36.47%
CMYK:
(0,21,21,36)
C0M21Y21K36 
(0%,21%,21%,36%)
(0.00/0.21/0.21/0.36)	

CMYK percentages

%0
%20.99
%20.99
%36.47

Codes

Color #A28080 in popluar color models

A28080
RGB162128128
HSL15.45%56.86%
HSB/HSV20.99%63.53%
CMYK0.00%20.99%20.99%
36.47%

Color #A28080 in popluar number systems.

HEXA28080
Decimal162128128
Binary101000101000000010000000
Octal242200200

Shades and tints

Shades of #A28080

#A28080
(162,128,128)
#947575
(148,117,117)
#866A6A
(134,106,106)
#785F5F
(120,95,95)
#6A5454
(106,84,84)
#5C4949
(92,73,73)
#4E3E3E
(78,62,62)
#403333
(64,51,51)
#322828
(50,40,40)
#241D1D
(36,29,29)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #A28080

#A28080
(162,128,128)
#AA8B8B
(170,139,139)
#B29696
(178,150,150)
#BAA1A1
(186,161,161)
#C2ACAC
(194,172,172)
#CAB7B7
(202,183,183)
#D2C2C2
(210,194,194)
#DACDCD
(218,205,205)
#E2D8D8
(226,216,216)
#EAE3E3
(234,227,227)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28080; }

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

This text font color is #A28080.


Background Color

.myBgColor { background-color: #A28080; }

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

This div background color is #A28080.


Border color

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

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

This div border color is #A28080.


Opacity

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

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

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

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

This text has shadow with #A28080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28080 on black background.


Color preview on white background

This text has color #A28080 on white background.



Black color preview on #A28080 background

This text has black color on #A28080 background.


White color preview on #A28080 background

This text has white color on #A28080 background.