COLOR #A2788D

HEX: #A2788D RGB: (162,120,141)

Color info

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

RGB color model

#A2788D color RGB value is (162,120,141).

RGB: (162,120,141) (64%, 47%, 55%)

RGB channels and saturation

R 162 of 255 = 64%
G 120 of 255 = 47%
B 141 of 255 = 55%

162
120
141

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

Portions of RGB colors in percentages

R + G + B = 162 + 120 + 141 = 423 (100%)
R 162 of 423 ~ 38.3%
G 120 of 423 ~ 28.37%
B 141 of 423 ~ 33.33'%

%38.3
%28.37
%33.33

CMYK color model

#A2788D color CMYK value is (0,26,13,36).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 12.96%
  • key color value is 36.47%

CMYK: (0,26,13,36)
C0M26Y13K36 (0%, 26%, 13%, 36%)
(0.00 / 0.26 / 0.13 / 0.36)

CMYK percentages

%0
%25.93
%12.96
%36.47

Codes

Color #A2788D in popluar color models

A2 78 8D
RGB 162 120 141
HSL 330° 18.42% 55.29%
HSB/HSV 330° 25.93% 63.53%
CMYK 0.00% 25.93% 12.96%
36.47%

Color #A2788D in popluar number systems.

HEX A2 78 8D
Decimal 162 120 141
Binary 10100010 1111000 10001101
Octal 242 170 215

Shades and tints

Shades of #A2788D

#A2788D
(162,120,141)
#946E81
(148,110,129)
#866475
(134,100,117)
#785A69
(120,90,105)
#6A505D
(106,80,93)
#5C4651
(92,70,81)
#4E3C45
(78,60,69)
#403239
(64,50,57)
#32282D
(50,40,45)
#241E21
(36,30,33)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #A2788D

#A2788D
(162,120,141)
#AA8497
(170,132,151)
#B290A1
(178,144,161)
#BA9CAB
(186,156,171)
#C2A8B5
(194,168,181)
#CAB4BF
(202,180,191)
#D2C0C9
(210,192,201)
#DACCD3
(218,204,211)
#E2D8DD
(226,216,221)
#EAE4E7
(234,228,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2788D color. Also use rgb(162,120,141) instead hex code.

Text Font Color

.myTextColor { color: #A2788D; }

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

This text font color is #A2788D.

Background Color

.myBgColor { background-color: #A2788D; }

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

This div background color is #A2788D.

Border color

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

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

This div border color is #A2788D.

Opacity

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

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

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

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

This text has shadow with #A2788D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2788D.

Preview

Color preview on black background

This text has color #A2788D on black background.


Color preview on white background

This text has color #A2788D on white background.


Black color preview on #A2788D background

This text has black color on #A2788D background.


White color preview on #A2788D background

This text has white color on #A2788D background.


Related colors

Complementary color

Complementary color for #hex is #5D8772.


I love getcolorcode.com

Triadic colors

1 #8DA278 and #788DA2 with #A2788D are triadic colors.

2 #8D78A2 and #78A28D with #A2788D are triadic colors.