COLOR #A5703F

HEX: #A5703F
RGB: (165,112,63)

Color info

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

RGB color model

#A5703F color RGB value is (165,112,63).

  • red value is 165;
  • green value is 112;
  • blue value is 63.
RGB:
(165,112,63)
(65%,44%,25%)

RGB channels and saturation

R 165 of 255 = 65%
G 112 of 255 = 44%
B 63 of 255 = 25%

165
112
63

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

Portions of RGB colors in percentages

R + G + B =
165 + 112 + 63 = 340 (100%)
R 165 of 340 ~ 48.53%
G 112 of 340 ~ 32.94%
B 63 of 340 ~ 18.53%

%48.53
%32.94
%18.53

CMYK color model

#A5703F color CMYK value is (0,32,62,35).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 61.82%
  • key color value is 35.29%
CMYK:
(0,32,62,35)
C0M32Y62K35 
(0%,32%,62%,35%)
(0.00/0.32/0.62/0.35)	

CMYK percentages

%0
%32.12
%61.82
%35.29

Codes

Color #A5703F in popluar color models

A5703F
RGB16511263
HSL29°44.74%44.71%
HSB/HSV29°61.82%64.71%
CMYK0.00%32.12%61.82%
35.29%

Color #A5703F in popluar number systems.

HEXA5703F
Decimal16511263
Binary101001011110000111111
Octal24516077

Shades and tints

Shades of #A5703F

#A5703F
(165,112,63)
#96663A
(150,102,58)
#875C35
(135,92,53)
#785230
(120,82,48)
#69482B
(105,72,43)
#5A3E26
(90,62,38)
#4B3421
(75,52,33)
#3C2A1C
(60,42,28)
#2D2017
(45,32,23)
#1E1612
(30,22,18)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #A5703F

#A5703F
(165,112,63)
#AD7D50
(173,125,80)
#B58A61
(181,138,97)
#BD9772
(189,151,114)
#C5A483
(197,164,131)
#CDB194
(205,177,148)
#D5BEA5
(213,190,165)
#DDCBB6
(221,203,182)
#E5D8C7
(229,216,199)
#EDE5D8
(237,229,216)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5703F color. Also use rgb(165,112,63) instead hex code.

Text Font Color

.myTextColor { color: #A5703F; }

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

This text font color is #A5703F.


Background Color

.myBgColor { background-color: #A5703F; }

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

This div background color is #A5703F.


Border color

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

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

This div border color is #A5703F.


Opacity

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

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

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

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

This text has shadow with #A5703F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5703F on black background.


Color preview on white background

This text has color #A5703F on white background.



Black color preview on #A5703F background

This text has black color on #A5703F background.


White color preview on #A5703F background

This text has white color on #A5703F background.