COLOR #A57E0B

HEX: #A57E0B
RGB: (165,126,11)

Color info

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

RGB color model

#A57E0B color RGB value is (165,126,11).

  • red value is 165;
  • green value is 126;
  • blue value is 11.
RGB:
(165,126,11)
(65%,49%,4%)

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 11 of 255 = 4%

165
126
11

R + G + B ~ 39%. #A57E0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 11 = 302 (100%)
R 165 of 302 ~ 54.64%
G 126 of 302 ~ 41.72%
B 11 of 302 ~ 3.64%

%54.64
%41.72

CMYK color model

#A57E0B color CMYK value is (0,24,93,35).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 93.33%
  • key color value is 35.29%
CMYK:
(0,24,93,35)
C0M24Y93K35 
(0%,24%,93%,35%)
(0.00/0.24/0.93/0.35)	

CMYK percentages

%0
%23.64
%93.33
%35.29

Codes

Color #A57E0B in popluar color models

A57E0B
RGB16512611
HSL45°87.50%34.51%
HSB/HSV45°93.33%64.71%
CMYK0.00%23.64%93.33%
35.29%

Color #A57E0B in popluar number systems.

HEXA57E0B
Decimal16512611
Binary1010010111111101011
Octal24517613

Shades and tints

Shades of #A57E0B

#A57E0B
(165,126,11)
#96730A
(150,115,10)
#876809
(135,104,9)
#785D08
(120,93,8)
#695207
(105,82,7)
#5A4706
(90,71,6)
#4B3C05
(75,60,5)
#3C3104
(60,49,4)
#2D2603
(45,38,3)
#1E1B02
(30,27,2)
#0F1001
(15,16,1)
#000000
(0,0,0)

Tints of #A57E0B

#A57E0B
(165,126,11)
#AD8921
(173,137,33)
#B59437
(181,148,55)
#BD9F4D
(189,159,77)
#C5AA63
(197,170,99)
#CDB579
(205,181,121)
#D5C08F
(213,192,143)
#DDCBA5
(221,203,165)
#E5D6BB
(229,214,187)
#EDE1D1
(237,225,209)
#F5ECE7
(245,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57E0B color. Also use rgb(165,126,11) instead hex code.

Text Font Color

.myTextColor { color: #A57E0B; }

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

This text font color is #A57E0B.


Background Color

.myBgColor { background-color: #A57E0B; }

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

This div background color is #A57E0B.


Border color

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

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

This div border color is #A57E0B.


Opacity

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

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

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

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

This text has shadow with #A57E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57E0B on black background.


Color preview on white background

This text has color #A57E0B on white background.



Black color preview on #A57E0B background

This text has black color on #A57E0B background.


White color preview on #A57E0B background

This text has white color on #A57E0B background.