COLOR #A59F59

HEX: #A59F59 RGB: (165,159,89)

Color info

#A59F59 contains mainly red and green colors. Web safe color of #A59F59 is #999966 (or #996).

RGB color model

#A59F59 color RGB value is (165,159,89).

RGB: (165,159,89) (65%, 62%, 35%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 89 of 255 = 35%

165
159
89

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

Portions of RGB colors in percentages

R + G + B = 165 + 159 + 89 = 413 (100%)
R 165 of 413 ~ 39.95%
G 159 of 413 ~ 38.5%
B 89 of 413 ~ 21.55'%

%39.95
%38.5
%21.55

CMYK color model

#A59F59 color CMYK value is (0,4,46,35).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 46.06%
  • key color value is 35.29%

CMYK: (0,4,46,35)
C0M4Y46K35 (0%, 4%, 46%, 35%)
(0.00 / 0.04 / 0.46 / 0.35)

CMYK percentages

%0
%3.64
%46.06
%35.29

Codes

Color #A59F59 in popluar color models

A5 9F 59
RGB 165 159 89
HSL 55° 29.92% 49.80%
HSB/HSV 55° 46.06% 64.71%
CMYK 0.00% 3.64% 46.06%
35.29%

Color #A59F59 in popluar number systems.

HEX A5 9F 59
Decimal 165 159 89
Binary 10100101 10011111 1011001
Octal 245 237 131

Shades and tints

Shades of #A59F59

#A59F59
(165,159,89)
#969151
(150,145,81)
#878349
(135,131,73)
#787541
(120,117,65)
#696739
(105,103,57)
#5A5931
(90,89,49)
#4B4B29
(75,75,41)
#3C3D21
(60,61,33)
#2D2F19
(45,47,25)
#1E2111
(30,33,17)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #A59F59

#A59F59
(165,159,89)
#ADA768
(173,167,104)
#B5AF77
(181,175,119)
#BDB786
(189,183,134)
#C5BF95
(197,191,149)
#CDC7A4
(205,199,164)
#D5CFB3
(213,207,179)
#DDD7C2
(221,215,194)
#E5DFD1
(229,223,209)
#EDE7E0
(237,231,224)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59F59; }

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

This text font color is #A59F59.

Background Color

.myBgColor { background-color: #A59F59; }

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

This div background color is #A59F59.

Border color

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

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

This div border color is #A59F59.

Opacity

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

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

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

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

This text has shadow with #A59F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59F59.

Preview

Color preview on black background

This text has color #A59F59 on black background.


Color preview on white background

This text has color #A59F59 on white background.


Black color preview on #A59F59 background

This text has black color on #A59F59 background.


White color preview on #A59F59 background

This text has white color on #A59F59 background.


Related colors

Complementary color

Complementary color for #hex is #5A60A6.


I love getcolorcode.com

Triadic colors

1 #59A59F and #9F59A5 with #A59F59 are triadic colors.

2 #599FA5 and #9FA559 with #A59F59 are triadic colors.