COLOR #A59B3F

HEX: #A59B3F RGB: (165,155,63)

Color info

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

RGB color model

#A59B3F color RGB value is (165,155,63).

RGB: (165,155,63) (65%, 61%, 25%)

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 63 of 255 = 25%

165
155
63

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

Portions of RGB colors in percentages

R + G + B = 165 + 155 + 63 = 383 (100%)
R 165 of 383 ~ 43.08%
G 155 of 383 ~ 40.47%
B 63 of 383 ~ 16.45'%

%43.08
%40.47
%16.45

CMYK color model

#A59B3F color CMYK value is (0,6,62,35).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 61.82%
  • key color value is 35.29%

CMYK: (0,6,62,35)
C0M6Y62K35 (0%, 6%, 62%, 35%)
(0.00 / 0.06 / 0.62 / 0.35)

CMYK percentages

%0
%6.06
%61.82
%35.29

Codes

Color #A59B3F in popluar color models

A5 9B 3F
RGB 165 155 63
HSL 54° 44.74% 44.71%
HSB/HSV 54° 61.82% 64.71%
CMYK 0.00% 6.06% 61.82%
35.29%

Color #A59B3F in popluar number systems.

HEX A5 9B 3F
Decimal 165 155 63
Binary 10100101 10011011 111111
Octal 245 233 77

Shades and tints

Shades of #A59B3F

#A59B3F
(165,155,63)
#968D3A
(150,141,58)
#877F35
(135,127,53)
#787130
(120,113,48)
#69632B
(105,99,43)
#5A5526
(90,85,38)
#4B4721
(75,71,33)
#3C391C
(60,57,28)
#2D2B17
(45,43,23)
#1E1D12
(30,29,18)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #A59B3F

#A59B3F
(165,155,63)
#ADA450
(173,164,80)
#B5AD61
(181,173,97)
#BDB672
(189,182,114)
#C5BF83
(197,191,131)
#CDC894
(205,200,148)
#D5D1A5
(213,209,165)
#DDDAB6
(221,218,182)
#E5E3C7
(229,227,199)
#EDECD8
(237,236,216)
#F5F5E9
(245,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59B3F color. Also use rgb(165,155,63) instead hex code.

Text Font Color

.myTextColor { color: #A59B3F; }

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

This text font color is #A59B3F.

Background Color

.myBgColor { background-color: #A59B3F; }

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

This div background color is #A59B3F.

Border color

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

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

This div border color is #A59B3F.

Opacity

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

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

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

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

This text has shadow with #A59B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59B3F.

Preview

Color preview on black background

This text has color #A59B3F on black background.


Color preview on white background

This text has color #A59B3F on white background.


Black color preview on #A59B3F background

This text has black color on #A59B3F background.


White color preview on #A59B3F background

This text has white color on #A59B3F background.


Related colors

Complementary color

Complementary color for #hex is #5A64C0.


I love getcolorcode.com

Triadic colors

1 #3FA59B and #9B3FA5 with #A59B3F are triadic colors.

2 #3F9BA5 and #9BA53F with #A59B3F are triadic colors.