COLOR #A87A0A

HEX: #A87A0A
RGB: (168,122,10)

Color info

#A87A0A contains mainly red and green colors. Web safe color of #A87A0A is #996600 (or #960).

RGB color model

#A87A0A color RGB value is (168,122,10).

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

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 10 of 255 = 4%

168
122
10

R + G + B ~ 39%. #A87A0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 122 + 10 = 300 (100%)
R 168 of 300 ~ 56%
G 122 of 300 ~ 40.67%
B 10 of 300 ~ 3.33%

%56
%40.67

CMYK color model

#A87A0A color CMYK value is (0,27,94,34).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 94.05%
  • key color value is 34.12%
CMYK:
(0,27,94,34)
C0M27Y94K34 
(0%,27%,94%,34%)
(0.00/0.27/0.94/0.34)	

CMYK percentages

%0
%27.38
%94.05
%34.12

Codes

Color #A87A0A in popluar color models

A87A0A
RGB16812210
HSL43°88.76%34.90%
HSB/HSV43°94.05%65.88%
CMYK0.00%27.38%94.05%
34.12%

Color #A87A0A in popluar number systems.

HEXA87A0A
Decimal16812210
Binary1010100011110101010
Octal25017212

Shades and tints

Shades of #A87A0A

#A87A0A
(168,122,10)
#996F0A
(153,111,10)
#8A640A
(138,100,10)
#7B590A
(123,89,10)
#6C4E0A
(108,78,10)
#5D430A
(93,67,10)
#4E380A
(78,56,10)
#3F2D0A
(63,45,10)
#30220A
(48,34,10)
#21170A
(33,23,10)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #A87A0A

#A87A0A
(168,122,10)
#AF8620
(175,134,32)
#B69236
(182,146,54)
#BD9E4C
(189,158,76)
#C4AA62
(196,170,98)
#CBB678
(203,182,120)
#D2C28E
(210,194,142)
#D9CEA4
(217,206,164)
#E0DABA
(224,218,186)
#E7E6D0
(231,230,208)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87A0A; }

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

This text font color is #A87A0A.


Background Color

.myBgColor { background-color: #A87A0A; }

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

This div background color is #A87A0A.


Border color

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

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

This div border color is #A87A0A.


Opacity

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

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

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

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

This text has shadow with #A87A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87A0A on black background.


Color preview on white background

This text has color #A87A0A on white background.



Black color preview on #A87A0A background

This text has black color on #A87A0A background.


White color preview on #A87A0A background

This text has white color on #A87A0A background.