COLOR #A59079

HEX: #A59079
RGB: (165,144,121)

Color info

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

RGB color model

#A59079 color RGB value is (165,144,121).

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

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 121 of 255 = 47%

165
144
121

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

Portions of RGB colors in percentages

R + G + B =
165 + 144 + 121 = 430 (100%)
R 165 of 430 ~ 38.37%
G 144 of 430 ~ 33.49%
B 121 of 430 ~ 28.14%

%38.37
%33.49
%28.14

CMYK color model

#A59079 color CMYK value is (0,13,27,35).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(0,13,27,35)
C0M13Y27K35 
(0%,13%,27%,35%)
(0.00/0.13/0.27/0.35)	

CMYK percentages

%0
%12.73
%26.67
%35.29

Codes

Color #A59079 in popluar color models

A59079
RGB165144121
HSL31°19.64%56.08%
HSB/HSV31°26.67%64.71%
CMYK0.00%12.73%26.67%
35.29%

Color #A59079 in popluar number systems.

HEXA59079
Decimal165144121
Binary10100101100100001111001
Octal245220171

Shades and tints

Shades of #A59079

#A59079
(165,144,121)
#96836E
(150,131,110)
#877663
(135,118,99)
#786958
(120,105,88)
#695C4D
(105,92,77)
#5A4F42
(90,79,66)
#4B4237
(75,66,55)
#3C352C
(60,53,44)
#2D2821
(45,40,33)
#1E1B16
(30,27,22)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #A59079

#A59079
(165,144,121)
#AD9A85
(173,154,133)
#B5A491
(181,164,145)
#BDAE9D
(189,174,157)
#C5B8A9
(197,184,169)
#CDC2B5
(205,194,181)
#D5CCC1
(213,204,193)
#DDD6CD
(221,214,205)
#E5E0D9
(229,224,217)
#EDEAE5
(237,234,229)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59079; }

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

This text font color is #A59079.


Background Color

.myBgColor { background-color: #A59079; }

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

This div background color is #A59079.


Border color

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

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

This div border color is #A59079.


Opacity

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

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

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

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

This text has shadow with #A59079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59079 on black background.


Color preview on white background

This text has color #A59079 on white background.



Black color preview on #A59079 background

This text has black color on #A59079 background.


White color preview on #A59079 background

This text has white color on #A59079 background.