COLOR #A2857D

HEX: #A2857D RGB: (162,133,125)

Color info

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

RGB color model

#A2857D color RGB value is (162,133,125).

RGB: (162,133,125) (64%, 52%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 133 of 255 = 52%
B 125 of 255 = 49%

162
133
125

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

Portions of RGB colors in percentages

R + G + B = 162 + 133 + 125 = 420 (100%)
R 162 of 420 ~ 38.57%
G 133 of 420 ~ 31.67%
B 125 of 420 ~ 29.76'%

%38.57
%31.67
%29.76

CMYK color model

#A2857D color CMYK value is (0,18,23,36).

  • cyan value is 0.00%
  • magenta value is 17.90%
  • yellow value is 22.84%
  • key color value is 36.47%
CMYK: (0,18,23,36) C0M18Y23K36 (0%,18%,23%,36%) (0.00/0.18/0.23/0.36) 

CMYK percentages

%0
%17.9
%22.84
%36.47

Codes

Color #A2857D in popluar color models

A2 85 7D
RGB 162 133 125
HSL 13° 16.59% 56.27%
HSB/HSV 13° 22.84% 63.53%
CMYK 0.00% 17.90% 22.84%
36.47%

Color #A2857D in popluar number systems.

HEX A2 85 7D
Decimal 162 133 125
Binary 10100010 10000101 1111101
Octal 242 205 175

Shades and tints

Shades of #A2857D

#A2857D
(162,133,125)
#947972
(148,121,114)
#866D67
(134,109,103)
#78615C
(120,97,92)
#6A5551
(106,85,81)
#5C4946
(92,73,70)
#4E3D3B
(78,61,59)
#403130
(64,49,48)
#322525
(50,37,37)
#24191A
(36,25,26)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #A2857D

#A2857D
(162,133,125)
#AA9088
(170,144,136)
#B29B93
(178,155,147)
#BAA69E
(186,166,158)
#C2B1A9
(194,177,169)
#CABCB4
(202,188,180)
#D2C7BF
(210,199,191)
#DAD2CA
(218,210,202)
#E2DDD5
(226,221,213)
#EAE8E0
(234,232,224)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2857D; }

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

This text font color is #A2857D.

Background Color

.myBgColor { background-color: #A2857D; }

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

This div background color is #A2857D.

Border color

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

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

This div border color is #A2857D.

Opacity

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

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

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

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

This text has shadow with #A2857D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2857D.

Preview

Color preview on black background

This text has color #A2857D on black background.


Color preview on white background

This text has color #A2857D on white background.


Black color preview on #A2857D background

This text has black color on #A2857D background.


White color preview on #A2857D background

This text has white color on #A2857D background.


Related colors

Complementary color

Complementary color for #hex is #5D7A82.


I love getcolorcode.com

Triadic colors

1 #7DA285 and #857DA2 with #A2857D are triadic colors.

2 #7D85A2 and #85A27D with #A2857D are triadic colors.