COLOR #A59380

HEX: #A59380
RGB: (165,147,128)

Color info

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

RGB color model

#A59380 color RGB value is (165,147,128).

  • red value is 165;
  • green value is 147;
  • blue value is 128.
RGB:
(165,147,128)
(65%,58%,50%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 128 of 255 = 50%

165
147
128

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

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 128 = 440 (100%)
R 165 of 440 ~ 37.5%
G 147 of 440 ~ 33.41%
B 128 of 440 ~ 29.09%

%37.5
%33.41
%29.09

CMYK color model

#A59380 color CMYK value is (0,11,22,35).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK:
(0,11,22,35)
C0M11Y22K35 
(0%,11%,22%,35%)
(0.00/0.11/0.22/0.35)	

CMYK percentages

%0
%10.91
%22.42
%35.29

Codes

Color #A59380 in popluar color models

A59380
RGB165147128
HSL31°17.05%57.45%
HSB/HSV31°22.42%64.71%
CMYK0.00%10.91%22.42%
35.29%

Color #A59380 in popluar number systems.

HEXA59380
Decimal165147128
Binary101001011001001110000000
Octal245223200

Shades and tints

Shades of #A59380

#A59380
(165,147,128)
#968675
(150,134,117)
#87796A
(135,121,106)
#786C5F
(120,108,95)
#695F54
(105,95,84)
#5A5249
(90,82,73)
#4B453E
(75,69,62)
#3C3833
(60,56,51)
#2D2B28
(45,43,40)
#1E1E1D
(30,30,29)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A59380

#A59380
(165,147,128)
#AD9C8B
(173,156,139)
#B5A596
(181,165,150)
#BDAEA1
(189,174,161)
#C5B7AC
(197,183,172)
#CDC0B7
(205,192,183)
#D5C9C2
(213,201,194)
#DDD2CD
(221,210,205)
#E5DBD8
(229,219,216)
#EDE4E3
(237,228,227)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59380; }

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

This text font color is #A59380.


Background Color

.myBgColor { background-color: #A59380; }

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

This div background color is #A59380.


Border color

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

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

This div border color is #A59380.


Opacity

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

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

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

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

This text has shadow with #A59380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59380 on black background.


Color preview on white background

This text has color #A59380 on white background.



Black color preview on #A59380 background

This text has black color on #A59380 background.


White color preview on #A59380 background

This text has white color on #A59380 background.