COLOR #A98850

HEX: #A98850
RGB: (169,136,80)

Color info

#A98850 contains mainly red and green colors. Web safe color of #A98850 is #999966 (or #996).

RGB color model

#A98850 color RGB value is (169,136,80).

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

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 80 of 255 = 31%

169
136
80

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

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 80 = 385 (100%)
R 169 of 385 ~ 43.9%
G 136 of 385 ~ 35.32%
B 80 of 385 ~ 20.78%

%43.9
%35.32
%20.78

CMYK color model

#A98850 color CMYK value is (0,20,53,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 52.66%
  • key color value is 33.73%
CMYK:
(0,20,53,34)
C0M20Y53K34 
(0%,20%,53%,34%)
(0.00/0.20/0.53/0.34)	

CMYK percentages

%0
%19.53
%52.66
%33.73

Codes

Color #A98850 in popluar color models

A98850
RGB16913680
HSL38°35.74%48.82%
HSB/HSV38°52.66%66.27%
CMYK0.00%19.53%52.66%
33.73%

Color #A98850 in popluar number systems.

HEXA98850
Decimal16913680
Binary10101001100010001010000
Octal251210120

Shades and tints

Shades of #A98850

#A98850
(169,136,80)
#9A7C49
(154,124,73)
#8B7042
(139,112,66)
#7C643B
(124,100,59)
#6D5834
(109,88,52)
#5E4C2D
(94,76,45)
#4F4026
(79,64,38)
#40341F
(64,52,31)
#312818
(49,40,24)
#221C11
(34,28,17)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #A98850

#A98850
(169,136,80)
#B0925F
(176,146,95)
#B79C6E
(183,156,110)
#BEA67D
(190,166,125)
#C5B08C
(197,176,140)
#CCBA9B
(204,186,155)
#D3C4AA
(211,196,170)
#DACEB9
(218,206,185)
#E1D8C8
(225,216,200)
#E8E2D7
(232,226,215)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98850; }

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

This text font color is #A98850.


Background Color

.myBgColor { background-color: #A98850; }

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

This div background color is #A98850.


Border color

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

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

This div border color is #A98850.


Opacity

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

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

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

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

This text has shadow with #A98850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98850 on black background.


Color preview on white background

This text has color #A98850 on white background.



Black color preview on #A98850 background

This text has black color on #A98850 background.


White color preview on #A98850 background

This text has white color on #A98850 background.