COLOR #A5836C

HEX: #A5836C RGB: (165,131,108)

Color info

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

RGB color model

#A5836C color RGB value is (165,131,108).

RGB: (165,131,108) (65%, 51%, 42%)

RGB channels and saturation

R 165 of 255 = 65%
G 131 of 255 = 51%
B 108 of 255 = 42%

165
131
108

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

Portions of RGB colors in percentages

R + G + B = 165 + 131 + 108 = 404 (100%)
R 165 of 404 ~ 40.84%
G 131 of 404 ~ 32.43%
B 108 of 404 ~ 26.73'%

%40.84
%32.43
%26.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 34.55%
  • key color value is 35.29%

CMYK: (0,21,35,35)
C0M21Y35K35 (0%, 21%, 35%, 35%)
(0.00 / 0.21 / 0.35 / 0.35)

CMYK percentages

%0
%20.61
%34.55
%35.29

Codes

Color #A5836C in popluar color models

A5 83 6C
RGB 165 131 108
HSL 24° 24.05% 53.53%
HSB/HSV 24° 34.55% 64.71%
CMYK 0.00% 20.61% 34.55%
35.29%

Color #A5836C in popluar number systems.

HEX A5 83 6C
Decimal 165 131 108
Binary 10100101 10000011 1101100
Octal 245 203 154

Shades and tints

Shades of #A5836C

#A5836C
(165,131,108)
#967863
(150,120,99)
#876D5A
(135,109,90)
#786251
(120,98,81)
#695748
(105,87,72)
#5A4C3F
(90,76,63)
#4B4136
(75,65,54)
#3C362D
(60,54,45)
#2D2B24
(45,43,36)
#1E201B
(30,32,27)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A5836C

#A5836C
(165,131,108)
#AD8E79
(173,142,121)
#B59986
(181,153,134)
#BDA493
(189,164,147)
#C5AFA0
(197,175,160)
#CDBAAD
(205,186,173)
#D5C5BA
(213,197,186)
#DDD0C7
(221,208,199)
#E5DBD4
(229,219,212)
#EDE6E1
(237,230,225)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5836C; }

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

This text font color is #A5836C.

Background Color

.myBgColor { background-color: #A5836C; }

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

This div background color is #A5836C.

Border color

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

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

This div border color is #A5836C.

Opacity

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

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

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

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

This text has shadow with #A5836C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5836C.

Preview

Color preview on black background

This text has color #A5836C on black background.


Color preview on white background

This text has color #A5836C on white background.


Black color preview on #A5836C background

This text has black color on #A5836C background.


White color preview on #A5836C background

This text has white color on #A5836C background.


Related colors

Complementary color

Complementary color for #hex is #5A7C93.


I love getcolorcode.com

Triadic colors

1 #6CA583 and #836CA5 with #A5836C are triadic colors.

2 #6C83A5 and #83A56C with #A5836C are triadic colors.