COLOR #A59070

HEX: #A59070
RGB: (165,144,112)

Color info

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

RGB color model

#A59070 color RGB value is (165,144,112).

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

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 112 of 255 = 44%

165
144
112

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

Portions of RGB colors in percentages

R + G + B =
165 + 144 + 112 = 421 (100%)
R 165 of 421 ~ 39.19%
G 144 of 421 ~ 34.2%
B 112 of 421 ~ 26.6%

%39.19
%34.2
%26.6

CMYK color model

#A59070 color CMYK value is (0,13,32,35).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 32.12%
  • key color value is 35.29%
CMYK:
(0,13,32,35)
C0M13Y32K35 
(0%,13%,32%,35%)
(0.00/0.13/0.32/0.35)	

CMYK percentages

%0
%12.73
%32.12
%35.29

Codes

Color #A59070 in popluar color models

A59070
RGB165144112
HSL36°22.75%54.31%
HSB/HSV36°32.12%64.71%
CMYK0.00%12.73%32.12%
35.29%

Color #A59070 in popluar number systems.

HEXA59070
Decimal165144112
Binary10100101100100001110000
Octal245220160

Shades and tints

Shades of #A59070

#A59070
(165,144,112)
#968366
(150,131,102)
#87765C
(135,118,92)
#786952
(120,105,82)
#695C48
(105,92,72)
#5A4F3E
(90,79,62)
#4B4234
(75,66,52)
#3C352A
(60,53,42)
#2D2820
(45,40,32)
#1E1B16
(30,27,22)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #A59070

#A59070
(165,144,112)
#AD9A7D
(173,154,125)
#B5A48A
(181,164,138)
#BDAE97
(189,174,151)
#C5B8A4
(197,184,164)
#CDC2B1
(205,194,177)
#D5CCBE
(213,204,190)
#DDD6CB
(221,214,203)
#E5E0D8
(229,224,216)
#EDEAE5
(237,234,229)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59070; }

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

This text font color is #A59070.


Background Color

.myBgColor { background-color: #A59070; }

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

This div background color is #A59070.


Border color

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

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

This div border color is #A59070.


Opacity

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

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

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

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

This text has shadow with #A59070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59070 on black background.


Color preview on white background

This text has color #A59070 on white background.



Black color preview on #A59070 background

This text has black color on #A59070 background.


White color preview on #A59070 background

This text has white color on #A59070 background.