COLOR #A59083

HEX: #A59083
RGB: (165,144,131)

Color info

#A59083 contains red, green and blue colors in about the same proportion. Web safe color of #A59083 is #999999 (or #999).

RGB color model

#A59083 color RGB value is (165,144,131).

  • red value is 165;
  • green value is 144;
  • blue value is 131.
RGB:
(165,144,131)
(65%,56%,51%)

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 131 of 255 = 51%

165
144
131

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

Portions of RGB colors in percentages

R + G + B =
165 + 144 + 131 = 440 (100%)
R 165 of 440 ~ 37.5%
G 144 of 440 ~ 32.73%
B 131 of 440 ~ 29.77%

%37.5
%32.73
%29.77

CMYK color model

#A59083 color CMYK value is (0,13,21,35).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 20.61%
  • key color value is 35.29%
CMYK:
(0,13,21,35)
C0M13Y21K35 
(0%,13%,21%,35%)
(0.00/0.13/0.21/0.35)	

CMYK percentages

%0
%12.73
%20.61
%35.29

Codes

Color #A59083 in popluar color models

A59083
RGB165144131
HSL23°15.89%58.04%
HSB/HSV23°20.61%64.71%
CMYK0.00%12.73%20.61%
35.29%

Color #A59083 in popluar number systems.

HEXA59083
Decimal165144131
Binary101001011001000010000011
Octal245220203

Shades and tints

Shades of #A59083

#A59083
(165,144,131)
#968378
(150,131,120)
#87766D
(135,118,109)
#786962
(120,105,98)
#695C57
(105,92,87)
#5A4F4C
(90,79,76)
#4B4241
(75,66,65)
#3C3536
(60,53,54)
#2D282B
(45,40,43)
#1E1B20
(30,27,32)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #A59083

#A59083
(165,144,131)
#AD9A8E
(173,154,142)
#B5A499
(181,164,153)
#BDAEA4
(189,174,164)
#C5B8AF
(197,184,175)
#CDC2BA
(205,194,186)
#D5CCC5
(213,204,197)
#DDD6D0
(221,214,208)
#E5E0DB
(229,224,219)
#EDEAE6
(237,234,230)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59083; }

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

This text font color is #A59083.


Background Color

.myBgColor { background-color: #A59083; }

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

This div background color is #A59083.


Border color

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

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

This div border color is #A59083.


Opacity

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

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

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

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

This text has shadow with #A59083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59083 on black background.


Color preview on white background

This text has color #A59083 on white background.



Black color preview on #A59083 background

This text has black color on #A59083 background.


White color preview on #A59083 background

This text has white color on #A59083 background.