COLOR #A5715E

HEX: #A5715E
RGB: (165,113,94)

Color info

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

RGB color model

#A5715E color RGB value is (165,113,94).

  • red value is 165;
  • green value is 113;
  • blue value is 94.
RGB:
(165,113,94)
(65%,44%,37%)

RGB channels and saturation

R 165 of 255 = 65%
G 113 of 255 = 44%
B 94 of 255 = 37%

165
113
94

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

Portions of RGB colors in percentages

R + G + B =
165 + 113 + 94 = 372 (100%)
R 165 of 372 ~ 44.35%
G 113 of 372 ~ 30.38%
B 94 of 372 ~ 25.27%

%44.35
%30.38
%25.27

CMYK color model

#A5715E color CMYK value is (0,32,43,35).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 43.03%
  • key color value is 35.29%
CMYK:
(0,32,43,35)
C0M32Y43K35 
(0%,32%,43%,35%)
(0.00/0.32/0.43/0.35)	

CMYK percentages

%0
%31.52
%43.03
%35.29

Codes

Color #A5715E in popluar color models

A5715E
RGB16511394
HSL16°28.29%50.78%
HSB/HSV16°43.03%64.71%
CMYK0.00%31.52%43.03%
35.29%

Color #A5715E in popluar number systems.

HEXA5715E
Decimal16511394
Binary1010010111100011011110
Octal245161136

Shades and tints

Shades of #A5715E

#A5715E
(165,113,94)
#966756
(150,103,86)
#875D4E
(135,93,78)
#785346
(120,83,70)
#69493E
(105,73,62)
#5A3F36
(90,63,54)
#4B352E
(75,53,46)
#3C2B26
(60,43,38)
#2D211E
(45,33,30)
#1E1716
(30,23,22)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #A5715E

#A5715E
(165,113,94)
#AD7D6C
(173,125,108)
#B5897A
(181,137,122)
#BD9588
(189,149,136)
#C5A196
(197,161,150)
#CDADA4
(205,173,164)
#D5B9B2
(213,185,178)
#DDC5C0
(221,197,192)
#E5D1CE
(229,209,206)
#EDDDDC
(237,221,220)
#F5E9EA
(245,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5715E color. Also use rgb(165,113,94) instead hex code.

Text Font Color

.myTextColor { color: #A5715E; }

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

This text font color is #A5715E.


Background Color

.myBgColor { background-color: #A5715E; }

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

This div background color is #A5715E.


Border color

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

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

This div border color is #A5715E.


Opacity

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

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

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

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

This text has shadow with #A5715E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5715E on black background.


Color preview on white background

This text has color #A5715E on white background.



Black color preview on #A5715E background

This text has black color on #A5715E background.


White color preview on #A5715E background

This text has white color on #A5715E background.