COLOR #A98222

HEX: #A98222
RGB: (169,130,34)

Color info

#A98222 contains mainly red and green colors. Web safe color of #A98222 is #999933 (or #993).

RGB color model

#A98222 color RGB value is (169,130,34).

  • red value is 169;
  • green value is 130;
  • blue value is 34.
RGB:
(169,130,34)
(66%,51%,13%)

RGB channels and saturation

R 169 of 255 = 66%
G 130 of 255 = 51%
B 34 of 255 = 13%

169
130
34

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

Portions of RGB colors in percentages

R + G + B =
169 + 130 + 34 = 333 (100%)
R 169 of 333 ~ 50.75%
G 130 of 333 ~ 39.04%
B 34 of 333 ~ 10.21%

%50.75
%39.04
%10.21

CMYK color model

#A98222 color CMYK value is (0,23,80,34).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 79.88%
  • key color value is 33.73%
CMYK:
(0,23,80,34)
C0M23Y80K34 
(0%,23%,80%,34%)
(0.00/0.23/0.80/0.34)	

CMYK percentages

%0
%23.08
%79.88
%33.73

Codes

Color #A98222 in popluar color models

A98222
RGB16913034
HSL43°66.50%39.80%
HSB/HSV43°79.88%66.27%
CMYK0.00%23.08%79.88%
33.73%

Color #A98222 in popluar number systems.

HEXA98222
Decimal16913034
Binary1010100110000010100010
Octal25120242

Shades and tints

Shades of #A98222

#A98222
(169,130,34)
#9A771F
(154,119,31)
#8B6C1C
(139,108,28)
#7C6119
(124,97,25)
#6D5616
(109,86,22)
#5E4B13
(94,75,19)
#4F4010
(79,64,16)
#40350D
(64,53,13)
#312A0A
(49,42,10)
#221F07
(34,31,7)
#131404
(19,20,4)
#000000
(0,0,0)

Tints of #A98222

#A98222
(169,130,34)
#B08D36
(176,141,54)
#B7984A
(183,152,74)
#BEA35E
(190,163,94)
#C5AE72
(197,174,114)
#CCB986
(204,185,134)
#D3C49A
(211,196,154)
#DACFAE
(218,207,174)
#E1DAC2
(225,218,194)
#E8E5D6
(232,229,214)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98222 color. Also use rgb(169,130,34) instead hex code.

Text Font Color

.myTextColor { color: #A98222; }

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

This text font color is #A98222.


Background Color

.myBgColor { background-color: #A98222; }

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

This div background color is #A98222.


Border color

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

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

This div border color is #A98222.


Opacity

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

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

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

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

This text has shadow with #A98222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98222 on black background.


Color preview on white background

This text has color #A98222 on white background.



Black color preview on #A98222 background

This text has black color on #A98222 background.


White color preview on #A98222 background

This text has white color on #A98222 background.