COLOR #A5936F

HEX: #A5936F
RGB: (165,147,111)

Color info

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

RGB color model

#A5936F color RGB value is (165,147,111).

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

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 111 of 255 = 44%

165
147
111

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

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 111 = 423 (100%)
R 165 of 423 ~ 39.01%
G 147 of 423 ~ 34.75%
B 111 of 423 ~ 26.24%

%39.01
%34.75
%26.24

CMYK color model

#A5936F color CMYK value is (0,11,33,35).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 32.73%
  • key color value is 35.29%
CMYK:
(0,11,33,35)
C0M11Y33K35 
(0%,11%,33%,35%)
(0.00/0.11/0.33/0.35)	

CMYK percentages

%0
%10.91
%32.73
%35.29

Codes

Color #A5936F in popluar color models

A5936F
RGB165147111
HSL40°23.08%54.12%
HSB/HSV40°32.73%64.71%
CMYK0.00%10.91%32.73%
35.29%

Color #A5936F in popluar number systems.

HEXA5936F
Decimal165147111
Binary10100101100100111101111
Octal245223157

Shades and tints

Shades of #A5936F

#A5936F
(165,147,111)
#968665
(150,134,101)
#87795B
(135,121,91)
#786C51
(120,108,81)
#695F47
(105,95,71)
#5A523D
(90,82,61)
#4B4533
(75,69,51)
#3C3829
(60,56,41)
#2D2B1F
(45,43,31)
#1E1E15
(30,30,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #A5936F

#A5936F
(165,147,111)
#AD9C7C
(173,156,124)
#B5A589
(181,165,137)
#BDAE96
(189,174,150)
#C5B7A3
(197,183,163)
#CDC0B0
(205,192,176)
#D5C9BD
(213,201,189)
#DDD2CA
(221,210,202)
#E5DBD7
(229,219,215)
#EDE4E4
(237,228,228)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5936F; }

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

This text font color is #A5936F.


Background Color

.myBgColor { background-color: #A5936F; }

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

This div background color is #A5936F.


Border color

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

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

This div border color is #A5936F.


Opacity

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

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

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

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

This text has shadow with #A5936F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5936F on black background.


Color preview on white background

This text has color #A5936F on white background.



Black color preview on #A5936F background

This text has black color on #A5936F background.


White color preview on #A5936F background

This text has white color on #A5936F background.