COLOR #A1957A

HEX: #A1957A RGB: (161,149,122)

Color info

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

RGB color model

#A1957A color RGB value is (161,149,122).

RGB: (161,149,122) (63%, 58%, 48%)

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 122 of 255 = 48%

161
149
122

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

Portions of RGB colors in percentages

R + G + B = 161 + 149 + 122 = 432 (100%)
R 161 of 432 ~ 37.27%
G 149 of 432 ~ 34.49%
B 122 of 432 ~ 28.24'%

%37.27
%34.49
%28.24

CMYK color model

#A1957A color CMYK value is (0,7,24,37).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 24.22%
  • key color value is 36.86%

CMYK: (0,7,24,37)
C0M7Y24K37 (0%, 7%, 24%, 37%)
(0.00 / 0.07 / 0.24 / 0.37)

CMYK percentages

%0
%7.45
%24.22
%36.86

Codes

Color #A1957A in popluar color models

A1 95 7A
RGB 161 149 122
HSL 42° 17.18% 55.49%
HSB/HSV 42° 24.22% 63.14%
CMYK 0.00% 7.45% 24.22%
36.86%

Color #A1957A in popluar number systems.

HEX A1 95 7A
Decimal 161 149 122
Binary 10100001 10010101 1111010
Octal 241 225 172

Shades and tints

Shades of #A1957A

#A1957A
(161,149,122)
#93886F
(147,136,111)
#857B64
(133,123,100)
#776E59
(119,110,89)
#69614E
(105,97,78)
#5B5443
(91,84,67)
#4D4738
(77,71,56)
#3F3A2D
(63,58,45)
#312D22
(49,45,34)
#232017
(35,32,23)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #A1957A

#A1957A
(161,149,122)
#A99E86
(169,158,134)
#B1A792
(177,167,146)
#B9B09E
(185,176,158)
#C1B9AA
(193,185,170)
#C9C2B6
(201,194,182)
#D1CBC2
(209,203,194)
#D9D4CE
(217,212,206)
#E1DDDA
(225,221,218)
#E9E6E6
(233,230,230)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1957A; }

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

This text font color is #A1957A.

Background Color

.myBgColor { background-color: #A1957A; }

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

This div background color is #A1957A.

Border color

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

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

This div border color is #A1957A.

Opacity

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

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

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

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

This text has shadow with #A1957A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1957A.

Preview

Color preview on black background

This text has color #A1957A on black background.


Color preview on white background

This text has color #A1957A on white background.


Black color preview on #A1957A background

This text has black color on #A1957A background.


White color preview on #A1957A background

This text has white color on #A1957A background.


Related colors

Complementary color

Complementary color for #hex is #5E6A85.


I love getcolorcode.com

Triadic colors

1 #7AA195 and #957AA1 with #A1957A are triadic colors.

2 #7A95A1 and #95A17A with #A1957A are triadic colors.