COLOR #A87A62

HEX: #A87A62
RGB: (168,122,98)

Color info

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

RGB color model

#A87A62 color RGB value is (168,122,98).

  • red value is 168;
  • green value is 122;
  • blue value is 98.
RGB:
(168,122,98)
(66%,48%,38%)

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 98 of 255 = 38%

168
122
98

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

Portions of RGB colors in percentages

R + G + B =
168 + 122 + 98 = 388 (100%)
R 168 of 388 ~ 43.3%
G 122 of 388 ~ 31.44%
B 98 of 388 ~ 25.26%

%43.3
%31.44
%25.26

CMYK color model

#A87A62 color CMYK value is (0,27,42,34).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 41.67%
  • key color value is 34.12%
CMYK:
(0,27,42,34)
C0M27Y42K34 
(0%,27%,42%,34%)
(0.00/0.27/0.42/0.34)	

CMYK percentages

%0
%27.38
%41.67
%34.12

Codes

Color #A87A62 in popluar color models

A87A62
RGB16812298
HSL21°28.69%52.16%
HSB/HSV21°41.67%65.88%
CMYK0.00%27.38%41.67%
34.12%

Color #A87A62 in popluar number systems.

HEXA87A62
Decimal16812298
Binary1010100011110101100010
Octal250172142

Shades and tints

Shades of #A87A62

#A87A62
(168,122,98)
#996F5A
(153,111,90)
#8A6452
(138,100,82)
#7B594A
(123,89,74)
#6C4E42
(108,78,66)
#5D433A
(93,67,58)
#4E3832
(78,56,50)
#3F2D2A
(63,45,42)
#302222
(48,34,34)
#21171A
(33,23,26)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #A87A62

#A87A62
(168,122,98)
#AF8670
(175,134,112)
#B6927E
(182,146,126)
#BD9E8C
(189,158,140)
#C4AA9A
(196,170,154)
#CBB6A8
(203,182,168)
#D2C2B6
(210,194,182)
#D9CEC4
(217,206,196)
#E0DAD2
(224,218,210)
#E7E6E0
(231,230,224)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87A62 color. Also use rgb(168,122,98) instead hex code.

Text Font Color

.myTextColor { color: #A87A62; }

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

This text font color is #A87A62.


Background Color

.myBgColor { background-color: #A87A62; }

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

This div background color is #A87A62.


Border color

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

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

This div border color is #A87A62.


Opacity

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

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

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

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

This text has shadow with #A87A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87A62 on black background.


Color preview on white background

This text has color #A87A62 on white background.



Black color preview on #A87A62 background

This text has black color on #A87A62 background.


White color preview on #A87A62 background

This text has white color on #A87A62 background.