COLOR #A1585E

HEX: #A1585E RGB: (161,88,94)

Color info

#A1585E contains mainly red color. Web safe color of #A1585E is #996666 (or #966).

RGB color model

#A1585E color RGB value is (161,88,94).

RGB: (161,88,94) (63%, 35%, 37%)

RGB channels and saturation

R 161 of 255 = 63%
G 88 of 255 = 35%
B 94 of 255 = 37%

161
88
94

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

Portions of RGB colors in percentages

R + G + B = 161 + 88 + 94 = 343 (100%)
R 161 of 343 ~ 46.94%
G 88 of 343 ~ 25.66%
B 94 of 343 ~ 27.41'%

%46.94
%25.66
%27.41

CMYK color model

#A1585E color CMYK value is (0,45,42,37).

  • cyan value is 0.00%
  • magenta value is 45.34%
  • yellow value is 41.61%
  • key color value is 36.86%

CMYK: (0,45,42,37)
C0M45Y42K37 (0%, 45%, 42%, 37%)
(0.00 / 0.45 / 0.42 / 0.37)

CMYK percentages

%0
%45.34
%41.61
%36.86

Codes

Color #A1585E in popluar color models

A1 58 5E
RGB 161 88 94
HSL 355° 29.32% 48.82%
HSB/HSV 355° 45.34% 63.14%
CMYK 0.00% 45.34% 41.61%
36.86%

Color #A1585E in popluar number systems.

HEX A1 58 5E
Decimal 161 88 94
Binary 10100001 1011000 1011110
Octal 241 130 136

Shades and tints

Shades of #A1585E

#A1585E
(161,88,94)
#935056
(147,80,86)
#85484E
(133,72,78)
#774046
(119,64,70)
#69383E
(105,56,62)
#5B3036
(91,48,54)
#4D282E
(77,40,46)
#3F2026
(63,32,38)
#31181E
(49,24,30)
#231016
(35,16,22)
#15080E
(21,8,14)
#000000
(0,0,0)

Tints of #A1585E

#A1585E
(161,88,94)
#A9676C
(169,103,108)
#B1767A
(177,118,122)
#B98588
(185,133,136)
#C19496
(193,148,150)
#C9A3A4
(201,163,164)
#D1B2B2
(209,178,178)
#D9C1C0
(217,193,192)
#E1D0CE
(225,208,206)
#E9DFDC
(233,223,220)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1585E color. Also use rgb(161,88,94) instead hex code.

Text Font Color

.myTextColor { color: #A1585E; }

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

This text font color is #A1585E.

Background Color

.myBgColor { background-color: #A1585E; }

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

This div background color is #A1585E.

Border color

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

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

This div border color is #A1585E.

Opacity

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

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

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

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

This text has shadow with #A1585E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1585E.

Preview

Color preview on black background

This text has color #A1585E on black background.


Color preview on white background

This text has color #A1585E on white background.


Black color preview on #A1585E background

This text has black color on #A1585E background.


White color preview on #A1585E background

This text has white color on #A1585E background.


Related colors

Complementary color

Complementary color for #hex is #5EA7A1.


I love getcolorcode.com

Triadic colors

1 #5EA158 and #585EA1 with #A1585E are triadic colors.

2 #5E58A1 and #58A15E with #A1585E are triadic colors.