COLOR #A87663

HEX: #A87663
RGB: (168,118,99)

Color info

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

RGB color model

#A87663 color RGB value is (168,118,99).

  • red value is 168;
  • green value is 118;
  • blue value is 99.
RGB:
(168,118,99)
(66%,46%,39%)

RGB channels and saturation

R 168 of 255 = 66%
G 118 of 255 = 46%
B 99 of 255 = 39%

168
118
99

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

Portions of RGB colors in percentages

R + G + B =
168 + 118 + 99 = 385 (100%)
R 168 of 385 ~ 43.64%
G 118 of 385 ~ 30.65%
B 99 of 385 ~ 25.71%

%43.64
%30.65
%25.71

CMYK color model

#A87663 color CMYK value is (0,30,41,34).

  • cyan value is 0.00%
  • magenta value is 29.76%
  • yellow value is 41.07%
  • key color value is 34.12%
CMYK:
(0,30,41,34)
C0M30Y41K34 
(0%,30%,41%,34%)
(0.00/0.30/0.41/0.34)	

CMYK percentages

%0
%29.76
%41.07
%34.12

Codes

Color #A87663 in popluar color models

A87663
RGB16811899
HSL17°28.40%52.35%
HSB/HSV17°41.07%65.88%
CMYK0.00%29.76%41.07%
34.12%

Color #A87663 in popluar number systems.

HEXA87663
Decimal16811899
Binary1010100011101101100011
Octal250166143

Shades and tints

Shades of #A87663

#A87663
(168,118,99)
#996C5A
(153,108,90)
#8A6251
(138,98,81)
#7B5848
(123,88,72)
#6C4E3F
(108,78,63)
#5D4436
(93,68,54)
#4E3A2D
(78,58,45)
#3F3024
(63,48,36)
#30261B
(48,38,27)
#211C12
(33,28,18)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #A87663

#A87663
(168,118,99)
#AF8271
(175,130,113)
#B68E7F
(182,142,127)
#BD9A8D
(189,154,141)
#C4A69B
(196,166,155)
#CBB2A9
(203,178,169)
#D2BEB7
(210,190,183)
#D9CAC5
(217,202,197)
#E0D6D3
(224,214,211)
#E7E2E1
(231,226,225)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87663 color. Also use rgb(168,118,99) instead hex code.

Text Font Color

.myTextColor { color: #A87663; }

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

This text font color is #A87663.


Background Color

.myBgColor { background-color: #A87663; }

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

This div background color is #A87663.


Border color

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

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

This div border color is #A87663.


Opacity

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

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

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

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

This text has shadow with #A87663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87663 on black background.


Color preview on white background

This text has color #A87663 on white background.



Black color preview on #A87663 background

This text has black color on #A87663 background.


White color preview on #A87663 background

This text has white color on #A87663 background.