COLOR #A59F2B

HEX: #A59F2B
RGB: (165,159,43)

Color info

#A59F2B contains mainly red and green colors. Web safe color of #A59F2B is #999933 (or #993).

RGB color model

#A59F2B color RGB value is (165,159,43).

  • red value is 165;
  • green value is 159;
  • blue value is 43.
RGB:
(165,159,43)
(65%,62%,17%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 43 of 255 = 17%

165
159
43

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

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 43 = 367 (100%)
R 165 of 367 ~ 44.96%
G 159 of 367 ~ 43.32%
B 43 of 367 ~ 11.72%

%44.96
%43.32
%11.72

CMYK color model

#A59F2B color CMYK value is (0,4,74,35).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 73.94%
  • key color value is 35.29%
CMYK:
(0,4,74,35)
C0M4Y74K35 
(0%,4%,74%,35%)
(0.00/0.04/0.74/0.35)	

CMYK percentages

%0
%3.64
%73.94
%35.29

Codes

Color #A59F2B in popluar color models

A59F2B
RGB16515943
HSL57°58.65%40.78%
HSB/HSV57°73.94%64.71%
CMYK0.00%3.64%73.94%
35.29%

Color #A59F2B in popluar number systems.

HEXA59F2B
Decimal16515943
Binary1010010110011111101011
Octal24523753

Shades and tints

Shades of #A59F2B

#A59F2B
(165,159,43)
#969128
(150,145,40)
#878325
(135,131,37)
#787522
(120,117,34)
#69671F
(105,103,31)
#5A591C
(90,89,28)
#4B4B19
(75,75,25)
#3C3D16
(60,61,22)
#2D2F13
(45,47,19)
#1E2110
(30,33,16)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #A59F2B

#A59F2B
(165,159,43)
#ADA73E
(173,167,62)
#B5AF51
(181,175,81)
#BDB764
(189,183,100)
#C5BF77
(197,191,119)
#CDC78A
(205,199,138)
#D5CF9D
(213,207,157)
#DDD7B0
(221,215,176)
#E5DFC3
(229,223,195)
#EDE7D6
(237,231,214)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59F2B color. Also use rgb(165,159,43) instead hex code.

Text Font Color

.myTextColor { color: #A59F2B; }

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

This text font color is #A59F2B.


Background Color

.myBgColor { background-color: #A59F2B; }

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

This div background color is #A59F2B.


Border color

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

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

This div border color is #A59F2B.


Opacity

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

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

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

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

This text has shadow with #A59F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59F2B on black background.


Color preview on white background

This text has color #A59F2B on white background.



Black color preview on #A59F2B background

This text has black color on #A59F2B background.


White color preview on #A59F2B background

This text has white color on #A59F2B background.