COLOR #A59556

HEX: #A59556
RGB: (165,149,86)

Color info

#A59556 contains mainly red and green colors. Web safe color of #A59556 is #999966 (or #996).

RGB color model

#A59556 color RGB value is (165,149,86).

  • red value is 165;
  • green value is 149;
  • blue value is 86.
RGB:
(165,149,86)
(65%,58%,34%)

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 86 of 255 = 34%

165
149
86

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 86 = 400 (100%)
R 165 of 400 ~ 41.25%
G 149 of 400 ~ 37.25%
B 86 of 400 ~ 21.5%

%41.25
%37.25
%21.5

CMYK color model

#A59556 color CMYK value is (0,10,48,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 47.88%
  • key color value is 35.29%
CMYK:
(0,10,48,35)
C0M10Y48K35 
(0%,10%,48%,35%)
(0.00/0.10/0.48/0.35)	

CMYK percentages

%0
%9.7
%47.88
%35.29

Codes

Color #A59556 in popluar color models

A59556
RGB16514986
HSL48°31.47%49.22%
HSB/HSV48°47.88%64.71%
CMYK0.00%9.70%47.88%
35.29%

Color #A59556 in popluar number systems.

HEXA59556
Decimal16514986
Binary10100101100101011010110
Octal245225126

Shades and tints

Shades of #A59556

#A59556
(165,149,86)
#96884F
(150,136,79)
#877B48
(135,123,72)
#786E41
(120,110,65)
#69613A
(105,97,58)
#5A5433
(90,84,51)
#4B472C
(75,71,44)
#3C3A25
(60,58,37)
#2D2D1E
(45,45,30)
#1E2017
(30,32,23)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #A59556

#A59556
(165,149,86)
#AD9E65
(173,158,101)
#B5A774
(181,167,116)
#BDB083
(189,176,131)
#C5B992
(197,185,146)
#CDC2A1
(205,194,161)
#D5CBB0
(213,203,176)
#DDD4BF
(221,212,191)
#E5DDCE
(229,221,206)
#EDE6DD
(237,230,221)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59556 color. Also use rgb(165,149,86) instead hex code.

Text Font Color

.myTextColor { color: #A59556; }

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

This text font color is #A59556.


Background Color

.myBgColor { background-color: #A59556; }

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

This div background color is #A59556.


Border color

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

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

This div border color is #A59556.


Opacity

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

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

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

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

This text has shadow with #A59556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59556 on black background.


Color preview on white background

This text has color #A59556 on white background.



Black color preview on #A59556 background

This text has black color on #A59556 background.


White color preview on #A59556 background

This text has white color on #A59556 background.