COLOR #A2474E

HEX: #A2474E RGB: (162,71,78)

Color info

#A2474E contains mainly red color. Web safe color of #A2474E is #993366 (or #936).

RGB color model

#A2474E color RGB value is (162,71,78).

RGB: (162,71,78) (64%, 28%, 31%)

RGB channels and saturation

R 162 of 255 = 64%
G 71 of 255 = 28%
B 78 of 255 = 31%

162
71
78

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

Portions of RGB colors in percentages

R + G + B = 162 + 71 + 78 = 311 (100%)
R 162 of 311 ~ 52.09%
G 71 of 311 ~ 22.83%
B 78 of 311 ~ 25.08'%

%52.09
%22.83
%25.08

CMYK color model

#A2474E color CMYK value is (0,56,52,36).

  • cyan value is 0.00%
  • magenta value is 56.17%
  • yellow value is 51.85%
  • key color value is 36.47%
CMYK: (0,56,52,36) C0M56Y52K36 (0%,56%,52%,36%) (0.00/0.56/0.52/0.36) 

CMYK percentages

%0
%56.17
%51.85
%36.47

Codes

Color #A2474E in popluar color models

A2 47 4E
RGB 162 71 78
HSL 355° 39.06% 45.69%
HSB/HSV 355° 56.17% 63.53%
CMYK 0.00% 56.17% 51.85%
36.47%

Color #A2474E in popluar number systems.

HEX A2 47 4E
Decimal 162 71 78
Binary 10100010 1000111 1001110
Octal 242 107 116

Shades and tints

Shades of #A2474E

#A2474E
(162,71,78)
#944147
(148,65,71)
#863B40
(134,59,64)
#783539
(120,53,57)
#6A2F32
(106,47,50)
#5C292B
(92,41,43)
#4E2324
(78,35,36)
#401D1D
(64,29,29)
#321716
(50,23,22)
#24110F
(36,17,15)
#160B08
(22,11,8)
#000000
(0,0,0)

Tints of #A2474E

#A2474E
(162,71,78)
#AA575E
(170,87,94)
#B2676E
(178,103,110)
#BA777E
(186,119,126)
#C2878E
(194,135,142)
#CA979E
(202,151,158)
#D2A7AE
(210,167,174)
#DAB7BE
(218,183,190)
#E2C7CE
(226,199,206)
#EAD7DE
(234,215,222)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2474E color. Also use rgb(162,71,78) instead hex code.

Text Font Color

.myTextColor { color: #A2474E; }

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

This text font color is #A2474E.

Background Color

.myBgColor { background-color: #A2474E; }

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

This div background color is #A2474E.

Border color

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

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

This div border color is #A2474E.

Opacity

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

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

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

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

This text has shadow with #A2474E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2474E.

Preview

Color preview on black background

This text has color #A2474E on black background.


Color preview on white background

This text has color #A2474E on white background.


Black color preview on #A2474E background

This text has black color on #A2474E background.


White color preview on #A2474E background

This text has white color on #A2474E background.


Related colors

Complementary color

Complementary color for #hex is #5DB8B1.


I love getcolorcode.com

Triadic colors

1 #4EA247 and #474EA2 with #A2474E are triadic colors.

2 #4E47A2 and #47A24E with #A2474E are triadic colors.