COLOR #A5905E

HEX: #A5905E
RGB: (165,144,94)

Color info

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

RGB color model

#A5905E color RGB value is (165,144,94).

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

RGB channels and saturation

R 165 of 255 = 65%
G 144 of 255 = 56%
B 94 of 255 = 37%

165
144
94

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

Portions of RGB colors in percentages

R + G + B =
165 + 144 + 94 = 403 (100%)
R 165 of 403 ~ 40.94%
G 144 of 403 ~ 35.73%
B 94 of 403 ~ 23.33%

%40.94
%35.73
%23.33

CMYK color model

#A5905E color CMYK value is (0,13,43,35).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 43.03%
  • key color value is 35.29%
CMYK:
(0,13,43,35)
C0M13Y43K35 
(0%,13%,43%,35%)
(0.00/0.13/0.43/0.35)	

CMYK percentages

%0
%12.73
%43.03
%35.29

Codes

Color #A5905E in popluar color models

A5905E
RGB16514494
HSL42°28.29%50.78%
HSB/HSV42°43.03%64.71%
CMYK0.00%12.73%43.03%
35.29%

Color #A5905E in popluar number systems.

HEXA5905E
Decimal16514494
Binary10100101100100001011110
Octal245220136

Shades and tints

Shades of #A5905E

#A5905E
(165,144,94)
#968356
(150,131,86)
#87764E
(135,118,78)
#786946
(120,105,70)
#695C3E
(105,92,62)
#5A4F36
(90,79,54)
#4B422E
(75,66,46)
#3C3526
(60,53,38)
#2D281E
(45,40,30)
#1E1B16
(30,27,22)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #A5905E

#A5905E
(165,144,94)
#AD9A6C
(173,154,108)
#B5A47A
(181,164,122)
#BDAE88
(189,174,136)
#C5B896
(197,184,150)
#CDC2A4
(205,194,164)
#D5CCB2
(213,204,178)
#DDD6C0
(221,214,192)
#E5E0CE
(229,224,206)
#EDEADC
(237,234,220)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5905E; }

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

This text font color is #A5905E.


Background Color

.myBgColor { background-color: #A5905E; }

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

This div background color is #A5905E.


Border color

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

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

This div border color is #A5905E.


Opacity

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

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

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

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

This text has shadow with #A5905E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5905E on black background.


Color preview on white background

This text has color #A5905E on white background.



Black color preview on #A5905E background

This text has black color on #A5905E background.


White color preview on #A5905E background

This text has white color on #A5905E background.