COLOR #A17A24

HEX: #A17A24
RGB: (161,122,36)

Color info

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

RGB color model

#A17A24 color RGB value is (161,122,36).

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

RGB channels and saturation

R 161 of 255 = 63%
G 122 of 255 = 48%
B 36 of 255 = 14%

161
122
36

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

Portions of RGB colors in percentages

R + G + B =
161 + 122 + 36 = 319 (100%)
R 161 of 319 ~ 50.47%
G 122 of 319 ~ 38.24%
B 36 of 319 ~ 11.29%

%50.47
%38.24
%11.29

CMYK color model

#A17A24 color CMYK value is (0,24,78,37).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 77.64%
  • key color value is 36.86%
CMYK:
(0,24,78,37)
C0M24Y78K37 
(0%,24%,78%,37%)
(0.00/0.24/0.78/0.37)	

CMYK percentages

%0
%24.22
%77.64
%36.86

Codes

Color #A17A24 in popluar color models

A17A24
RGB16112236
HSL41°63.45%38.63%
HSB/HSV41°77.64%63.14%
CMYK0.00%24.22%77.64%
36.86%

Color #A17A24 in popluar number systems.

HEXA17A24
Decimal16112236
Binary101000011111010100100
Octal24117244

Shades and tints

Shades of #A17A24

#A17A24
(161,122,36)
#936F21
(147,111,33)
#85641E
(133,100,30)
#77591B
(119,89,27)
#694E18
(105,78,24)
#5B4315
(91,67,21)
#4D3812
(77,56,18)
#3F2D0F
(63,45,15)
#31220C
(49,34,12)
#231709
(35,23,9)
#150C06
(21,12,6)
#000000
(0,0,0)

Tints of #A17A24

#A17A24
(161,122,36)
#A98637
(169,134,55)
#B1924A
(177,146,74)
#B99E5D
(185,158,93)
#C1AA70
(193,170,112)
#C9B683
(201,182,131)
#D1C296
(209,194,150)
#D9CEA9
(217,206,169)
#E1DABC
(225,218,188)
#E9E6CF
(233,230,207)
#F1F2E2
(241,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17A24; }

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

This text font color is #A17A24.


Background Color

.myBgColor { background-color: #A17A24; }

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

This div background color is #A17A24.


Border color

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

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

This div border color is #A17A24.


Opacity

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

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

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

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

This text has shadow with #A17A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17A24 on black background.


Color preview on white background

This text has color #A17A24 on white background.



Black color preview on #A17A24 background

This text has black color on #A17A24 background.


White color preview on #A17A24 background

This text has white color on #A17A24 background.