COLOR #A57110

HEX: #A57110
RGB: (165,113,16)

Color info

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

RGB color model

#A57110 color RGB value is (165,113,16).

  • red value is 165;
  • green value is 113;
  • blue value is 16.
RGB:
(165,113,16)
(65%,44%,6%)

RGB channels and saturation

R 165 of 255 = 65%
G 113 of 255 = 44%
B 16 of 255 = 6%

165
113
16

R + G + B ~ 38%. #A57110 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 113 + 16 = 294 (100%)
R 165 of 294 ~ 56.12%
G 113 of 294 ~ 38.44%
B 16 of 294 ~ 5.44%

%56.12
%38.44

CMYK color model

#A57110 color CMYK value is (0,32,90,35).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 90.30%
  • key color value is 35.29%
CMYK:
(0,32,90,35)
C0M32Y90K35 
(0%,32%,90%,35%)
(0.00/0.32/0.90/0.35)	

CMYK percentages

%0
%31.52
%90.3
%35.29

Codes

Color #A57110 in popluar color models

A57110
RGB16511316
HSL39°82.32%35.49%
HSB/HSV39°90.30%64.71%
CMYK0.00%31.52%90.30%
35.29%

Color #A57110 in popluar number systems.

HEXA57110
Decimal16511316
Binary10100101111000110000
Octal24516120

Shades and tints

Shades of #A57110

#A57110
(165,113,16)
#96670F
(150,103,15)
#875D0E
(135,93,14)
#78530D
(120,83,13)
#69490C
(105,73,12)
#5A3F0B
(90,63,11)
#4B350A
(75,53,10)
#3C2B09
(60,43,9)
#2D2108
(45,33,8)
#1E1707
(30,23,7)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #A57110

#A57110
(165,113,16)
#AD7D25
(173,125,37)
#B5893A
(181,137,58)
#BD954F
(189,149,79)
#C5A164
(197,161,100)
#CDAD79
(205,173,121)
#D5B98E
(213,185,142)
#DDC5A3
(221,197,163)
#E5D1B8
(229,209,184)
#EDDDCD
(237,221,205)
#F5E9E2
(245,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57110; }

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

This text font color is #A57110.


Background Color

.myBgColor { background-color: #A57110; }

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

This div background color is #A57110.


Border color

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

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

This div border color is #A57110.


Opacity

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

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

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

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

This text has shadow with #A57110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57110 on black background.


Color preview on white background

This text has color #A57110 on white background.



Black color preview on #A57110 background

This text has black color on #A57110 background.


White color preview on #A57110 background

This text has white color on #A57110 background.