COLOR #A59255

HEX: #A59255
RGB: (165,146,85)

Color info

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

RGB color model

#A59255 color RGB value is (165,146,85).

  • red value is 165;
  • green value is 146;
  • blue value is 85.
RGB:
(165,146,85)
(65%,57%,33%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 85 of 255 = 33%

165
146
85

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

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 85 = 396 (100%)
R 165 of 396 ~ 41.67%
G 146 of 396 ~ 36.87%
B 85 of 396 ~ 21.46%

%41.67
%36.87
%21.46

CMYK color model

#A59255 color CMYK value is (0,12,48,35).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 48.48%
  • key color value is 35.29%
CMYK:
(0,12,48,35)
C0M12Y48K35 
(0%,12%,48%,35%)
(0.00/0.12/0.48/0.35)	

CMYK percentages

%0
%11.52
%48.48
%35.29

Codes

Color #A59255 in popluar color models

A59255
RGB16514685
HSL46°32.00%49.02%
HSB/HSV46°48.48%64.71%
CMYK0.00%11.52%48.48%
35.29%

Color #A59255 in popluar number systems.

HEXA59255
Decimal16514685
Binary10100101100100101010101
Octal245222125

Shades and tints

Shades of #A59255

#A59255
(165,146,85)
#96854E
(150,133,78)
#877847
(135,120,71)
#786B40
(120,107,64)
#695E39
(105,94,57)
#5A5132
(90,81,50)
#4B442B
(75,68,43)
#3C3724
(60,55,36)
#2D2A1D
(45,42,29)
#1E1D16
(30,29,22)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #A59255

#A59255
(165,146,85)
#AD9B64
(173,155,100)
#B5A473
(181,164,115)
#BDAD82
(189,173,130)
#C5B691
(197,182,145)
#CDBFA0
(205,191,160)
#D5C8AF
(213,200,175)
#DDD1BE
(221,209,190)
#E5DACD
(229,218,205)
#EDE3DC
(237,227,220)
#F5ECEB
(245,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59255 color. Also use rgb(165,146,85) instead hex code.

Text Font Color

.myTextColor { color: #A59255; }

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

This text font color is #A59255.


Background Color

.myBgColor { background-color: #A59255; }

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

This div background color is #A59255.


Border color

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

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

This div border color is #A59255.


Opacity

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

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

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

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

This text has shadow with #A59255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59255 on black background.


Color preview on white background

This text has color #A59255 on white background.



Black color preview on #A59255 background

This text has black color on #A59255 background.


White color preview on #A59255 background

This text has white color on #A59255 background.