COLOR #A27588

HEX: #A27588
RGB: (162,117,136)

Color info

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

RGB color model

#A27588 color RGB value is (162,117,136).

  • red value is 162;
  • green value is 117;
  • blue value is 136.
RGB:
(162,117,136)
(64%,46%,53%)

RGB channels and saturation

R 162 of 255 = 64%
G 117 of 255 = 46%
B 136 of 255 = 53%

162
117
136

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

Portions of RGB colors in percentages

R + G + B =
162 + 117 + 136 = 415 (100%)
R 162 of 415 ~ 39.04%
G 117 of 415 ~ 28.19%
B 136 of 415 ~ 32.77%

%39.04
%28.19
%32.77

CMYK color model

#A27588 color CMYK value is (0,28,16,36).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 16.05%
  • key color value is 36.47%
CMYK:
(0,28,16,36)
C0M28Y16K36 
(0%,28%,16%,36%)
(0.00/0.28/0.16/0.36)	

CMYK percentages

%0
%27.78
%16.05
%36.47

Codes

Color #A27588 in popluar color models

A27588
RGB162117136
HSL335°19.48%54.71%
HSB/HSV335°27.78%63.53%
CMYK0.00%27.78%16.05%
36.47%

Color #A27588 in popluar number systems.

HEXA27588
Decimal162117136
Binary10100010111010110001000
Octal242165210

Shades and tints

Shades of #A27588

#A27588
(162,117,136)
#946B7C
(148,107,124)
#866170
(134,97,112)
#785764
(120,87,100)
#6A4D58
(106,77,88)
#5C434C
(92,67,76)
#4E3940
(78,57,64)
#402F34
(64,47,52)
#322528
(50,37,40)
#241B1C
(36,27,28)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #A27588

#A27588
(162,117,136)
#AA8192
(170,129,146)
#B28D9C
(178,141,156)
#BA99A6
(186,153,166)
#C2A5B0
(194,165,176)
#CAB1BA
(202,177,186)
#D2BDC4
(210,189,196)
#DAC9CE
(218,201,206)
#E2D5D8
(226,213,216)
#EAE1E2
(234,225,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27588; }

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

This text font color is #A27588.


Background Color

.myBgColor { background-color: #A27588; }

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

This div background color is #A27588.


Border color

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

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

This div border color is #A27588.


Opacity

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

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

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

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

This text has shadow with #A27588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27588 on black background.


Color preview on white background

This text has color #A27588 on white background.



Black color preview on #A27588 background

This text has black color on #A27588 background.


White color preview on #A27588 background

This text has white color on #A27588 background.