COLOR #A1797D

HEX: #A1797D
RGB: (161,121,125)

Color info

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

RGB color model

#A1797D color RGB value is (161,121,125).

  • red value is 161;
  • green value is 121;
  • blue value is 125.
RGB:
(161,121,125)
(63%,47%,49%)

RGB channels and saturation

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

161
121
125

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

Portions of RGB colors in percentages

R + G + B =
161 + 121 + 125 = 407 (100%)
R 161 of 407 ~ 39.56%
G 121 of 407 ~ 29.73%
B 125 of 407 ~ 30.71%

%39.56
%29.73
%30.71

CMYK color model

#A1797D color CMYK value is (0,25,22,37).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 22.36%
  • key color value is 36.86%
CMYK:
(0,25,22,37)
C0M25Y22K37 
(0%,25%,22%,37%)
(0.00/0.25/0.22/0.37)	

CMYK percentages

%0
%24.84
%22.36
%36.86

Codes

Color #A1797D in popluar color models

A1797D
RGB161121125
HSL354°17.54%55.29%
HSB/HSV354°24.84%63.14%
CMYK0.00%24.84%22.36%
36.86%

Color #A1797D in popluar number systems.

HEXA1797D
Decimal161121125
Binary1010000111110011111101
Octal241171175

Shades and tints

Shades of #A1797D

#A1797D
(161,121,125)
#936E72
(147,110,114)
#856367
(133,99,103)
#77585C
(119,88,92)
#694D51
(105,77,81)
#5B4246
(91,66,70)
#4D373B
(77,55,59)
#3F2C30
(63,44,48)
#312125
(49,33,37)
#23161A
(35,22,26)
#150B0F
(21,11,15)
#000000
(0,0,0)

Tints of #A1797D

#A1797D
(161,121,125)
#A98588
(169,133,136)
#B19193
(177,145,147)
#B99D9E
(185,157,158)
#C1A9A9
(193,169,169)
#C9B5B4
(201,181,180)
#D1C1BF
(209,193,191)
#D9CDCA
(217,205,202)
#E1D9D5
(225,217,213)
#E9E5E0
(233,229,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1797D; }

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

This text font color is #A1797D.


Background Color

.myBgColor { background-color: #A1797D; }

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

This div background color is #A1797D.


Border color

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

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

This div border color is #A1797D.


Opacity

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

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

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

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

This text has shadow with #A1797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1797D on black background.


Color preview on white background

This text has color #A1797D on white background.



Black color preview on #A1797D background

This text has black color on #A1797D background.


White color preview on #A1797D background

This text has white color on #A1797D background.