COLOR #A98463

HEX: #A98463
RGB: (169,132,99)

Color info

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

RGB color model

#A98463 color RGB value is (169,132,99).

  • red value is 169;
  • green value is 132;
  • blue value is 99.
RGB:
(169,132,99)
(66%,52%,39%)

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 99 of 255 = 39%

169
132
99

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

Portions of RGB colors in percentages

R + G + B =
169 + 132 + 99 = 400 (100%)
R 169 of 400 ~ 42.25%
G 132 of 400 ~ 33%
B 99 of 400 ~ 24.75%

%42.25
%33
%24.75

CMYK color model

#A98463 color CMYK value is (0,22,41,34).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 41.42%
  • key color value is 33.73%
CMYK:
(0,22,41,34)
C0M22Y41K34 
(0%,22%,41%,34%)
(0.00/0.22/0.41/0.34)	

CMYK percentages

%0
%21.89
%41.42
%33.73

Codes

Color #A98463 in popluar color models

A98463
RGB16913299
HSL28°28.93%52.55%
HSB/HSV28°41.42%66.27%
CMYK0.00%21.89%41.42%
33.73%

Color #A98463 in popluar number systems.

HEXA98463
Decimal16913299
Binary10101001100001001100011
Octal251204143

Shades and tints

Shades of #A98463

#A98463
(169,132,99)
#9A785A
(154,120,90)
#8B6C51
(139,108,81)
#7C6048
(124,96,72)
#6D543F
(109,84,63)
#5E4836
(94,72,54)
#4F3C2D
(79,60,45)
#403024
(64,48,36)
#31241B
(49,36,27)
#221812
(34,24,18)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #A98463

#A98463
(169,132,99)
#B08F71
(176,143,113)
#B79A7F
(183,154,127)
#BEA58D
(190,165,141)
#C5B09B
(197,176,155)
#CCBBA9
(204,187,169)
#D3C6B7
(211,198,183)
#DAD1C5
(218,209,197)
#E1DCD3
(225,220,211)
#E8E7E1
(232,231,225)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98463 color. Also use rgb(169,132,99) instead hex code.

Text Font Color

.myTextColor { color: #A98463; }

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

This text font color is #A98463.


Background Color

.myBgColor { background-color: #A98463; }

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

This div background color is #A98463.


Border color

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

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

This div border color is #A98463.


Opacity

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

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

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

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

This text has shadow with #A98463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98463 on black background.


Color preview on white background

This text has color #A98463 on white background.



Black color preview on #A98463 background

This text has black color on #A98463 background.


White color preview on #A98463 background

This text has white color on #A98463 background.