COLOR #A5785C

HEX: #A5785C
RGB: (165,120,92)

Color info

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

RGB color model

#A5785C color RGB value is (165,120,92).

  • red value is 165;
  • green value is 120;
  • blue value is 92.
RGB:
(165,120,92)
(65%,47%,36%)

RGB channels and saturation

R 165 of 255 = 65%
G 120 of 255 = 47%
B 92 of 255 = 36%

165
120
92

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

Portions of RGB colors in percentages

R + G + B =
165 + 120 + 92 = 377 (100%)
R 165 of 377 ~ 43.77%
G 120 of 377 ~ 31.83%
B 92 of 377 ~ 24.4%

%43.77
%31.83
%24.4

CMYK color model

#A5785C color CMYK value is (0,27,44,35).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 44.24%
  • key color value is 35.29%
CMYK:
(0,27,44,35)
C0M27Y44K35 
(0%,27%,44%,35%)
(0.00/0.27/0.44/0.35)	

CMYK percentages

%0
%27.27
%44.24
%35.29

Codes

Color #A5785C in popluar color models

A5785C
RGB16512092
HSL23°28.85%50.39%
HSB/HSV23°44.24%64.71%
CMYK0.00%27.27%44.24%
35.29%

Color #A5785C in popluar number systems.

HEXA5785C
Decimal16512092
Binary1010010111110001011100
Octal245170134

Shades and tints

Shades of #A5785C

#A5785C
(165,120,92)
#966E54
(150,110,84)
#87644C
(135,100,76)
#785A44
(120,90,68)
#69503C
(105,80,60)
#5A4634
(90,70,52)
#4B3C2C
(75,60,44)
#3C3224
(60,50,36)
#2D281C
(45,40,28)
#1E1E14
(30,30,20)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #A5785C

#A5785C
(165,120,92)
#AD846A
(173,132,106)
#B59078
(181,144,120)
#BD9C86
(189,156,134)
#C5A894
(197,168,148)
#CDB4A2
(205,180,162)
#D5C0B0
(213,192,176)
#DDCCBE
(221,204,190)
#E5D8CC
(229,216,204)
#EDE4DA
(237,228,218)
#F5F0E8
(245,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5785C; }

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

This text font color is #A5785C.


Background Color

.myBgColor { background-color: #A5785C; }

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

This div background color is #A5785C.


Border color

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

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

This div border color is #A5785C.


Opacity

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

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

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

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

This text has shadow with #A5785C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5785C on black background.


Color preview on white background

This text has color #A5785C on white background.



Black color preview on #A5785C background

This text has black color on #A5785C background.


White color preview on #A5785C background

This text has white color on #A5785C background.