COLOR #A17323

HEX: #A17323 RGB: (161,115,35)

Color info

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

RGB color model

#A17323 color RGB value is (161,115,35).

RGB: (161,115,35) (63%, 45%, 14%)

RGB channels and saturation

R 161 of 255 = 63%
G 115 of 255 = 45%
B 35 of 255 = 14%

161
115
35

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

Portions of RGB colors in percentages

R + G + B = 161 + 115 + 35 = 311 (100%)
R 161 of 311 ~ 51.77%
G 115 of 311 ~ 36.98%
B 35 of 311 ~ 11.25'%

%51.77
%36.98
%11.25

CMYK color model

#A17323 color CMYK value is (0,29,78,37).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 78.26%
  • key color value is 36.86%
CMYK: (0,29,78,37) C0M29Y78K37 (0%,29%,78%,37%) (0.00/0.29/0.78/0.37) 

CMYK percentages

%0
%28.57
%78.26
%36.86

Codes

Color #A17323 in popluar color models

A1 73 23
RGB 161 115 35
HSL 38° 64.29% 38.43%
HSB/HSV 38° 78.26% 63.14%
CMYK 0.00% 28.57% 78.26%
36.86%

Color #A17323 in popluar number systems.

HEX A1 73 23
Decimal 161 115 35
Binary 10100001 1110011 100011
Octal 241 163 43

Shades and tints

Shades of #A17323

#A17323
(161,115,35)
#936920
(147,105,32)
#855F1D
(133,95,29)
#77551A
(119,85,26)
#694B17
(105,75,23)
#5B4114
(91,65,20)
#4D3711
(77,55,17)
#3F2D0E
(63,45,14)
#31230B
(49,35,11)
#231908
(35,25,8)
#150F05
(21,15,5)
#000000
(0,0,0)

Tints of #A17323

#A17323
(161,115,35)
#A97F37
(169,127,55)
#B18B4B
(177,139,75)
#B9975F
(185,151,95)
#C1A373
(193,163,115)
#C9AF87
(201,175,135)
#D1BB9B
(209,187,155)
#D9C7AF
(217,199,175)
#E1D3C3
(225,211,195)
#E9DFD7
(233,223,215)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17323 color. Also use rgb(161,115,35) instead hex code.

Text Font Color

.myTextColor { color: #A17323; }

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

This text font color is #A17323.

Background Color

.myBgColor { background-color: #A17323; }

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

This div background color is #A17323.

Border color

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

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

This div border color is #A17323.

Opacity

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

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

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

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

This text has shadow with #A17323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17323.

Preview

Color preview on black background

This text has color #A17323 on black background.


Color preview on white background

This text has color #A17323 on white background.


Black color preview on #A17323 background

This text has black color on #A17323 background.


White color preview on #A17323 background

This text has white color on #A17323 background.


Related colors

Complementary color

Complementary color for #hex is #5E8CDC.


I love getcolorcode.com

Triadic colors

1 #23A173 and #7323A1 with #A17323 are triadic colors.

2 #2373A1 and #73A123 with #A17323 are triadic colors.