COLOR #A17A74

HEX: #A17A74
RGB: (161,122,116)

Color info

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

RGB color model

#A17A74 color RGB value is (161,122,116).

  • red value is 161;
  • green value is 122;
  • blue value is 116.
RGB:
(161,122,116)
(63%,48%,45%)

RGB channels and saturation

R 161 of 255 = 63%
G 122 of 255 = 48%
B 116 of 255 = 45%

161
122
116

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

Portions of RGB colors in percentages

R + G + B =
161 + 122 + 116 = 399 (100%)
R 161 of 399 ~ 40.35%
G 122 of 399 ~ 30.58%
B 116 of 399 ~ 29.07%

%40.35
%30.58
%29.07

CMYK color model

#A17A74 color CMYK value is (0,24,28,37).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 27.95%
  • key color value is 36.86%
CMYK:
(0,24,28,37)
C0M24Y28K37 
(0%,24%,28%,37%)
(0.00/0.24/0.28/0.37)	

CMYK percentages

%0
%24.22
%27.95
%36.86

Codes

Color #A17A74 in popluar color models

A17A74
RGB161122116
HSL19.31%54.31%
HSB/HSV27.95%63.14%
CMYK0.00%24.22%27.95%
36.86%

Color #A17A74 in popluar number systems.

HEXA17A74
Decimal161122116
Binary1010000111110101110100
Octal241172164

Shades and tints

Shades of #A17A74

#A17A74
(161,122,116)
#936F6A
(147,111,106)
#856460
(133,100,96)
#775956
(119,89,86)
#694E4C
(105,78,76)
#5B4342
(91,67,66)
#4D3838
(77,56,56)
#3F2D2E
(63,45,46)
#312224
(49,34,36)
#23171A
(35,23,26)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #A17A74

#A17A74
(161,122,116)
#A98680
(169,134,128)
#B1928C
(177,146,140)
#B99E98
(185,158,152)
#C1AAA4
(193,170,164)
#C9B6B0
(201,182,176)
#D1C2BC
(209,194,188)
#D9CEC8
(217,206,200)
#E1DAD4
(225,218,212)
#E9E6E0
(233,230,224)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17A74; }

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

This text font color is #A17A74.


Background Color

.myBgColor { background-color: #A17A74; }

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

This div background color is #A17A74.


Border color

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

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

This div border color is #A17A74.


Opacity

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

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

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

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

This text has shadow with #A17A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17A74 on black background.


Color preview on white background

This text has color #A17A74 on white background.



Black color preview on #A17A74 background

This text has black color on #A17A74 background.


White color preview on #A17A74 background

This text has white color on #A17A74 background.