COLOR #A27380

HEX: #A27380 RGB: (162,115,128)

Color info

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

RGB color model

#A27380 color RGB value is (162,115,128).

RGB: (162,115,128) (64%, 45%, 50%)

RGB channels and saturation

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

162
115
128

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

Portions of RGB colors in percentages

R + G + B = 162 + 115 + 128 = 405 (100%)
R 162 of 405 ~ 40%
G 115 of 405 ~ 28.4%
B 128 of 405 ~ 31.6'%

%40
%28.4
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.01%
  • yellow value is 20.99%
  • key color value is 36.47%

CMYK: (0,29,21,36)
C0M29Y21K36 (0%, 29%, 21%, 36%)
(0.00 / 0.29 / 0.21 / 0.36)

CMYK percentages

%0
%29.01
%20.99
%36.47

Codes

Color #A27380 in popluar color models

A2 73 80
RGB 162 115 128
HSL 343° 20.17% 54.31%
HSB/HSV 343° 29.01% 63.53%
CMYK 0.00% 29.01% 20.99%
36.47%

Color #A27380 in popluar number systems.

HEX A2 73 80
Decimal 162 115 128
Binary 10100010 1110011 10000000
Octal 242 163 200

Shades and tints

Shades of #A27380

#A27380
(162,115,128)
#946975
(148,105,117)
#865F6A
(134,95,106)
#78555F
(120,85,95)
#6A4B54
(106,75,84)
#5C4149
(92,65,73)
#4E373E
(78,55,62)
#402D33
(64,45,51)
#322328
(50,35,40)
#24191D
(36,25,29)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #A27380

#A27380
(162,115,128)
#AA7F8B
(170,127,139)
#B28B96
(178,139,150)
#BA97A1
(186,151,161)
#C2A3AC
(194,163,172)
#CAAFB7
(202,175,183)
#D2BBC2
(210,187,194)
#DAC7CD
(218,199,205)
#E2D3D8
(226,211,216)
#EADFE3
(234,223,227)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27380; }

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

This text font color is #A27380.

Background Color

.myBgColor { background-color: #A27380; }

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

This div background color is #A27380.

Border color

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

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

This div border color is #A27380.

Opacity

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

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

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

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

This text has shadow with #A27380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27380.

Preview

Color preview on black background

This text has color #A27380 on black background.


Color preview on white background

This text has color #A27380 on white background.


Black color preview on #A27380 background

This text has black color on #A27380 background.


White color preview on #A27380 background

This text has white color on #A27380 background.


Related colors

Complementary color

Complementary color for #hex is #5D8C7F.


I love getcolorcode.com

Triadic colors

1 #80A273 and #7380A2 with #A27380 are triadic colors.

2 #8073A2 and #73A280 with #A27380 are triadic colors.