COLOR #A98826

HEX: #A98826
RGB: (169,136,38)

Color info

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

RGB color model

#A98826 color RGB value is (169,136,38).

  • red value is 169;
  • green value is 136;
  • blue value is 38.
RGB:
(169,136,38)
(66%,53%,15%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 38 of 255 = 15%

169
136
38

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

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 38 = 343 (100%)
R 169 of 343 ~ 49.27%
G 136 of 343 ~ 39.65%
B 38 of 343 ~ 11.08%

%49.27
%39.65
%11.08

CMYK color model

#A98826 color CMYK value is (0,20,78,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 77.51%
  • key color value is 33.73%
CMYK:
(0,20,78,34)
C0M20Y78K34 
(0%,20%,78%,34%)
(0.00/0.20/0.78/0.34)	

CMYK percentages

%0
%19.53
%77.51
%33.73

Codes

Color #A98826 in popluar color models

A98826
RGB16913638
HSL45°63.29%40.59%
HSB/HSV45°77.51%66.27%
CMYK0.00%19.53%77.51%
33.73%

Color #A98826 in popluar number systems.

HEXA98826
Decimal16913638
Binary1010100110001000100110
Octal25121046

Shades and tints

Shades of #A98826

#A98826
(169,136,38)
#9A7C23
(154,124,35)
#8B7020
(139,112,32)
#7C641D
(124,100,29)
#6D581A
(109,88,26)
#5E4C17
(94,76,23)
#4F4014
(79,64,20)
#403411
(64,52,17)
#31280E
(49,40,14)
#221C0B
(34,28,11)
#131008
(19,16,8)
#000000
(0,0,0)

Tints of #A98826

#A98826
(169,136,38)
#B09239
(176,146,57)
#B79C4C
(183,156,76)
#BEA65F
(190,166,95)
#C5B072
(197,176,114)
#CCBA85
(204,186,133)
#D3C498
(211,196,152)
#DACEAB
(218,206,171)
#E1D8BE
(225,216,190)
#E8E2D1
(232,226,209)
#EFECE4
(239,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98826 color. Also use rgb(169,136,38) instead hex code.

Text Font Color

.myTextColor { color: #A98826; }

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

This text font color is #A98826.


Background Color

.myBgColor { background-color: #A98826; }

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

This div background color is #A98826.


Border color

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

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

This div border color is #A98826.


Opacity

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

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

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

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

This text has shadow with #A98826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98826 on black background.


Color preview on white background

This text has color #A98826 on white background.



Black color preview on #A98826 background

This text has black color on #A98826 background.


White color preview on #A98826 background

This text has white color on #A98826 background.