COLOR #A17621

HEX: #A17621
RGB: (161,118,33)

Color info

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

RGB color model

#A17621 color RGB value is (161,118,33).

  • red value is 161;
  • green value is 118;
  • blue value is 33.
RGB:
(161,118,33)
(63%,46%,13%)

RGB channels and saturation

R 161 of 255 = 63%
G 118 of 255 = 46%
B 33 of 255 = 13%

161
118
33

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

Portions of RGB colors in percentages

R + G + B =
161 + 118 + 33 = 312 (100%)
R 161 of 312 ~ 51.6%
G 118 of 312 ~ 37.82%
B 33 of 312 ~ 10.58%

%51.6
%37.82
%10.58

CMYK color model

#A17621 color CMYK value is (0,27,80,37).

  • cyan value is 0.00%
  • magenta value is 26.71%
  • yellow value is 79.50%
  • key color value is 36.86%
CMYK:
(0,27,80,37)
C0M27Y80K37 
(0%,27%,80%,37%)
(0.00/0.27/0.80/0.37)	

CMYK percentages

%0
%26.71
%79.5
%36.86

Codes

Color #A17621 in popluar color models

A17621
RGB16111833
HSL40°65.98%38.04%
HSB/HSV40°79.50%63.14%
CMYK0.00%26.71%79.50%
36.86%

Color #A17621 in popluar number systems.

HEXA17621
Decimal16111833
Binary101000011110110100001
Octal24116641

Shades and tints

Shades of #A17621

#A17621
(161,118,33)
#936C1E
(147,108,30)
#85621B
(133,98,27)
#775818
(119,88,24)
#694E15
(105,78,21)
#5B4412
(91,68,18)
#4D3A0F
(77,58,15)
#3F300C
(63,48,12)
#312609
(49,38,9)
#231C06
(35,28,6)
#151203
(21,18,3)
#000000
(0,0,0)

Tints of #A17621

#A17621
(161,118,33)
#A98235
(169,130,53)
#B18E49
(177,142,73)
#B99A5D
(185,154,93)
#C1A671
(193,166,113)
#C9B285
(201,178,133)
#D1BE99
(209,190,153)
#D9CAAD
(217,202,173)
#E1D6C1
(225,214,193)
#E9E2D5
(233,226,213)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17621; }

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

This text font color is #A17621.


Background Color

.myBgColor { background-color: #A17621; }

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

This div background color is #A17621.


Border color

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

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

This div border color is #A17621.


Opacity

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

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

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

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

This text has shadow with #A17621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17621 on black background.


Color preview on white background

This text has color #A17621 on white background.



Black color preview on #A17621 background

This text has black color on #A17621 background.


White color preview on #A17621 background

This text has white color on #A17621 background.