COLOR #A37E17

HEX: #A37E17 RGB: (163,126,23)

Color info

#A37E17 contains mainly red and green colors. Web safe color of #A37E17 is #996600 (or #960).

RGB color model

#A37E17 color RGB value is (163,126,23).

RGB: (163,126,23) (64%, 49%, 9%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 23 of 255 = 9%

163
126
23

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

Portions of RGB colors in percentages

R + G + B = 163 + 126 + 23 = 312 (100%)
R 163 of 312 ~ 52.24%
G 126 of 312 ~ 40.38%
B 23 of 312 ~ 7.37'%

%52.24
%40.38

CMYK color model

#A37E17 color CMYK value is (0,23,86,36).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 85.89%
  • key color value is 36.08%

CMYK: (0,23,86,36)
C0M23Y86K36 (0%, 23%, 86%, 36%)
(0.00 / 0.23 / 0.86 / 0.36)

CMYK percentages

%0
%22.7
%85.89
%36.08

Codes

Color #A37E17 in popluar color models

A3 7E 17
RGB 163 126 23
HSL 44° 75.27% 36.47%
HSB/HSV 44° 85.89% 63.92%
CMYK 0.00% 22.70% 85.89%
36.08%

Color #A37E17 in popluar number systems.

HEX A3 7E 17
Decimal 163 126 23
Binary 10100011 1111110 10111
Octal 243 176 27

Shades and tints

Shades of #A37E17

#A37E17
(163,126,23)
#957315
(149,115,21)
#876813
(135,104,19)
#795D11
(121,93,17)
#6B520F
(107,82,15)
#5D470D
(93,71,13)
#4F3C0B
(79,60,11)
#413109
(65,49,9)
#332607
(51,38,7)
#251B05
(37,27,5)
#171003
(23,16,3)
#000000
(0,0,0)

Tints of #A37E17

#A37E17
(163,126,23)
#AB892C
(171,137,44)
#B39441
(179,148,65)
#BB9F56
(187,159,86)
#C3AA6B
(195,170,107)
#CBB580
(203,181,128)
#D3C095
(211,192,149)
#DBCBAA
(219,203,170)
#E3D6BF
(227,214,191)
#EBE1D4
(235,225,212)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37E17 color. Also use rgb(163,126,23) instead hex code.

Text Font Color

.myTextColor { color: #A37E17; }

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

This text font color is #A37E17.

Background Color

.myBgColor { background-color: #A37E17; }

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

This div background color is #A37E17.

Border color

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

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

This div border color is #A37E17.

Opacity

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

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

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

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

This text has shadow with #A37E17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37E17.

Preview

Color preview on black background

This text has color #A37E17 on black background.


Color preview on white background

This text has color #A37E17 on white background.


Black color preview on #A37E17 background

This text has black color on #A37E17 background.


White color preview on #A37E17 background

This text has white color on #A37E17 background.


Related colors

Complementary color

Complementary color for #hex is #5C81E8.


I love getcolorcode.com

Triadic colors

1 #17A37E and #7E17A3 with #A37E17 are triadic colors.

2 #177EA3 and #7EA317 with #A37E17 are triadic colors.