COLOR #A2594A

HEX: #A2594A RGB: (162,89,74)

Color info

#A2594A contains mainly red color. Web safe color of #A2594A is #996633 (or #963).

RGB color model

#A2594A color RGB value is (162,89,74).

RGB: (162,89,74) (64%, 35%, 29%)

RGB channels and saturation

R 162 of 255 = 64%
G 89 of 255 = 35%
B 74 of 255 = 29%

162
89
74

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

Portions of RGB colors in percentages

R + G + B = 162 + 89 + 74 = 325 (100%)
R 162 of 325 ~ 49.85%
G 89 of 325 ~ 27.38%
B 74 of 325 ~ 22.77'%

%49.85
%27.38
%22.77

CMYK color model

#A2594A color CMYK value is (0,45,54,36).

  • cyan value is 0.00%
  • magenta value is 45.06%
  • yellow value is 54.32%
  • key color value is 36.47%

CMYK: (0,45,54,36)
C0M45Y54K36 (0%, 45%, 54%, 36%)
(0.00 / 0.45 / 0.54 / 0.36)

CMYK percentages

%0
%45.06
%54.32
%36.47

Codes

Color #A2594A in popluar color models

A2 59 4A
RGB 162 89 74
HSL 10° 37.29% 46.27%
HSB/HSV 10° 54.32% 63.53%
CMYK 0.00% 45.06% 54.32%
36.47%

Color #A2594A in popluar number systems.

HEX A2 59 4A
Decimal 162 89 74
Binary 10100010 1011001 1001010
Octal 242 131 112

Shades and tints

Shades of #A2594A

#A2594A
(162,89,74)
#945144
(148,81,68)
#86493E
(134,73,62)
#784138
(120,65,56)
#6A3932
(106,57,50)
#5C312C
(92,49,44)
#4E2926
(78,41,38)
#402120
(64,33,32)
#32191A
(50,25,26)
#241114
(36,17,20)
#16090E
(22,9,14)
#000000
(0,0,0)

Tints of #A2594A

#A2594A
(162,89,74)
#AA685A
(170,104,90)
#B2776A
(178,119,106)
#BA867A
(186,134,122)
#C2958A
(194,149,138)
#CAA49A
(202,164,154)
#D2B3AA
(210,179,170)
#DAC2BA
(218,194,186)
#E2D1CA
(226,209,202)
#EAE0DA
(234,224,218)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2594A color. Also use rgb(162,89,74) instead hex code.

Text Font Color

.myTextColor { color: #A2594A; }

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

This text font color is #A2594A.

Background Color

.myBgColor { background-color: #A2594A; }

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

This div background color is #A2594A.

Border color

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

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

This div border color is #A2594A.

Opacity

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

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

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

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

This text has shadow with #A2594A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2594A.

Preview

Color preview on black background

This text has color #A2594A on black background.


Color preview on white background

This text has color #A2594A on white background.


Black color preview on #A2594A background

This text has black color on #A2594A background.


White color preview on #A2594A background

This text has white color on #A2594A background.


Related colors

Complementary color

Complementary color for #hex is #5DA6B5.


I love getcolorcode.com

Triadic colors

1 #4AA259 and #594AA2 with #A2594A are triadic colors.

2 #4A59A2 and #59A24A with #A2594A are triadic colors.