COLOR #A2827E

HEX: #A2827E RGB: (162,130,126)

Color info

#A2827E contains red, green and blue colors in about the same proportion. Web safe color of #A2827E is #999966 (or #996).

RGB color model

#A2827E color RGB value is (162,130,126).

RGB: (162,130,126) (64%, 51%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 130 of 255 = 51%
B 126 of 255 = 49%

162
130
126

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

Portions of RGB colors in percentages

R + G + B = 162 + 130 + 126 = 418 (100%)
R 162 of 418 ~ 38.76%
G 130 of 418 ~ 31.1%
B 126 of 418 ~ 30.14'%

%38.76
%31.1
%30.14

CMYK color model

#A2827E color CMYK value is (0,20,22,36).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 22.22%
  • key color value is 36.47%

CMYK: (0,20,22,36)
C0M20Y22K36 (0%, 20%, 22%, 36%)
(0.00 / 0.20 / 0.22 / 0.36)

CMYK percentages

%0
%19.75
%22.22
%36.47

Codes

Color #A2827E in popluar color models

A2 82 7E
RGB 162 130 126
HSL 16.22% 56.47%
HSB/HSV 22.22% 63.53%
CMYK 0.00% 19.75% 22.22%
36.47%

Color #A2827E in popluar number systems.

HEX A2 82 7E
Decimal 162 130 126
Binary 10100010 10000010 1111110
Octal 242 202 176

Shades and tints

Shades of #A2827E

#A2827E
(162,130,126)
#947773
(148,119,115)
#866C68
(134,108,104)
#78615D
(120,97,93)
#6A5652
(106,86,82)
#5C4B47
(92,75,71)
#4E403C
(78,64,60)
#403531
(64,53,49)
#322A26
(50,42,38)
#241F1B
(36,31,27)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #A2827E

#A2827E
(162,130,126)
#AA8D89
(170,141,137)
#B29894
(178,152,148)
#BAA39F
(186,163,159)
#C2AEAA
(194,174,170)
#CAB9B5
(202,185,181)
#D2C4C0
(210,196,192)
#DACFCB
(218,207,203)
#E2DAD6
(226,218,214)
#EAE5E1
(234,229,225)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2827E; }

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

This text font color is #A2827E.

Background Color

.myBgColor { background-color: #A2827E; }

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

This div background color is #A2827E.

Border color

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

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

This div border color is #A2827E.

Opacity

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

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

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

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

This text has shadow with #A2827E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2827E.

Preview

Color preview on black background

This text has color #A2827E on black background.


Color preview on white background

This text has color #A2827E on white background.


Black color preview on #A2827E background

This text has black color on #A2827E background.


White color preview on #A2827E background

This text has white color on #A2827E background.


Related colors

Complementary color

Complementary color for #hex is #5D7D81.


I love getcolorcode.com

Triadic colors

1 #7EA282 and #827EA2 with #A2827E are triadic colors.

2 #7E82A2 and #82A27E with #A2827E are triadic colors.