COLOR #A17A38

HEX: #A17A38
RGB: (161,122,56)

Color info

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

RGB color model

#A17A38 color RGB value is (161,122,56).

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

RGB channels and saturation

R 161 of 255 = 63%
G 122 of 255 = 48%
B 56 of 255 = 22%

161
122
56

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

Portions of RGB colors in percentages

R + G + B =
161 + 122 + 56 = 339 (100%)
R 161 of 339 ~ 47.49%
G 122 of 339 ~ 35.99%
B 56 of 339 ~ 16.52%

%47.49
%35.99
%16.52

CMYK color model

#A17A38 color CMYK value is (0,24,65,37).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 65.22%
  • key color value is 36.86%
CMYK:
(0,24,65,37)
C0M24Y65K37 
(0%,24%,65%,37%)
(0.00/0.24/0.65/0.37)	

CMYK percentages

%0
%24.22
%65.22
%36.86

Codes

Color #A17A38 in popluar color models

A17A38
RGB16112256
HSL38°48.39%42.55%
HSB/HSV38°65.22%63.14%
CMYK0.00%24.22%65.22%
36.86%

Color #A17A38 in popluar number systems.

HEXA17A38
Decimal16112256
Binary101000011111010111000
Octal24117270

Shades and tints

Shades of #A17A38

#A17A38
(161,122,56)
#936F33
(147,111,51)
#85642E
(133,100,46)
#775929
(119,89,41)
#694E24
(105,78,36)
#5B431F
(91,67,31)
#4D381A
(77,56,26)
#3F2D15
(63,45,21)
#312210
(49,34,16)
#23170B
(35,23,11)
#150C06
(21,12,6)
#000000
(0,0,0)

Tints of #A17A38

#A17A38
(161,122,56)
#A9864A
(169,134,74)
#B1925C
(177,146,92)
#B99E6E
(185,158,110)
#C1AA80
(193,170,128)
#C9B692
(201,182,146)
#D1C2A4
(209,194,164)
#D9CEB6
(217,206,182)
#E1DAC8
(225,218,200)
#E9E6DA
(233,230,218)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17A38; }

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

This text font color is #A17A38.


Background Color

.myBgColor { background-color: #A17A38; }

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

This div background color is #A17A38.


Border color

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

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

This div border color is #A17A38.


Opacity

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

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

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

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

This text has shadow with #A17A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17A38 on black background.


Color preview on white background

This text has color #A17A38 on white background.



Black color preview on #A17A38 background

This text has black color on #A17A38 background.


White color preview on #A17A38 background

This text has white color on #A17A38 background.