COLOR #A1797C

HEX: #A1797C RGB: (161,121,124)

Color info

#A1797C contains red, green and blue colors in about the same proportion. Web safe color of #A1797C is #996666 (or #966).

RGB color model

#A1797C color RGB value is (161,121,124).

RGB: (161,121,124) (63%, 47%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 121 of 255 = 47%
B 124 of 255 = 49%

161
121
124

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

Portions of RGB colors in percentages

R + G + B = 161 + 121 + 124 = 406 (100%)
R 161 of 406 ~ 39.66%
G 121 of 406 ~ 29.8%
B 124 of 406 ~ 30.54'%

%39.66
%29.8
%30.54

CMYK color model

#A1797C color CMYK value is (0,25,23,37).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 22.98%
  • key color value is 36.86%

CMYK: (0,25,23,37)
C0M25Y23K37 (0%, 25%, 23%, 37%)
(0.00 / 0.25 / 0.23 / 0.37)

CMYK percentages

%0
%24.84
%22.98
%36.86

Codes

Color #A1797C in popluar color models

A1 79 7C
RGB 161 121 124
HSL 356° 17.54% 55.29%
HSB/HSV 356° 24.84% 63.14%
CMYK 0.00% 24.84% 22.98%
36.86%

Color #A1797C in popluar number systems.

HEX A1 79 7C
Decimal 161 121 124
Binary 10100001 1111001 1111100
Octal 241 171 174

Shades and tints

Shades of #A1797C

#A1797C
(161,121,124)
#936E71
(147,110,113)
#856366
(133,99,102)
#77585B
(119,88,91)
#694D50
(105,77,80)
#5B4245
(91,66,69)
#4D373A
(77,55,58)
#3F2C2F
(63,44,47)
#312124
(49,33,36)
#231619
(35,22,25)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #A1797C

#A1797C
(161,121,124)
#A98587
(169,133,135)
#B19192
(177,145,146)
#B99D9D
(185,157,157)
#C1A9A8
(193,169,168)
#C9B5B3
(201,181,179)
#D1C1BE
(209,193,190)
#D9CDC9
(217,205,201)
#E1D9D4
(225,217,212)
#E9E5DF
(233,229,223)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1797C color. Also use rgb(161,121,124) instead hex code.

Text Font Color

.myTextColor { color: #A1797C; }

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

This text font color is #A1797C.

Background Color

.myBgColor { background-color: #A1797C; }

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

This div background color is #A1797C.

Border color

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

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

This div border color is #A1797C.

Opacity

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

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

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

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

This text has shadow with #A1797C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1797C.

Preview

Color preview on black background

This text has color #A1797C on black background.


Color preview on white background

This text has color #A1797C on white background.


Black color preview on #A1797C background

This text has black color on #A1797C background.


White color preview on #A1797C background

This text has white color on #A1797C background.


Related colors

Complementary color

Complementary color for #hex is #5E8683.


I love getcolorcode.com

Triadic colors

1 #7CA179 and #797CA1 with #A1797C are triadic colors.

2 #7C79A1 and #79A17C with #A1797C are triadic colors.