COLOR #A5785F

HEX: #A5785F RGB: (165,120,95)

Color info

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

RGB color model

#A5785F color RGB value is (165,120,95).

RGB: (165,120,95) (65%, 47%, 37%)

RGB channels and saturation

R 165 of 255 = 65%
G 120 of 255 = 47%
B 95 of 255 = 37%

165
120
95

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

Portions of RGB colors in percentages

R + G + B = 165 + 120 + 95 = 380 (100%)
R 165 of 380 ~ 43.42%
G 120 of 380 ~ 31.58%
B 95 of 380 ~ 25'%

%43.42
%31.58
%25

CMYK color model

#A5785F color CMYK value is (0,27,42,35).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK: (0,27,42,35) C0M27Y42K35 (0%,27%,42%,35%) (0.00/0.27/0.42/0.35) 

CMYK percentages

%0
%27.27
%42.42
%35.29

Codes

Color #A5785F in popluar color models

A5 78 5F
RGB 165 120 95
HSL 21° 28.00% 50.98%
HSB/HSV 21° 42.42% 64.71%
CMYK 0.00% 27.27% 42.42%
35.29%

Color #A5785F in popluar number systems.

HEX A5 78 5F
Decimal 165 120 95
Binary 10100101 1111000 1011111
Octal 245 170 137

Shades and tints

Shades of #A5785F

#A5785F
(165,120,95)
#966E57
(150,110,87)
#87644F
(135,100,79)
#785A47
(120,90,71)
#69503F
(105,80,63)
#5A4637
(90,70,55)
#4B3C2F
(75,60,47)
#3C3227
(60,50,39)
#2D281F
(45,40,31)
#1E1E17
(30,30,23)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #A5785F

#A5785F
(165,120,95)
#AD846D
(173,132,109)
#B5907B
(181,144,123)
#BD9C89
(189,156,137)
#C5A897
(197,168,151)
#CDB4A5
(205,180,165)
#D5C0B3
(213,192,179)
#DDCCC1
(221,204,193)
#E5D8CF
(229,216,207)
#EDE4DD
(237,228,221)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5785F color. Also use rgb(165,120,95) instead hex code.

Text Font Color

.myTextColor { color: #A5785F; }

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

This text font color is #A5785F.

Background Color

.myBgColor { background-color: #A5785F; }

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

This div background color is #A5785F.

Border color

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

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

This div border color is #A5785F.

Opacity

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

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

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

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

This text has shadow with #A5785F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5785F.

Preview

Color preview on black background

This text has color #A5785F on black background.


Color preview on white background

This text has color #A5785F on white background.


Black color preview on #A5785F background

This text has black color on #A5785F background.


White color preview on #A5785F background

This text has white color on #A5785F background.


Related colors

Complementary color

Complementary color for #hex is #5A87A0.


I love getcolorcode.com

Triadic colors

1 #5FA578 and #785FA5 with #A5785F are triadic colors.

2 #5F78A5 and #78A55F with #A5785F are triadic colors.