COLOR #A1897A

HEX: #A1897A RGB: (161,137,122)

Color info

#A1897A contains red, green and blue colors in about the same proportion. Web safe color of #A1897A is #999966 (or #996).

RGB color model

#A1897A color RGB value is (161,137,122).

RGB: (161,137,122) (63%, 54%, 48%)

RGB channels and saturation

R 161 of 255 = 63%
G 137 of 255 = 54%
B 122 of 255 = 48%

161
137
122

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

Portions of RGB colors in percentages

R + G + B = 161 + 137 + 122 = 420 (100%)
R 161 of 420 ~ 38.33%
G 137 of 420 ~ 32.62%
B 122 of 420 ~ 29.05'%

%38.33
%32.62
%29.05

CMYK color model

#A1897A color CMYK value is (0,15,24,37).

  • cyan value is 0.00%
  • magenta value is 14.91%
  • yellow value is 24.22%
  • key color value is 36.86%
CMYK: (0,15,24,37) C0M15Y24K37 (0%,15%,24%,37%) (0.00/0.15/0.24/0.37) 

CMYK percentages

%0
%14.91
%24.22
%36.86

Codes

Color #A1897A in popluar color models

A1 89 7A
RGB 161 137 122
HSL 23° 17.18% 55.49%
HSB/HSV 23° 24.22% 63.14%
CMYK 0.00% 14.91% 24.22%
36.86%

Color #A1897A in popluar number systems.

HEX A1 89 7A
Decimal 161 137 122
Binary 10100001 10001001 1111010
Octal 241 211 172

Shades and tints

Shades of #A1897A

#A1897A
(161,137,122)
#937D6F
(147,125,111)
#857164
(133,113,100)
#776559
(119,101,89)
#69594E
(105,89,78)
#5B4D43
(91,77,67)
#4D4138
(77,65,56)
#3F352D
(63,53,45)
#312922
(49,41,34)
#231D17
(35,29,23)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #A1897A

#A1897A
(161,137,122)
#A99386
(169,147,134)
#B19D92
(177,157,146)
#B9A79E
(185,167,158)
#C1B1AA
(193,177,170)
#C9BBB6
(201,187,182)
#D1C5C2
(209,197,194)
#D9CFCE
(217,207,206)
#E1D9DA
(225,217,218)
#E9E3E6
(233,227,230)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1897A color. Also use rgb(161,137,122) instead hex code.

Text Font Color

.myTextColor { color: #A1897A; }

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

This text font color is #A1897A.

Background Color

.myBgColor { background-color: #A1897A; }

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

This div background color is #A1897A.

Border color

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

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

This div border color is #A1897A.

Opacity

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

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

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

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

This text has shadow with #A1897A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1897A.

Preview

Color preview on black background

This text has color #A1897A on black background.


Color preview on white background

This text has color #A1897A on white background.


Black color preview on #A1897A background

This text has black color on #A1897A background.


White color preview on #A1897A background

This text has white color on #A1897A background.


Related colors

Complementary color

Complementary color for #hex is #5E7685.


I love getcolorcode.com

Triadic colors

1 #7AA189 and #897AA1 with #A1897A are triadic colors.

2 #7A89A1 and #89A17A with #A1897A are triadic colors.