COLOR #A59780

HEX: #A59780 RGB: (165,151,128)

Color info

#A59780 contains red, green and blue colors in about the same proportion. Web safe color of #A59780 is #999966 (or #996).

RGB color model

#A59780 color RGB value is (165,151,128).

RGB: (165,151,128) (65%, 59%, 50%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 128 of 255 = 50%

165
151
128

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

Portions of RGB colors in percentages

R + G + B = 165 + 151 + 128 = 444 (100%)
R 165 of 444 ~ 37.16%
G 151 of 444 ~ 34.01%
B 128 of 444 ~ 28.83'%

%37.16
%34.01
%28.83

CMYK color model

#A59780 color CMYK value is (0,8,22,35).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 22.42%
  • key color value is 35.29%

CMYK: (0,8,22,35)
C0M8Y22K35 (0%, 8%, 22%, 35%)
(0.00 / 0.08 / 0.22 / 0.35)

CMYK percentages

%0
%8.48
%22.42
%35.29

Codes

Color #A59780 in popluar color models

A5 97 80
RGB 165 151 128
HSL 37° 17.05% 57.45%
HSB/HSV 37° 22.42% 64.71%
CMYK 0.00% 8.48% 22.42%
35.29%

Color #A59780 in popluar number systems.

HEX A5 97 80
Decimal 165 151 128
Binary 10100101 10010111 10000000
Octal 245 227 200

Shades and tints

Shades of #A59780

#A59780
(165,151,128)
#968A75
(150,138,117)
#877D6A
(135,125,106)
#78705F
(120,112,95)
#696354
(105,99,84)
#5A5649
(90,86,73)
#4B493E
(75,73,62)
#3C3C33
(60,60,51)
#2D2F28
(45,47,40)
#1E221D
(30,34,29)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A59780

#A59780
(165,151,128)
#ADA08B
(173,160,139)
#B5A996
(181,169,150)
#BDB2A1
(189,178,161)
#C5BBAC
(197,187,172)
#CDC4B7
(205,196,183)
#D5CDC2
(213,205,194)
#DDD6CD
(221,214,205)
#E5DFD8
(229,223,216)
#EDE8E3
(237,232,227)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59780 color. Also use rgb(165,151,128) instead hex code.

Text Font Color

.myTextColor { color: #A59780; }

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

This text font color is #A59780.

Background Color

.myBgColor { background-color: #A59780; }

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

This div background color is #A59780.

Border color

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

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

This div border color is #A59780.

Opacity

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

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

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

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

This text has shadow with #A59780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59780.

Preview

Color preview on black background

This text has color #A59780 on black background.


Color preview on white background

This text has color #A59780 on white background.


Black color preview on #A59780 background

This text has black color on #A59780 background.


White color preview on #A59780 background

This text has white color on #A59780 background.


Related colors

Complementary color

Complementary color for #hex is #5A687F.


I love getcolorcode.com

Triadic colors

1 #80A597 and #9780A5 with #A59780 are triadic colors.

2 #8097A5 and #97A580 with #A59780 are triadic colors.