COLOR #A87A30

HEX: #A87A30
RGB: (168,122,48)

Color info

#A87A30 contains mainly red and green colors. Web safe color of #A87A30 is #996633 (or #963).

RGB color model

#A87A30 color RGB value is (168,122,48).

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

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 48 of 255 = 19%

168
122
48

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

Portions of RGB colors in percentages

R + G + B =
168 + 122 + 48 = 338 (100%)
R 168 of 338 ~ 49.7%
G 122 of 338 ~ 36.09%
B 48 of 338 ~ 14.2%

%49.7
%36.09
%14.2

CMYK color model

#A87A30 color CMYK value is (0,27,71,34).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 71.43%
  • key color value is 34.12%
CMYK:
(0,27,71,34)
C0M27Y71K34 
(0%,27%,71%,34%)
(0.00/0.27/0.71/0.34)	

CMYK percentages

%0
%27.38
%71.43
%34.12

Codes

Color #A87A30 in popluar color models

A87A30
RGB16812248
HSL37°55.56%42.35%
HSB/HSV37°71.43%65.88%
CMYK0.00%27.38%71.43%
34.12%

Color #A87A30 in popluar number systems.

HEXA87A30
Decimal16812248
Binary101010001111010110000
Octal25017260

Shades and tints

Shades of #A87A30

#A87A30
(168,122,48)
#996F2C
(153,111,44)
#8A6428
(138,100,40)
#7B5924
(123,89,36)
#6C4E20
(108,78,32)
#5D431C
(93,67,28)
#4E3818
(78,56,24)
#3F2D14
(63,45,20)
#302210
(48,34,16)
#21170C
(33,23,12)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #A87A30

#A87A30
(168,122,48)
#AF8642
(175,134,66)
#B69254
(182,146,84)
#BD9E66
(189,158,102)
#C4AA78
(196,170,120)
#CBB68A
(203,182,138)
#D2C29C
(210,194,156)
#D9CEAE
(217,206,174)
#E0DAC0
(224,218,192)
#E7E6D2
(231,230,210)
#EEF2E4
(238,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87A30; }

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

This text font color is #A87A30.


Background Color

.myBgColor { background-color: #A87A30; }

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

This div background color is #A87A30.


Border color

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

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

This div border color is #A87A30.


Opacity

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

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

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

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

This text has shadow with #A87A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87A30 on black background.


Color preview on white background

This text has color #A87A30 on white background.



Black color preview on #A87A30 background

This text has black color on #A87A30 background.


White color preview on #A87A30 background

This text has white color on #A87A30 background.