COLOR #A5836E

HEX: #A5836E
RGB: (165,131,110)

Color info

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

RGB color model

#A5836E color RGB value is (165,131,110).

  • red value is 165;
  • green value is 131;
  • blue value is 110.
RGB:
(165,131,110)
(65%,51%,43%)

RGB channels and saturation

R 165 of 255 = 65%
G 131 of 255 = 51%
B 110 of 255 = 43%

165
131
110

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

Portions of RGB colors in percentages

R + G + B =
165 + 131 + 110 = 406 (100%)
R 165 of 406 ~ 40.64%
G 131 of 406 ~ 32.27%
B 110 of 406 ~ 27.09%

%40.64
%32.27
%27.09

CMYK color model

#A5836E color CMYK value is (0,21,33,35).

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 33.33%
  • key color value is 35.29%
CMYK:
(0,21,33,35)
C0M21Y33K35 
(0%,21%,33%,35%)
(0.00/0.21/0.33/0.35)	

CMYK percentages

%0
%20.61
%33.33
%35.29

Codes

Color #A5836E in popluar color models

A5836E
RGB165131110
HSL23°23.40%53.92%
HSB/HSV23°33.33%64.71%
CMYK0.00%20.61%33.33%
35.29%

Color #A5836E in popluar number systems.

HEXA5836E
Decimal165131110
Binary10100101100000111101110
Octal245203156

Shades and tints

Shades of #A5836E

#A5836E
(165,131,110)
#967864
(150,120,100)
#876D5A
(135,109,90)
#786250
(120,98,80)
#695746
(105,87,70)
#5A4C3C
(90,76,60)
#4B4132
(75,65,50)
#3C3628
(60,54,40)
#2D2B1E
(45,43,30)
#1E2014
(30,32,20)
#0F150A
(15,21,10)
#000000
(0,0,0)

Tints of #A5836E

#A5836E
(165,131,110)
#AD8E7B
(173,142,123)
#B59988
(181,153,136)
#BDA495
(189,164,149)
#C5AFA2
(197,175,162)
#CDBAAF
(205,186,175)
#D5C5BC
(213,197,188)
#DDD0C9
(221,208,201)
#E5DBD6
(229,219,214)
#EDE6E3
(237,230,227)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5836E color. Also use rgb(165,131,110) instead hex code.

Text Font Color

.myTextColor { color: #A5836E; }

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

This text font color is #A5836E.


Background Color

.myBgColor { background-color: #A5836E; }

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

This div background color is #A5836E.


Border color

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

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

This div border color is #A5836E.


Opacity

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

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

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

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

This text has shadow with #A5836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5836E on black background.


Color preview on white background

This text has color #A5836E on white background.



Black color preview on #A5836E background

This text has black color on #A5836E background.


White color preview on #A5836E background

This text has white color on #A5836E background.