COLOR #A5731C

HEX: #A5731C
RGB: (165,115,28)

Color info

#A5731C contains mainly red and green colors. Web safe color of #A5731C is #996633 (or #963).

RGB color model

#A5731C color RGB value is (165,115,28).

  • red value is 165;
  • green value is 115;
  • blue value is 28.
RGB:
(165,115,28)
(65%,45%,11%)

RGB channels and saturation

R 165 of 255 = 65%
G 115 of 255 = 45%
B 28 of 255 = 11%

165
115
28

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

Portions of RGB colors in percentages

R + G + B =
165 + 115 + 28 = 308 (100%)
R 165 of 308 ~ 53.57%
G 115 of 308 ~ 37.34%
B 28 of 308 ~ 9.09%

%53.57
%37.34

CMYK color model

#A5731C color CMYK value is (0,30,83,35).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 83.03%
  • key color value is 35.29%
CMYK:
(0,30,83,35)
C0M30Y83K35 
(0%,30%,83%,35%)
(0.00/0.30/0.83/0.35)	

CMYK percentages

%0
%30.3
%83.03
%35.29

Codes

Color #A5731C in popluar color models

A5731C
RGB16511528
HSL38°70.98%37.84%
HSB/HSV38°83.03%64.71%
CMYK0.00%30.30%83.03%
35.29%

Color #A5731C in popluar number systems.

HEXA5731C
Decimal16511528
Binary10100101111001111100
Octal24516334

Shades and tints

Shades of #A5731C

#A5731C
(165,115,28)
#96691A
(150,105,26)
#875F18
(135,95,24)
#785516
(120,85,22)
#694B14
(105,75,20)
#5A4112
(90,65,18)
#4B3710
(75,55,16)
#3C2D0E
(60,45,14)
#2D230C
(45,35,12)
#1E190A
(30,25,10)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #A5731C

#A5731C
(165,115,28)
#AD7F30
(173,127,48)
#B58B44
(181,139,68)
#BD9758
(189,151,88)
#C5A36C
(197,163,108)
#CDAF80
(205,175,128)
#D5BB94
(213,187,148)
#DDC7A8
(221,199,168)
#E5D3BC
(229,211,188)
#EDDFD0
(237,223,208)
#F5EBE4
(245,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5731C color. Also use rgb(165,115,28) instead hex code.

Text Font Color

.myTextColor { color: #A5731C; }

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

This text font color is #A5731C.


Background Color

.myBgColor { background-color: #A5731C; }

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

This div background color is #A5731C.


Border color

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

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

This div border color is #A5731C.


Opacity

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

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

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

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

This text has shadow with #A5731C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5731C on black background.


Color preview on white background

This text has color #A5731C on white background.



Black color preview on #A5731C background

This text has black color on #A5731C background.


White color preview on #A5731C background

This text has white color on #A5731C background.