COLOR #A5936A

HEX: #A5936A
RGB: (165,147,106)

Color info

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

RGB color model

#A5936A color RGB value is (165,147,106).

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

RGB channels and saturation

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

165
147
106

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

Portions of RGB colors in percentages

R + G + B =
165 + 147 + 106 = 418 (100%)
R 165 of 418 ~ 39.47%
G 147 of 418 ~ 35.17%
B 106 of 418 ~ 25.36%

%39.47
%35.17
%25.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 35.76%
  • key color value is 35.29%
CMYK:
(0,11,36,35)
C0M11Y36K35 
(0%,11%,36%,35%)
(0.00/0.11/0.36/0.35)	

CMYK percentages

%0
%10.91
%35.76
%35.29

Codes

Color #A5936A in popluar color models

A5936A
RGB165147106
HSL42°24.69%53.14%
HSB/HSV42°35.76%64.71%
CMYK0.00%10.91%35.76%
35.29%

Color #A5936A in popluar number systems.

HEXA5936A
Decimal165147106
Binary10100101100100111101010
Octal245223152

Shades and tints

Shades of #A5936A

#A5936A
(165,147,106)
#968661
(150,134,97)
#877958
(135,121,88)
#786C4F
(120,108,79)
#695F46
(105,95,70)
#5A523D
(90,82,61)
#4B4534
(75,69,52)
#3C382B
(60,56,43)
#2D2B22
(45,43,34)
#1E1E19
(30,30,25)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #A5936A

#A5936A
(165,147,106)
#AD9C77
(173,156,119)
#B5A584
(181,165,132)
#BDAE91
(189,174,145)
#C5B79E
(197,183,158)
#CDC0AB
(205,192,171)
#D5C9B8
(213,201,184)
#DDD2C5
(221,210,197)
#E5DBD2
(229,219,210)
#EDE4DF
(237,228,223)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5936A; }

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

This text font color is #A5936A.


Background Color

.myBgColor { background-color: #A5936A; }

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

This div background color is #A5936A.


Border color

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

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

This div border color is #A5936A.


Opacity

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

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

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

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

This text has shadow with #A5936A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5936A on black background.


Color preview on white background

This text has color #A5936A on white background.



Black color preview on #A5936A background

This text has black color on #A5936A background.


White color preview on #A5936A background

This text has white color on #A5936A background.