COLOR #A5916D

HEX: #A5916D RGB: (165,145,109)

Color info

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

RGB color model

#A5916D color RGB value is (165,145,109).

RGB: (165,145,109) (65%, 57%, 43%)

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 109 of 255 = 43%

165
145
109

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

Portions of RGB colors in percentages

R + G + B = 165 + 145 + 109 = 419 (100%)
R 165 of 419 ~ 39.38%
G 145 of 419 ~ 34.61%
B 109 of 419 ~ 26.01'%

%39.38
%34.61
%26.01

CMYK color model

#A5916D color CMYK value is (0,12,34,35).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 33.94%
  • key color value is 35.29%
CMYK: (0,12,34,35) C0M12Y34K35 (0%,12%,34%,35%) (0.00/0.12/0.34/0.35) 

CMYK percentages

%0
%12.12
%33.94
%35.29

Codes

Color #A5916D in popluar color models

A5 91 6D
RGB 165 145 109
HSL 39° 23.73% 53.73%
HSB/HSV 39° 33.94% 64.71%
CMYK 0.00% 12.12% 33.94%
35.29%

Color #A5916D in popluar number systems.

HEX A5 91 6D
Decimal 165 145 109
Binary 10100101 10010001 1101101
Octal 245 221 155

Shades and tints

Shades of #A5916D

#A5916D
(165,145,109)
#968464
(150,132,100)
#87775B
(135,119,91)
#786A52
(120,106,82)
#695D49
(105,93,73)
#5A5040
(90,80,64)
#4B4337
(75,67,55)
#3C362E
(60,54,46)
#2D2925
(45,41,37)
#1E1C1C
(30,28,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #A5916D

#A5916D
(165,145,109)
#AD9B7A
(173,155,122)
#B5A587
(181,165,135)
#BDAF94
(189,175,148)
#C5B9A1
(197,185,161)
#CDC3AE
(205,195,174)
#D5CDBB
(213,205,187)
#DDD7C8
(221,215,200)
#E5E1D5
(229,225,213)
#EDEBE2
(237,235,226)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5916D; }

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

This text font color is #A5916D.

Background Color

.myBgColor { background-color: #A5916D; }

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

This div background color is #A5916D.

Border color

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

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

This div border color is #A5916D.

Opacity

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

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

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

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

This text has shadow with #A5916D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5916D.

Preview

Color preview on black background

This text has color #A5916D on black background.


Color preview on white background

This text has color #A5916D on white background.


Black color preview on #A5916D background

This text has black color on #A5916D background.


White color preview on #A5916D background

This text has white color on #A5916D background.


Related colors

Complementary color

Complementary color for #hex is #5A6E92.


I love getcolorcode.com

Triadic colors

1 #6DA591 and #916DA5 with #A5916D are triadic colors.

2 #6D91A5 and #91A56D with #A5916D are triadic colors.