COLOR #A59670

HEX: #A59670
RGB: (165,150,112)

Color info

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

RGB color model

#A59670 color RGB value is (165,150,112).

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

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 112 of 255 = 44%

165
150
112

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 112 = 427 (100%)
R 165 of 427 ~ 38.64%
G 150 of 427 ~ 35.13%
B 112 of 427 ~ 26.23%

%38.64
%35.13
%26.23

CMYK color model

#A59670 color CMYK value is (0,9,32,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 32.12%
  • key color value is 35.29%
CMYK:
(0,9,32,35)
C0M9Y32K35 
(0%,9%,32%,35%)
(0.00/0.09/0.32/0.35)	

CMYK percentages

%0
%9.09
%32.12
%35.29

Codes

Color #A59670 in popluar color models

A59670
RGB165150112
HSL43°22.75%54.31%
HSB/HSV43°32.12%64.71%
CMYK0.00%9.09%32.12%
35.29%

Color #A59670 in popluar number systems.

HEXA59670
Decimal165150112
Binary10100101100101101110000
Octal245226160

Shades and tints

Shades of #A59670

#A59670
(165,150,112)
#968966
(150,137,102)
#877C5C
(135,124,92)
#786F52
(120,111,82)
#696248
(105,98,72)
#5A553E
(90,85,62)
#4B4834
(75,72,52)
#3C3B2A
(60,59,42)
#2D2E20
(45,46,32)
#1E2116
(30,33,22)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #A59670

#A59670
(165,150,112)
#AD9F7D
(173,159,125)
#B5A88A
(181,168,138)
#BDB197
(189,177,151)
#C5BAA4
(197,186,164)
#CDC3B1
(205,195,177)
#D5CCBE
(213,204,190)
#DDD5CB
(221,213,203)
#E5DED8
(229,222,216)
#EDE7E5
(237,231,229)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59670; }

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

This text font color is #A59670.


Background Color

.myBgColor { background-color: #A59670; }

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

This div background color is #A59670.


Border color

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

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

This div border color is #A59670.


Opacity

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

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

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

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

This text has shadow with #A59670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59670 on black background.


Color preview on white background

This text has color #A59670 on white background.



Black color preview on #A59670 background

This text has black color on #A59670 background.


White color preview on #A59670 background

This text has white color on #A59670 background.