COLOR #A5745D

HEX: #A5745D
RGB: (165,116,93)

Color info

#A5745D contains mainly red and green colors. Web safe color of #A5745D is #996666 (or #966).

RGB color model

#A5745D color RGB value is (165,116,93).

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

RGB channels and saturation

R 165 of 255 = 65%
G 116 of 255 = 45%
B 93 of 255 = 36%

165
116
93

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

Portions of RGB colors in percentages

R + G + B =
165 + 116 + 93 = 374 (100%)
R 165 of 374 ~ 44.12%
G 116 of 374 ~ 31.02%
B 93 of 374 ~ 24.87%

%44.12
%31.02
%24.87

CMYK color model

#A5745D color CMYK value is (0,30,44,35).

  • cyan value is 0.00%
  • magenta value is 29.70%
  • yellow value is 43.64%
  • key color value is 35.29%
CMYK:
(0,30,44,35)
C0M30Y44K35 
(0%,30%,44%,35%)
(0.00/0.30/0.44/0.35)	

CMYK percentages

%0
%29.7
%43.64
%35.29

Codes

Color #A5745D in popluar color models

A5745D
RGB16511693
HSL19°28.57%50.59%
HSB/HSV19°43.64%64.71%
CMYK0.00%29.70%43.64%
35.29%

Color #A5745D in popluar number systems.

HEXA5745D
Decimal16511693
Binary1010010111101001011101
Octal245164135

Shades and tints

Shades of #A5745D

#A5745D
(165,116,93)
#966A55
(150,106,85)
#87604D
(135,96,77)
#785645
(120,86,69)
#694C3D
(105,76,61)
#5A4235
(90,66,53)
#4B382D
(75,56,45)
#3C2E25
(60,46,37)
#2D241D
(45,36,29)
#1E1A15
(30,26,21)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #A5745D

#A5745D
(165,116,93)
#AD806B
(173,128,107)
#B58C79
(181,140,121)
#BD9887
(189,152,135)
#C5A495
(197,164,149)
#CDB0A3
(205,176,163)
#D5BCB1
(213,188,177)
#DDC8BF
(221,200,191)
#E5D4CD
(229,212,205)
#EDE0DB
(237,224,219)
#F5ECE9
(245,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5745D; }

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

This text font color is #A5745D.


Background Color

.myBgColor { background-color: #A5745D; }

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

This div background color is #A5745D.


Border color

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

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

This div border color is #A5745D.


Opacity

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

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

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

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

This text has shadow with #A5745D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5745D on black background.


Color preview on white background

This text has color #A5745D on white background.



Black color preview on #A5745D background

This text has black color on #A5745D background.


White color preview on #A5745D background

This text has white color on #A5745D background.