COLOR #A87F00

HEX: #A87F00
RGB: (168,127,0)

Color info

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

RGB color model

#A87F00 color RGB value is (168,127,0).

  • red value is 168;
  • green value is 127;
  • blue value is 0.
RGB:
(168,127,0)
(66%,50%,0%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 0 of 255 = 0%

168
127
0

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

Portions of RGB colors in percentages

R + G + B =
168 + 127 + 0 = 295 (100%)
R 168 of 295 ~ 56.95%
G 127 of 295 ~ 43.05%
B 0 of 295 ~ 0%

%56.95
%43.05

CMYK color model

#A87F00 color CMYK value is (0,24,100,34).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 100.00%
  • key color value is 34.12%
CMYK:
(0,24,100,34)
C0M24Y100K34 
(0%,24%,100%,34%)
(0.00/0.24/1.00/0.34)	

CMYK percentages

%0
%24.4
%100
%34.12

Codes

Color #A87F00 in popluar color models

A87F00
RGB1681270
HSL45°100.00%32.94%
HSB/HSV45°100.00%65.88%
CMYK0.00%24.40%100.00%
34.12%

Color #A87F00 in popluar number systems.

HEXA87F00
Decimal1681270
Binary1010100011111110
Octal2501770

Shades and tints

Shades of #A87F00

#A87F00
(168,127,0)
#997400
(153,116,0)
#8A6900
(138,105,0)
#7B5E00
(123,94,0)
#6C5300
(108,83,0)
#5D4800
(93,72,0)
#4E3D00
(78,61,0)
#3F3200
(63,50,0)
#302700
(48,39,0)
#211C00
(33,28,0)
#121100
(18,17,0)
#000000
(0,0,0)

Tints of #A87F00

#A87F00
(168,127,0)
#AF8A17
(175,138,23)
#B6952E
(182,149,46)
#BDA045
(189,160,69)
#C4AB5C
(196,171,92)
#CBB673
(203,182,115)
#D2C18A
(210,193,138)
#D9CCA1
(217,204,161)
#E0D7B8
(224,215,184)
#E7E2CF
(231,226,207)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87F00 color. Also use rgb(168,127,0) instead hex code.

Text Font Color

.myTextColor { color: #A87F00; }

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

This text font color is #A87F00.


Background Color

.myBgColor { background-color: #A87F00; }

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

This div background color is #A87F00.


Border color

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

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

This div border color is #A87F00.


Opacity

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

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

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

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

This text has shadow with #A87F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87F00 on black background.


Color preview on white background

This text has color #A87F00 on white background.



Black color preview on #A87F00 background

This text has black color on #A87F00 background.


White color preview on #A87F00 background

This text has white color on #A87F00 background.