COLOR #A17979

HEX: #A17979
RGB: (161,121,121)

Color info

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

RGB color model

#A17979 color RGB value is (161,121,121).

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

RGB channels and saturation

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

161
121
121

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

Portions of RGB colors in percentages

R + G + B =
161 + 121 + 121 = 403 (100%)
R 161 of 403 ~ 39.95%
G 121 of 403 ~ 30.02%
B 121 of 403 ~ 30.02%

%39.95
%30.02
%30.02

CMYK color model

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

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

CMYK percentages

%0
%24.84
%24.84
%36.86

Codes

Color #A17979 in popluar color models

A17979
RGB161121121
HSL17.54%55.29%
HSB/HSV24.84%63.14%
CMYK0.00%24.84%24.84%
36.86%

Color #A17979 in popluar number systems.

HEXA17979
Decimal161121121
Binary1010000111110011111001
Octal241171171

Shades and tints

Shades of #A17979

#A17979
(161,121,121)
#936E6E
(147,110,110)
#856363
(133,99,99)
#775858
(119,88,88)
#694D4D
(105,77,77)
#5B4242
(91,66,66)
#4D3737
(77,55,55)
#3F2C2C
(63,44,44)
#312121
(49,33,33)
#231616
(35,22,22)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #A17979

#A17979
(161,121,121)
#A98585
(169,133,133)
#B19191
(177,145,145)
#B99D9D
(185,157,157)
#C1A9A9
(193,169,169)
#C9B5B5
(201,181,181)
#D1C1C1
(209,193,193)
#D9CDCD
(217,205,205)
#E1D9D9
(225,217,217)
#E9E5E5
(233,229,229)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17979; }

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

This text font color is #A17979.


Background Color

.myBgColor { background-color: #A17979; }

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

This div background color is #A17979.


Border color

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

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

This div border color is #A17979.


Opacity

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

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

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

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

This text has shadow with #A17979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17979 on black background.


Color preview on white background

This text has color #A17979 on white background.



Black color preview on #A17979 background

This text has black color on #A17979 background.


White color preview on #A17979 background

This text has white color on #A17979 background.