COLOR #A5746D

HEX: #A5746D
RGB: (165,116,109)

Color info

#A5746D contains red, green and blue colors in about the same proportion. Web safe color of #A5746D is #996666 (or #966).

RGB color model

#A5746D color RGB value is (165,116,109).

  • red value is 165;
  • green value is 116;
  • blue value is 109.
RGB:
(165,116,109)
(65%,45%,43%)

RGB channels and saturation

R 165 of 255 = 65%
G 116 of 255 = 45%
B 109 of 255 = 43%

165
116
109

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

Portions of RGB colors in percentages

R + G + B =
165 + 116 + 109 = 390 (100%)
R 165 of 390 ~ 42.31%
G 116 of 390 ~ 29.74%
B 109 of 390 ~ 27.95%

%42.31
%29.74
%27.95

CMYK color model

#A5746D color CMYK value is (0,30,34,35).

  • cyan value is 0.00%
  • magenta value is 29.70%
  • yellow value is 33.94%
  • key color value is 35.29%
CMYK:
(0,30,34,35)
C0M30Y34K35 
(0%,30%,34%,35%)
(0.00/0.30/0.34/0.35)	

CMYK percentages

%0
%29.7
%33.94
%35.29

Codes

Color #A5746D in popluar color models

A5746D
RGB165116109
HSL23.73%53.73%
HSB/HSV33.94%64.71%
CMYK0.00%29.70%33.94%
35.29%

Color #A5746D in popluar number systems.

HEXA5746D
Decimal165116109
Binary1010010111101001101101
Octal245164155

Shades and tints

Shades of #A5746D

#A5746D
(165,116,109)
#966A64
(150,106,100)
#87605B
(135,96,91)
#785652
(120,86,82)
#694C49
(105,76,73)
#5A4240
(90,66,64)
#4B3837
(75,56,55)
#3C2E2E
(60,46,46)
#2D2425
(45,36,37)
#1E1A1C
(30,26,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #A5746D

#A5746D
(165,116,109)
#AD807A
(173,128,122)
#B58C87
(181,140,135)
#BD9894
(189,152,148)
#C5A4A1
(197,164,161)
#CDB0AE
(205,176,174)
#D5BCBB
(213,188,187)
#DDC8C8
(221,200,200)
#E5D4D5
(229,212,213)
#EDE0E2
(237,224,226)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5746D; }

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

This text font color is #A5746D.


Background Color

.myBgColor { background-color: #A5746D; }

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

This div background color is #A5746D.


Border color

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

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

This div border color is #A5746D.


Opacity

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

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

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

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

This text has shadow with #A5746D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5746D on black background.


Color preview on white background

This text has color #A5746D on white background.



Black color preview on #A5746D background

This text has black color on #A5746D background.


White color preview on #A5746D background

This text has white color on #A5746D background.