COLOR #A5936B

HEX: #A5936B
RGB: (165,147,107)

Color info

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

RGB color model

#A5936B color RGB value is (165,147,107).

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

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 107 of 255 = 42%

165
147
107

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

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 107 = 419 (100%)
R 165 of 419 ~ 39.38%
G 147 of 419 ~ 35.08%
B 107 of 419 ~ 25.54%

%39.38
%35.08
%25.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 35.15%
  • key color value is 35.29%
CMYK:
(0,11,35,35)
C0M11Y35K35 
(0%,11%,35%,35%)
(0.00/0.11/0.35/0.35)	

CMYK percentages

%0
%10.91
%35.15
%35.29

Codes

Color #A5936B in popluar color models

A5936B
RGB165147107
HSL41°24.37%53.33%
HSB/HSV41°35.15%64.71%
CMYK0.00%10.91%35.15%
35.29%

Color #A5936B in popluar number systems.

HEXA5936B
Decimal165147107
Binary10100101100100111101011
Octal245223153

Shades and tints

Shades of #A5936B

#A5936B
(165,147,107)
#968662
(150,134,98)
#877959
(135,121,89)
#786C50
(120,108,80)
#695F47
(105,95,71)
#5A523E
(90,82,62)
#4B4535
(75,69,53)
#3C382C
(60,56,44)
#2D2B23
(45,43,35)
#1E1E1A
(30,30,26)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A5936B

#A5936B
(165,147,107)
#AD9C78
(173,156,120)
#B5A585
(181,165,133)
#BDAE92
(189,174,146)
#C5B79F
(197,183,159)
#CDC0AC
(205,192,172)
#D5C9B9
(213,201,185)
#DDD2C6
(221,210,198)
#E5DBD3
(229,219,211)
#EDE4E0
(237,228,224)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5936B; }

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

This text font color is #A5936B.


Background Color

.myBgColor { background-color: #A5936B; }

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

This div background color is #A5936B.


Border color

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

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

This div border color is #A5936B.


Opacity

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

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

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

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

This text has shadow with #A5936B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5936B on black background.


Color preview on white background

This text has color #A5936B on white background.



Black color preview on #A5936B background

This text has black color on #A5936B background.


White color preview on #A5936B background

This text has white color on #A5936B background.