COLOR #A2787C

HEX: #A2787C RGB: (162,120,124)

Color info

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

RGB color model

#A2787C color RGB value is (162,120,124).

RGB: (162,120,124) (64%, 47%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 120 of 255 = 47%
B 124 of 255 = 49%

162
120
124

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

Portions of RGB colors in percentages

R + G + B = 162 + 120 + 124 = 406 (100%)
R 162 of 406 ~ 39.9%
G 120 of 406 ~ 29.56%
B 124 of 406 ~ 30.54'%

%39.9
%29.56
%30.54

CMYK color model

#A2787C color CMYK value is (0,26,23,36).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 23.46%
  • key color value is 36.47%
CMYK: (0,26,23,36) C0M26Y23K36 (0%,26%,23%,36%) (0.00/0.26/0.23/0.36) 

CMYK percentages

%0
%25.93
%23.46
%36.47

Codes

Color #A2787C in popluar color models

A2 78 7C
RGB 162 120 124
HSL 354° 18.42% 55.29%
HSB/HSV 354° 25.93% 63.53%
CMYK 0.00% 25.93% 23.46%
36.47%

Color #A2787C in popluar number systems.

HEX A2 78 7C
Decimal 162 120 124
Binary 10100010 1111000 1111100
Octal 242 170 174

Shades and tints

Shades of #A2787C

#A2787C
(162,120,124)
#946E71
(148,110,113)
#866466
(134,100,102)
#785A5B
(120,90,91)
#6A5050
(106,80,80)
#5C4645
(92,70,69)
#4E3C3A
(78,60,58)
#40322F
(64,50,47)
#322824
(50,40,36)
#241E19
(36,30,25)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #A2787C

#A2787C
(162,120,124)
#AA8487
(170,132,135)
#B29092
(178,144,146)
#BA9C9D
(186,156,157)
#C2A8A8
(194,168,168)
#CAB4B3
(202,180,179)
#D2C0BE
(210,192,190)
#DACCC9
(218,204,201)
#E2D8D4
(226,216,212)
#EAE4DF
(234,228,223)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2787C; }

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

This text font color is #A2787C.

Background Color

.myBgColor { background-color: #A2787C; }

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

This div background color is #A2787C.

Border color

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

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

This div border color is #A2787C.

Opacity

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

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

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

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

This text has shadow with #A2787C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2787C.

Preview

Color preview on black background

This text has color #A2787C on black background.


Color preview on white background

This text has color #A2787C on white background.


Black color preview on #A2787C background

This text has black color on #A2787C background.


White color preview on #A2787C background

This text has white color on #A2787C background.


Related colors

Complementary color

Complementary color for #hex is #5D8783.


I love getcolorcode.com

Triadic colors

1 #7CA278 and #787CA2 with #A2787C are triadic colors.

2 #7C78A2 and #78A27C with #A2787C are triadic colors.