COLOR #A59059

HEX: #A59059 RGB: (165,144,89)

Color info

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

RGB color model

#A59059 color RGB value is (165,144,89).

RGB: (165,144,89) (65%, 56%, 35%)

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 89 of 255 = 35%

165
144
89

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

Portions of RGB colors in percentages

R + G + B = 165 + 144 + 89 = 398 (100%)
R 165 of 398 ~ 41.46%
G 144 of 398 ~ 36.18%
B 89 of 398 ~ 22.36'%

%41.46
%36.18
%22.36

CMYK color model

#A59059 color CMYK value is (0,13,46,35).

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

CMYK: (0,13,46,35)
C0M13Y46K35 (0%, 13%, 46%, 35%)
(0.00 / 0.13 / 0.46 / 0.35)

CMYK percentages

%0
%12.73
%46.06
%35.29

Codes

Color #A59059 in popluar color models

A5 90 59
RGB 165 144 89
HSL 43° 29.92% 49.80%
HSB/HSV 43° 46.06% 64.71%
CMYK 0.00% 12.73% 46.06%
35.29%

Color #A59059 in popluar number systems.

HEX A5 90 59
Decimal 165 144 89
Binary 10100101 10010000 1011001
Octal 245 220 131

Shades and tints

Shades of #A59059

#A59059
(165,144,89)
#968351
(150,131,81)
#877649
(135,118,73)
#786941
(120,105,65)
#695C39
(105,92,57)
#5A4F31
(90,79,49)
#4B4229
(75,66,41)
#3C3521
(60,53,33)
#2D2819
(45,40,25)
#1E1B11
(30,27,17)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #A59059

#A59059
(165,144,89)
#AD9A68
(173,154,104)
#B5A477
(181,164,119)
#BDAE86
(189,174,134)
#C5B895
(197,184,149)
#CDC2A4
(205,194,164)
#D5CCB3
(213,204,179)
#DDD6C2
(221,214,194)
#E5E0D1
(229,224,209)
#EDEAE0
(237,234,224)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59059; }

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

This text font color is #A59059.

Background Color

.myBgColor { background-color: #A59059; }

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

This div background color is #A59059.

Border color

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

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

This div border color is #A59059.

Opacity

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

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

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

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

This text has shadow with #A59059 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59059.

Preview

Color preview on black background

This text has color #A59059 on black background.


Color preview on white background

This text has color #A59059 on white background.


Black color preview on #A59059 background

This text has black color on #A59059 background.


White color preview on #A59059 background

This text has white color on #A59059 background.


Related colors

Complementary color

Complementary color for #hex is #5A6FA6.


I love getcolorcode.com

Triadic colors

1 #59A590 and #9059A5 with #A59059 are triadic colors.

2 #5990A5 and #90A559 with #A59059 are triadic colors.