COLOR #A28596

HEX: #A28596
RGB: (162,133,150)

Color info

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

RGB color model

#A28596 color RGB value is (162,133,150).

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

RGB channels and saturation

R 162 of 255 = 64%
G 133 of 255 = 52%
B 150 of 255 = 59%

162
133
150

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

Portions of RGB colors in percentages

R + G + B =
162 + 133 + 150 = 445 (100%)
R 162 of 445 ~ 36.4%
G 133 of 445 ~ 29.89%
B 150 of 445 ~ 33.71%

%36.4
%29.89
%33.71

CMYK color model

#A28596 color CMYK value is (0,18,7,36).

  • cyan value is 0.00%
  • magenta value is 17.90%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK:
(0,18,7,36)
C0M18Y7K36 
(0%,18%,7%,36%)
(0.00/0.18/0.07/0.36)	

CMYK percentages

%0
%17.9
%7.41
%36.47

Codes

Color #A28596 in popluar color models

A28596
RGB162133150
HSL325°13.49%57.84%
HSB/HSV325°17.90%63.53%
CMYK0.00%17.90%7.41%
36.47%

Color #A28596 in popluar number systems.

HEXA28596
Decimal162133150
Binary101000101000010110010110
Octal242205226

Shades and tints

Shades of #A28596

#A28596
(162,133,150)
#947989
(148,121,137)
#866D7C
(134,109,124)
#78616F
(120,97,111)
#6A5562
(106,85,98)
#5C4955
(92,73,85)
#4E3D48
(78,61,72)
#40313B
(64,49,59)
#32252E
(50,37,46)
#241921
(36,25,33)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #A28596

#A28596
(162,133,150)
#AA909F
(170,144,159)
#B29BA8
(178,155,168)
#BAA6B1
(186,166,177)
#C2B1BA
(194,177,186)
#CABCC3
(202,188,195)
#D2C7CC
(210,199,204)
#DAD2D5
(218,210,213)
#E2DDDE
(226,221,222)
#EAE8E7
(234,232,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28596; }

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

This text font color is #A28596.


Background Color

.myBgColor { background-color: #A28596; }

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

This div background color is #A28596.


Border color

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

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

This div border color is #A28596.


Opacity

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

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

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

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

This text has shadow with #A28596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28596 on black background.


Color preview on white background

This text has color #A28596 on white background.



Black color preview on #A28596 background

This text has black color on #A28596 background.


White color preview on #A28596 background

This text has white color on #A28596 background.