COLOR #A1594B

HEX: #A1594B RGB: (161,89,75)

Color info

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

RGB color model

#A1594B color RGB value is (161,89,75).

RGB: (161,89,75) (63%, 35%, 29%)

RGB channels and saturation

R 161 of 255 = 63%
G 89 of 255 = 35%
B 75 of 255 = 29%

161
89
75

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

Portions of RGB colors in percentages

R + G + B = 161 + 89 + 75 = 325 (100%)
R 161 of 325 ~ 49.54%
G 89 of 325 ~ 27.38%
B 75 of 325 ~ 23.08'%

%49.54
%27.38
%23.08

CMYK color model

#A1594B color CMYK value is (0,45,53,37).

  • cyan value is 0.00%
  • magenta value is 44.72%
  • yellow value is 53.42%
  • key color value is 36.86%

CMYK: (0,45,53,37)
C0M45Y53K37 (0%, 45%, 53%, 37%)
(0.00 / 0.45 / 0.53 / 0.37)

CMYK percentages

%0
%44.72
%53.42
%36.86

Codes

Color #A1594B in popluar color models

A1 59 4B
RGB 161 89 75
HSL 10° 36.44% 46.27%
HSB/HSV 10° 53.42% 63.14%
CMYK 0.00% 44.72% 53.42%
36.86%

Color #A1594B in popluar number systems.

HEX A1 59 4B
Decimal 161 89 75
Binary 10100001 1011001 1001011
Octal 241 131 113

Shades and tints

Shades of #A1594B

#A1594B
(161,89,75)
#935145
(147,81,69)
#85493F
(133,73,63)
#774139
(119,65,57)
#693933
(105,57,51)
#5B312D
(91,49,45)
#4D2927
(77,41,39)
#3F2121
(63,33,33)
#31191B
(49,25,27)
#231115
(35,17,21)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #A1594B

#A1594B
(161,89,75)
#A9685B
(169,104,91)
#B1776B
(177,119,107)
#B9867B
(185,134,123)
#C1958B
(193,149,139)
#C9A49B
(201,164,155)
#D1B3AB
(209,179,171)
#D9C2BB
(217,194,187)
#E1D1CB
(225,209,203)
#E9E0DB
(233,224,219)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1594B color. Also use rgb(161,89,75) instead hex code.

Text Font Color

.myTextColor { color: #A1594B; }

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

This text font color is #A1594B.

Background Color

.myBgColor { background-color: #A1594B; }

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

This div background color is #A1594B.

Border color

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

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

This div border color is #A1594B.

Opacity

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

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

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

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

This text has shadow with #A1594B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1594B.

Preview

Color preview on black background

This text has color #A1594B on black background.


Color preview on white background

This text has color #A1594B on white background.


Black color preview on #A1594B background

This text has black color on #A1594B background.


White color preview on #A1594B background

This text has white color on #A1594B background.


Related colors

Complementary color

Complementary color for #hex is #5EA6B4.


I love getcolorcode.com

Triadic colors

1 #4BA159 and #594BA1 with #A1594B are triadic colors.

2 #4B59A1 and #59A14B with #A1594B are triadic colors.