COLOR #A97462

HEX: #A97462
RGB: (169,116,98)

Color info

#A97462 contains mainly red and green colors. Web safe color of #A97462 is #996666 (or #966).

RGB color model

#A97462 color RGB value is (169,116,98).

  • red value is 169;
  • green value is 116;
  • blue value is 98.
RGB:
(169,116,98)
(66%,45%,38%)

RGB channels and saturation

R 169 of 255 = 66%
G 116 of 255 = 45%
B 98 of 255 = 38%

169
116
98

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

Portions of RGB colors in percentages

R + G + B =
169 + 116 + 98 = 383 (100%)
R 169 of 383 ~ 44.13%
G 116 of 383 ~ 30.29%
B 98 of 383 ~ 25.59%

%44.13
%30.29
%25.59

CMYK color model

#A97462 color CMYK value is (0,31,42,34).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 42.01%
  • key color value is 33.73%
CMYK:
(0,31,42,34)
C0M31Y42K34 
(0%,31%,42%,34%)
(0.00/0.31/0.42/0.34)	

CMYK percentages

%0
%31.36
%42.01
%33.73

Codes

Color #A97462 in popluar color models

A97462
RGB16911698
HSL15°29.22%52.35%
HSB/HSV15°42.01%66.27%
CMYK0.00%31.36%42.01%
33.73%

Color #A97462 in popluar number systems.

HEXA97462
Decimal16911698
Binary1010100111101001100010
Octal251164142

Shades and tints

Shades of #A97462

#A97462
(169,116,98)
#9A6A5A
(154,106,90)
#8B6052
(139,96,82)
#7C564A
(124,86,74)
#6D4C42
(109,76,66)
#5E423A
(94,66,58)
#4F3832
(79,56,50)
#402E2A
(64,46,42)
#312422
(49,36,34)
#221A1A
(34,26,26)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #A97462

#A97462
(169,116,98)
#B08070
(176,128,112)
#B78C7E
(183,140,126)
#BE988C
(190,152,140)
#C5A49A
(197,164,154)
#CCB0A8
(204,176,168)
#D3BCB6
(211,188,182)
#DAC8C4
(218,200,196)
#E1D4D2
(225,212,210)
#E8E0E0
(232,224,224)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97462 color. Also use rgb(169,116,98) instead hex code.

Text Font Color

.myTextColor { color: #A97462; }

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

This text font color is #A97462.


Background Color

.myBgColor { background-color: #A97462; }

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

This div background color is #A97462.


Border color

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

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

This div border color is #A97462.


Opacity

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

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

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

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

This text has shadow with #A97462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97462 on black background.


Color preview on white background

This text has color #A97462 on white background.



Black color preview on #A97462 background

This text has black color on #A97462 background.


White color preview on #A97462 background

This text has white color on #A97462 background.