COLOR #A5725E

HEX: #A5725E RGB: (165,114,94)

Color info

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

RGB color model

#A5725E color RGB value is (165,114,94).

RGB: (165,114,94) (65%, 45%, 37%)

RGB channels and saturation

R 165 of 255 = 65%
G 114 of 255 = 45%
B 94 of 255 = 37%

165
114
94

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

Portions of RGB colors in percentages

R + G + B = 165 + 114 + 94 = 373 (100%)
R 165 of 373 ~ 44.24%
G 114 of 373 ~ 30.56%
B 94 of 373 ~ 25.2'%

%44.24
%30.56
%25.2

CMYK color model

#A5725E color CMYK value is (0,31,43,35).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 43.03%
  • key color value is 35.29%
CMYK: (0,31,43,35) C0M31Y43K35 (0%,31%,43%,35%) (0.00/0.31/0.43/0.35) 

CMYK percentages

%0
%30.91
%43.03
%35.29

Codes

Color #A5725E in popluar color models

A5 72 5E
RGB 165 114 94
HSL 17° 28.29% 50.78%
HSB/HSV 17° 43.03% 64.71%
CMYK 0.00% 30.91% 43.03%
35.29%

Color #A5725E in popluar number systems.

HEX A5 72 5E
Decimal 165 114 94
Binary 10100101 1110010 1011110
Octal 245 162 136

Shades and tints

Shades of #A5725E

#A5725E
(165,114,94)
#966856
(150,104,86)
#875E4E
(135,94,78)
#785446
(120,84,70)
#694A3E
(105,74,62)
#5A4036
(90,64,54)
#4B362E
(75,54,46)
#3C2C26
(60,44,38)
#2D221E
(45,34,30)
#1E1816
(30,24,22)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #A5725E

#A5725E
(165,114,94)
#AD7E6C
(173,126,108)
#B58A7A
(181,138,122)
#BD9688
(189,150,136)
#C5A296
(197,162,150)
#CDAEA4
(205,174,164)
#D5BAB2
(213,186,178)
#DDC6C0
(221,198,192)
#E5D2CE
(229,210,206)
#EDDEDC
(237,222,220)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5725E; }

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

This text font color is #A5725E.

Background Color

.myBgColor { background-color: #A5725E; }

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

This div background color is #A5725E.

Border color

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

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

This div border color is #A5725E.

Opacity

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

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

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

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

This text has shadow with #A5725E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5725E.

Preview

Color preview on black background

This text has color #A5725E on black background.


Color preview on white background

This text has color #A5725E on white background.


Black color preview on #A5725E background

This text has black color on #A5725E background.


White color preview on #A5725E background

This text has white color on #A5725E background.


Related colors

Complementary color

Complementary color for #hex is #5A8DA1.


I love getcolorcode.com

Triadic colors

1 #5EA572 and #725EA5 with #A5725E are triadic colors.

2 #5E72A5 and #72A55E with #A5725E are triadic colors.