COLOR #A07863

HEX: #A07863
RGB: (160,120,99)

Color info

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

RGB color model

#A07863 color RGB value is (160,120,99).

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

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 99 of 255 = 39%

160
120
99

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

Portions of RGB colors in percentages

R + G + B =
160 + 120 + 99 = 379 (100%)
R 160 of 379 ~ 42.22%
G 120 of 379 ~ 31.66%
B 99 of 379 ~ 26.12%

%42.22
%31.66
%26.12

CMYK color model

#A07863 color CMYK value is (0,25,38,37).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK:
(0,25,38,37)
C0M25Y38K37 
(0%,25%,38%,37%)
(0.00/0.25/0.38/0.37)	

CMYK percentages

%0
%25
%38.13
%37.25

Codes

Color #A07863 in popluar color models

A07863
RGB16012099
HSL21°24.30%50.78%
HSB/HSV21°38.13%62.75%
CMYK0.00%25.00%38.13%
37.25%

Color #A07863 in popluar number systems.

HEXA07863
Decimal16012099
Binary1010000011110001100011
Octal240170143

Shades and tints

Shades of #A07863

#A07863
(160,120,99)
#926E5A
(146,110,90)
#846451
(132,100,81)
#765A48
(118,90,72)
#68503F
(104,80,63)
#5A4636
(90,70,54)
#4C3C2D
(76,60,45)
#3E3224
(62,50,36)
#30281B
(48,40,27)
#221E12
(34,30,18)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #A07863

#A07863
(160,120,99)
#A88471
(168,132,113)
#B0907F
(176,144,127)
#B89C8D
(184,156,141)
#C0A89B
(192,168,155)
#C8B4A9
(200,180,169)
#D0C0B7
(208,192,183)
#D8CCC5
(216,204,197)
#E0D8D3
(224,216,211)
#E8E4E1
(232,228,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07863; }

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

This text font color is #A07863.


Background Color

.myBgColor { background-color: #A07863; }

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

This div background color is #A07863.


Border color

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

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

This div border color is #A07863.


Opacity

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

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

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

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

This text has shadow with #A07863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07863 on black background.


Color preview on white background

This text has color #A07863 on white background.



Black color preview on #A07863 background

This text has black color on #A07863 background.


White color preview on #A07863 background

This text has white color on #A07863 background.