COLOR #A98453

HEX: #A98453
RGB: (169,132,83)

Color info

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

RGB color model

#A98453 color RGB value is (169,132,83).

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

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 83 of 255 = 33%

169
132
83

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

Portions of RGB colors in percentages

R + G + B =
169 + 132 + 83 = 384 (100%)
R 169 of 384 ~ 44.01%
G 132 of 384 ~ 34.38%
B 83 of 384 ~ 21.61%

%44.01
%34.38
%21.61

CMYK color model

#A98453 color CMYK value is (0,22,51,34).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 50.89%
  • key color value is 33.73%
CMYK:
(0,22,51,34)
C0M22Y51K34 
(0%,22%,51%,34%)
(0.00/0.22/0.51/0.34)	

CMYK percentages

%0
%21.89
%50.89
%33.73

Codes

Color #A98453 in popluar color models

A98453
RGB16913283
HSL34°34.13%49.41%
HSB/HSV34°50.89%66.27%
CMYK0.00%21.89%50.89%
33.73%

Color #A98453 in popluar number systems.

HEXA98453
Decimal16913283
Binary10101001100001001010011
Octal251204123

Shades and tints

Shades of #A98453

#A98453
(169,132,83)
#9A784C
(154,120,76)
#8B6C45
(139,108,69)
#7C603E
(124,96,62)
#6D5437
(109,84,55)
#5E4830
(94,72,48)
#4F3C29
(79,60,41)
#403022
(64,48,34)
#31241B
(49,36,27)
#221814
(34,24,20)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #A98453

#A98453
(169,132,83)
#B08F62
(176,143,98)
#B79A71
(183,154,113)
#BEA580
(190,165,128)
#C5B08F
(197,176,143)
#CCBB9E
(204,187,158)
#D3C6AD
(211,198,173)
#DAD1BC
(218,209,188)
#E1DCCB
(225,220,203)
#E8E7DA
(232,231,218)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98453; }

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

This text font color is #A98453.


Background Color

.myBgColor { background-color: #A98453; }

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

This div background color is #A98453.


Border color

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

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

This div border color is #A98453.


Opacity

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

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

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

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

This text has shadow with #A98453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98453 on black background.


Color preview on white background

This text has color #A98453 on white background.



Black color preview on #A98453 background

This text has black color on #A98453 background.


White color preview on #A98453 background

This text has white color on #A98453 background.