COLOR #A5856D

HEX: #A5856D RGB: (165,133,109)

Color info

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

RGB color model

#A5856D color RGB value is (165,133,109).

RGB: (165,133,109) (65%, 52%, 43%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 109 of 255 = 43%

165
133
109

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

Portions of RGB colors in percentages

R + G + B = 165 + 133 + 109 = 407 (100%)
R 165 of 407 ~ 40.54%
G 133 of 407 ~ 32.68%
B 109 of 407 ~ 26.78'%

%40.54
%32.68
%26.78

CMYK color model

#A5856D color CMYK value is (0,19,34,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 33.94%
  • key color value is 35.29%

CMYK: (0,19,34,35)
C0M19Y34K35 (0%, 19%, 34%, 35%)
(0.00 / 0.19 / 0.34 / 0.35)

CMYK percentages

%0
%19.39
%33.94
%35.29

Codes

Color #A5856D in popluar color models

A5 85 6D
RGB 165 133 109
HSL 26° 23.73% 53.73%
HSB/HSV 26° 33.94% 64.71%
CMYK 0.00% 19.39% 33.94%
35.29%

Color #A5856D in popluar number systems.

HEX A5 85 6D
Decimal 165 133 109
Binary 10100101 10000101 1101101
Octal 245 205 155

Shades and tints

Shades of #A5856D

#A5856D
(165,133,109)
#967964
(150,121,100)
#876D5B
(135,109,91)
#786152
(120,97,82)
#695549
(105,85,73)
#5A4940
(90,73,64)
#4B3D37
(75,61,55)
#3C312E
(60,49,46)
#2D2525
(45,37,37)
#1E191C
(30,25,28)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #A5856D

#A5856D
(165,133,109)
#AD907A
(173,144,122)
#B59B87
(181,155,135)
#BDA694
(189,166,148)
#C5B1A1
(197,177,161)
#CDBCAE
(205,188,174)
#D5C7BB
(213,199,187)
#DDD2C8
(221,210,200)
#E5DDD5
(229,221,213)
#EDE8E2
(237,232,226)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5856D color. Also use rgb(165,133,109) instead hex code.

Text Font Color

.myTextColor { color: #A5856D; }

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

This text font color is #A5856D.

Background Color

.myBgColor { background-color: #A5856D; }

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

This div background color is #A5856D.

Border color

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

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

This div border color is #A5856D.

Opacity

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

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

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

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

This text has shadow with #A5856D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5856D.

Preview

Color preview on black background

This text has color #A5856D on black background.


Color preview on white background

This text has color #A5856D on white background.


Black color preview on #A5856D background

This text has black color on #A5856D background.


White color preview on #A5856D background

This text has white color on #A5856D background.


Related colors

Complementary color

Complementary color for #hex is #5A7A92.


I love getcolorcode.com

Triadic colors

1 #6DA585 and #856DA5 with #A5856D are triadic colors.

2 #6D85A5 and #85A56D with #A5856D are triadic colors.