COLOR #A98302

HEX: #A98302
RGB: (169,131,2)

Color info

#A98302 contains mainly red and green colors. Web safe color of #A98302 is #999900 (or #990).

RGB color model

#A98302 color RGB value is (169,131,2).

  • red value is 169;
  • green value is 131;
  • blue value is 2.
RGB:
(169,131,2)
(66%,51%,1%)

RGB channels and saturation

R 169 of 255 = 66%
G 131 of 255 = 51%
B 2 of 255 = 1%

169
131
2

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

Portions of RGB colors in percentages

R + G + B =
169 + 131 + 2 = 302 (100%)
R 169 of 302 ~ 55.96%
G 131 of 302 ~ 43.38%
B 2 of 302 ~ 0.66%

%55.96
%43.38

CMYK color model

#A98302 color CMYK value is (0,22,99,34).

  • cyan value is 0.00%
  • magenta value is 22.49%
  • yellow value is 98.82%
  • key color value is 33.73%
CMYK:
(0,22,99,34)
C0M22Y99K34 
(0%,22%,99%,34%)
(0.00/0.22/0.99/0.34)	

CMYK percentages

%0
%22.49
%98.82
%33.73

Codes

Color #A98302 in popluar color models

A98302
RGB1691312
HSL46°97.66%33.53%
HSB/HSV46°98.82%66.27%
CMYK0.00%22.49%98.82%
33.73%

Color #A98302 in popluar number systems.

HEXA98302
Decimal1691312
Binary101010011000001110
Octal2512032

Shades and tints

Shades of #A98302

#A98302
(169,131,2)
#9A7802
(154,120,2)
#8B6D02
(139,109,2)
#7C6202
(124,98,2)
#6D5702
(109,87,2)
#5E4C02
(94,76,2)
#4F4102
(79,65,2)
#403602
(64,54,2)
#312B02
(49,43,2)
#222002
(34,32,2)
#131502
(19,21,2)
#000000
(0,0,0)

Tints of #A98302

#A98302
(169,131,2)
#B08E19
(176,142,25)
#B79930
(183,153,48)
#BEA447
(190,164,71)
#C5AF5E
(197,175,94)
#CCBA75
(204,186,117)
#D3C58C
(211,197,140)
#DAD0A3
(218,208,163)
#E1DBBA
(225,219,186)
#E8E6D1
(232,230,209)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98302 color. Also use rgb(169,131,2) instead hex code.

Text Font Color

.myTextColor { color: #A98302; }

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

This text font color is #A98302.


Background Color

.myBgColor { background-color: #A98302; }

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

This div background color is #A98302.


Border color

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

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

This div border color is #A98302.


Opacity

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

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

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

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

This text has shadow with #A98302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98302 on black background.


Color preview on white background

This text has color #A98302 on white background.



Black color preview on #A98302 background

This text has black color on #A98302 background.


White color preview on #A98302 background

This text has white color on #A98302 background.