COLOR #A5937D

HEX: #A5937D
RGB: (165,147,125)

Color info

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

RGB color model

#A5937D color RGB value is (165,147,125).

  • red value is 165;
  • green value is 147;
  • blue value is 125.
RGB:
(165,147,125)
(65%,58%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 125 of 255 = 49%

165
147
125

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

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 125 = 437 (100%)
R 165 of 437 ~ 37.76%
G 147 of 437 ~ 33.64%
B 125 of 437 ~ 28.6%

%37.76
%33.64
%28.6

CMYK color model

#A5937D color CMYK value is (0,11,24,35).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK:
(0,11,24,35)
C0M11Y24K35 
(0%,11%,24%,35%)
(0.00/0.11/0.24/0.35)	

CMYK percentages

%0
%10.91
%24.24
%35.29

Codes

Color #A5937D in popluar color models

A5937D
RGB165147125
HSL33°18.18%56.86%
HSB/HSV33°24.24%64.71%
CMYK0.00%10.91%24.24%
35.29%

Color #A5937D in popluar number systems.

HEXA5937D
Decimal165147125
Binary10100101100100111111101
Octal245223175

Shades and tints

Shades of #A5937D

#A5937D
(165,147,125)
#968672
(150,134,114)
#877967
(135,121,103)
#786C5C
(120,108,92)
#695F51
(105,95,81)
#5A5246
(90,82,70)
#4B453B
(75,69,59)
#3C3830
(60,56,48)
#2D2B25
(45,43,37)
#1E1E1A
(30,30,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A5937D

#A5937D
(165,147,125)
#AD9C88
(173,156,136)
#B5A593
(181,165,147)
#BDAE9E
(189,174,158)
#C5B7A9
(197,183,169)
#CDC0B4
(205,192,180)
#D5C9BF
(213,201,191)
#DDD2CA
(221,210,202)
#E5DBD5
(229,219,213)
#EDE4E0
(237,228,224)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5937D color. Also use rgb(165,147,125) instead hex code.

Text Font Color

.myTextColor { color: #A5937D; }

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

This text font color is #A5937D.


Background Color

.myBgColor { background-color: #A5937D; }

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

This div background color is #A5937D.


Border color

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

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

This div border color is #A5937D.


Opacity

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

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

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

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

This text has shadow with #A5937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5937D on black background.


Color preview on white background

This text has color #A5937D on white background.



Black color preview on #A5937D background

This text has black color on #A5937D background.


White color preview on #A5937D background

This text has white color on #A5937D background.