COLOR #A57863

HEX: #A57863
RGB: (165,120,99)

Color info

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

RGB color model

#A57863 color RGB value is (165,120,99).

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

RGB channels and saturation

R 165 of 255 = 65%
G 120 of 255 = 47%
B 99 of 255 = 39%

165
120
99

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

Portions of RGB colors in percentages

R + G + B =
165 + 120 + 99 = 384 (100%)
R 165 of 384 ~ 42.97%
G 120 of 384 ~ 31.25%
B 99 of 384 ~ 25.78%

%42.97
%31.25
%25.78

CMYK color model

#A57863 color CMYK value is (0,27,40,35).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 40.00%
  • key color value is 35.29%
CMYK:
(0,27,40,35)
C0M27Y40K35 
(0%,27%,40%,35%)
(0.00/0.27/0.40/0.35)	

CMYK percentages

%0
%27.27
%40
%35.29

Codes

Color #A57863 in popluar color models

A57863
RGB16512099
HSL19°26.83%51.76%
HSB/HSV19°40.00%64.71%
CMYK0.00%27.27%40.00%
35.29%

Color #A57863 in popluar number systems.

HEXA57863
Decimal16512099
Binary1010010111110001100011
Octal245170143

Shades and tints

Shades of #A57863

#A57863
(165,120,99)
#966E5A
(150,110,90)
#876451
(135,100,81)
#785A48
(120,90,72)
#69503F
(105,80,63)
#5A4636
(90,70,54)
#4B3C2D
(75,60,45)
#3C3224
(60,50,36)
#2D281B
(45,40,27)
#1E1E12
(30,30,18)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #A57863

#A57863
(165,120,99)
#AD8471
(173,132,113)
#B5907F
(181,144,127)
#BD9C8D
(189,156,141)
#C5A89B
(197,168,155)
#CDB4A9
(205,180,169)
#D5C0B7
(213,192,183)
#DDCCC5
(221,204,197)
#E5D8D3
(229,216,211)
#EDE4E1
(237,228,225)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57863; }

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

This text font color is #A57863.


Background Color

.myBgColor { background-color: #A57863; }

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

This div background color is #A57863.


Border color

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

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

This div border color is #A57863.


Opacity

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

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

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

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

This text has shadow with #A57863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57863 on black background.


Color preview on white background

This text has color #A57863 on white background.



Black color preview on #A57863 background

This text has black color on #A57863 background.


White color preview on #A57863 background

This text has white color on #A57863 background.