COLOR #A28590

HEX: #A28590
RGB: (162,133,144)

Color info

#A28590 contains red, green and blue colors in about the same proportion. Web safe color of #A28590 is #999999 (or #999).

RGB color model

#A28590 color RGB value is (162,133,144).

  • red value is 162;
  • green value is 133;
  • blue value is 144.
RGB:
(162,133,144)
(64%,52%,56%)

RGB channels and saturation

R 162 of 255 = 64%
G 133 of 255 = 52%
B 144 of 255 = 56%

162
133
144

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

Portions of RGB colors in percentages

R + G + B =
162 + 133 + 144 = 439 (100%)
R 162 of 439 ~ 36.9%
G 133 of 439 ~ 30.3%
B 144 of 439 ~ 32.8%

%36.9
%30.3
%32.8

CMYK color model

#A28590 color CMYK value is (0,18,11,36).

  • cyan value is 0.00%
  • magenta value is 17.90%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK:
(0,18,11,36)
C0M18Y11K36 
(0%,18%,11%,36%)
(0.00/0.18/0.11/0.36)	

CMYK percentages

%0
%17.9
%11.11
%36.47

Codes

Color #A28590 in popluar color models

A28590
RGB162133144
HSL337°13.49%57.84%
HSB/HSV337°17.90%63.53%
CMYK0.00%17.90%11.11%
36.47%

Color #A28590 in popluar number systems.

HEXA28590
Decimal162133144
Binary101000101000010110010000
Octal242205220

Shades and tints

Shades of #A28590

#A28590
(162,133,144)
#947983
(148,121,131)
#866D76
(134,109,118)
#786169
(120,97,105)
#6A555C
(106,85,92)
#5C494F
(92,73,79)
#4E3D42
(78,61,66)
#403135
(64,49,53)
#322528
(50,37,40)
#24191B
(36,25,27)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #A28590

#A28590
(162,133,144)
#AA909A
(170,144,154)
#B29BA4
(178,155,164)
#BAA6AE
(186,166,174)
#C2B1B8
(194,177,184)
#CABCC2
(202,188,194)
#D2C7CC
(210,199,204)
#DAD2D6
(218,210,214)
#E2DDE0
(226,221,224)
#EAE8EA
(234,232,234)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28590; }

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

This text font color is #A28590.


Background Color

.myBgColor { background-color: #A28590; }

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

This div background color is #A28590.


Border color

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

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

This div border color is #A28590.


Opacity

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

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

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

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

This text has shadow with #A28590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28590 on black background.


Color preview on white background

This text has color #A28590 on white background.



Black color preview on #A28590 background

This text has black color on #A28590 background.


White color preview on #A28590 background

This text has white color on #A28590 background.