COLOR #A17A4C

HEX: #A17A4C
RGB: (161,122,76)

Color info

#A17A4C contains mainly red and green colors. Web safe color of #A17A4C is #996633 (or #963).

RGB color model

#A17A4C color RGB value is (161,122,76).

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

RGB channels and saturation

R 161 of 255 = 63%
G 122 of 255 = 48%
B 76 of 255 = 30%

161
122
76

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

Portions of RGB colors in percentages

R + G + B =
161 + 122 + 76 = 359 (100%)
R 161 of 359 ~ 44.85%
G 122 of 359 ~ 33.98%
B 76 of 359 ~ 21.17%

%44.85
%33.98
%21.17

CMYK color model

#A17A4C color CMYK value is (0,24,53,37).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 52.80%
  • key color value is 36.86%
CMYK:
(0,24,53,37)
C0M24Y53K37 
(0%,24%,53%,37%)
(0.00/0.24/0.53/0.37)	

CMYK percentages

%0
%24.22
%52.8
%36.86

Codes

Color #A17A4C in popluar color models

A17A4C
RGB16112276
HSL32°35.86%46.47%
HSB/HSV32°52.80%63.14%
CMYK0.00%24.22%52.80%
36.86%

Color #A17A4C in popluar number systems.

HEXA17A4C
Decimal16112276
Binary1010000111110101001100
Octal241172114

Shades and tints

Shades of #A17A4C

#A17A4C
(161,122,76)
#936F46
(147,111,70)
#856440
(133,100,64)
#77593A
(119,89,58)
#694E34
(105,78,52)
#5B432E
(91,67,46)
#4D3828
(77,56,40)
#3F2D22
(63,45,34)
#31221C
(49,34,28)
#231716
(35,23,22)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #A17A4C

#A17A4C
(161,122,76)
#A9865C
(169,134,92)
#B1926C
(177,146,108)
#B99E7C
(185,158,124)
#C1AA8C
(193,170,140)
#C9B69C
(201,182,156)
#D1C2AC
(209,194,172)
#D9CEBC
(217,206,188)
#E1DACC
(225,218,204)
#E9E6DC
(233,230,220)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17A4C; }

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

This text font color is #A17A4C.


Background Color

.myBgColor { background-color: #A17A4C; }

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

This div background color is #A17A4C.


Border color

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

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

This div border color is #A17A4C.


Opacity

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

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

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

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

This text has shadow with #A17A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17A4C on black background.


Color preview on white background

This text has color #A17A4C on white background.



Black color preview on #A17A4C background

This text has black color on #A17A4C background.


White color preview on #A17A4C background

This text has white color on #A17A4C background.