COLOR #A17449

HEX: #A17449
RGB: (161,116,73)

Color info

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

RGB color model

#A17449 color RGB value is (161,116,73).

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

RGB channels and saturation

R 161 of 255 = 63%
G 116 of 255 = 45%
B 73 of 255 = 29%

161
116
73

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

Portions of RGB colors in percentages

R + G + B =
161 + 116 + 73 = 350 (100%)
R 161 of 350 ~ 46%
G 116 of 350 ~ 33.14%
B 73 of 350 ~ 20.86%

%46
%33.14
%20.86

CMYK color model

#A17449 color CMYK value is (0,28,55,37).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 54.66%
  • key color value is 36.86%
CMYK:
(0,28,55,37)
C0M28Y55K37 
(0%,28%,55%,37%)
(0.00/0.28/0.55/0.37)	

CMYK percentages

%0
%27.95
%54.66
%36.86

Codes

Color #A17449 in popluar color models

A17449
RGB16111673
HSL29°37.61%45.88%
HSB/HSV29°54.66%63.14%
CMYK0.00%27.95%54.66%
36.86%

Color #A17449 in popluar number systems.

HEXA17449
Decimal16111673
Binary1010000111101001001001
Octal241164111

Shades and tints

Shades of #A17449

#A17449
(161,116,73)
#936A43
(147,106,67)
#85603D
(133,96,61)
#775637
(119,86,55)
#694C31
(105,76,49)
#5B422B
(91,66,43)
#4D3825
(77,56,37)
#3F2E1F
(63,46,31)
#312419
(49,36,25)
#231A13
(35,26,19)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #A17449

#A17449
(161,116,73)
#A98059
(169,128,89)
#B18C69
(177,140,105)
#B99879
(185,152,121)
#C1A489
(193,164,137)
#C9B099
(201,176,153)
#D1BCA9
(209,188,169)
#D9C8B9
(217,200,185)
#E1D4C9
(225,212,201)
#E9E0D9
(233,224,217)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17449; }

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

This text font color is #A17449.


Background Color

.myBgColor { background-color: #A17449; }

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

This div background color is #A17449.


Border color

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

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

This div border color is #A17449.


Opacity

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

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

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

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

This text has shadow with #A17449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17449 on black background.


Color preview on white background

This text has color #A17449 on white background.



Black color preview on #A17449 background

This text has black color on #A17449 background.


White color preview on #A17449 background

This text has white color on #A17449 background.