COLOR #A5893C

HEX: #A5893C
RGB: (165,137,60)

Color info

#A5893C contains mainly red and green colors. Web safe color of #A5893C is #999933 (or #993).

RGB color model

#A5893C color RGB value is (165,137,60).

  • red value is 165;
  • green value is 137;
  • blue value is 60.
RGB:
(165,137,60)
(65%,54%,24%)

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 60 of 255 = 24%

165
137
60

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

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 60 = 362 (100%)
R 165 of 362 ~ 45.58%
G 137 of 362 ~ 37.85%
B 60 of 362 ~ 16.57%

%45.58
%37.85
%16.57

CMYK color model

#A5893C color CMYK value is (0,17,64,35).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 63.64%
  • key color value is 35.29%
CMYK:
(0,17,64,35)
C0M17Y64K35 
(0%,17%,64%,35%)
(0.00/0.17/0.64/0.35)	

CMYK percentages

%0
%16.97
%63.64
%35.29

Codes

Color #A5893C in popluar color models

A5893C
RGB16513760
HSL44°46.67%44.12%
HSB/HSV44°63.64%64.71%
CMYK0.00%16.97%63.64%
35.29%

Color #A5893C in popluar number systems.

HEXA5893C
Decimal16513760
Binary1010010110001001111100
Octal24521174

Shades and tints

Shades of #A5893C

#A5893C
(165,137,60)
#967D37
(150,125,55)
#877132
(135,113,50)
#78652D
(120,101,45)
#695928
(105,89,40)
#5A4D23
(90,77,35)
#4B411E
(75,65,30)
#3C3519
(60,53,25)
#2D2914
(45,41,20)
#1E1D0F
(30,29,15)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #A5893C

#A5893C
(165,137,60)
#AD934D
(173,147,77)
#B59D5E
(181,157,94)
#BDA76F
(189,167,111)
#C5B180
(197,177,128)
#CDBB91
(205,187,145)
#D5C5A2
(213,197,162)
#DDCFB3
(221,207,179)
#E5D9C4
(229,217,196)
#EDE3D5
(237,227,213)
#F5EDE6
(245,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5893C color. Also use rgb(165,137,60) instead hex code.

Text Font Color

.myTextColor { color: #A5893C; }

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

This text font color is #A5893C.


Background Color

.myBgColor { background-color: #A5893C; }

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

This div background color is #A5893C.


Border color

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

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

This div border color is #A5893C.


Opacity

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

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

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

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

This text has shadow with #A5893C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5893C on black background.


Color preview on white background

This text has color #A5893C on white background.



Black color preview on #A5893C background

This text has black color on #A5893C background.


White color preview on #A5893C background

This text has white color on #A5893C background.