COLOR #A57119

HEX: #A57119 RGB: (165,113,25)

Color info

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

RGB color model

#A57119 color RGB value is (165,113,25).

RGB: (165,113,25) (65%, 44%, 10%)

RGB channels and saturation

R 165 of 255 = 65%
G 113 of 255 = 44%
B 25 of 255 = 10%

165
113
25

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

Portions of RGB colors in percentages

R + G + B = 165 + 113 + 25 = 303 (100%)
R 165 of 303 ~ 54.46%
G 113 of 303 ~ 37.29%
B 25 of 303 ~ 8.25'%

%54.46
%37.29

CMYK color model

#A57119 color CMYK value is (0,32,85,35).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 84.85%
  • key color value is 35.29%

CMYK: (0,32,85,35)
C0M32Y85K35 (0%, 32%, 85%, 35%)
(0.00 / 0.32 / 0.85 / 0.35)

CMYK percentages

%0
%31.52
%84.85
%35.29

Codes

Color #A57119 in popluar color models

A5 71 19
RGB 165 113 25
HSL 38° 73.68% 37.25%
HSB/HSV 38° 84.85% 64.71%
CMYK 0.00% 31.52% 84.85%
35.29%

Color #A57119 in popluar number systems.

HEX A5 71 19
Decimal 165 113 25
Binary 10100101 1110001 11001
Octal 245 161 31

Shades and tints

Shades of #A57119

#A57119
(165,113,25)
#966717
(150,103,23)
#875D15
(135,93,21)
#785313
(120,83,19)
#694911
(105,73,17)
#5A3F0F
(90,63,15)
#4B350D
(75,53,13)
#3C2B0B
(60,43,11)
#2D2109
(45,33,9)
#1E1707
(30,23,7)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #A57119

#A57119
(165,113,25)
#AD7D2D
(173,125,45)
#B58941
(181,137,65)
#BD9555
(189,149,85)
#C5A169
(197,161,105)
#CDAD7D
(205,173,125)
#D5B991
(213,185,145)
#DDC5A5
(221,197,165)
#E5D1B9
(229,209,185)
#EDDDCD
(237,221,205)
#F5E9E1
(245,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57119 color. Also use rgb(165,113,25) instead hex code.

Text Font Color

.myTextColor { color: #A57119; }

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

This text font color is #A57119.

Background Color

.myBgColor { background-color: #A57119; }

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

This div background color is #A57119.

Border color

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

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

This div border color is #A57119.

Opacity

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

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

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

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

This text has shadow with #A57119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57119.

Preview

Color preview on black background

This text has color #A57119 on black background.


Color preview on white background

This text has color #A57119 on white background.


Black color preview on #A57119 background

This text has black color on #A57119 background.


White color preview on #A57119 background

This text has white color on #A57119 background.


Related colors

Complementary color

Complementary color for #hex is #5A8EE6.


I love getcolorcode.com

Triadic colors

1 #19A571 and #7119A5 with #A57119 are triadic colors.

2 #1971A5 and #71A519 with #A57119 are triadic colors.