COLOR #A97162

HEX: #A97162 RGB: (169,113,98)

Color info

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

RGB color model

#A97162 color RGB value is (169,113,98).

RGB: (169,113,98) (66%, 44%, 38%)

RGB channels and saturation

R 169 of 255 = 66%
G 113 of 255 = 44%
B 98 of 255 = 38%

169
113
98

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

Portions of RGB colors in percentages

R + G + B = 169 + 113 + 98 = 380 (100%)
R 169 of 380 ~ 44.47%
G 113 of 380 ~ 29.74%
B 98 of 380 ~ 25.79'%

%44.47
%29.74
%25.79

CMYK color model

#A97162 color CMYK value is (0,33,42,34).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 42.01%
  • key color value is 33.73%

CMYK: (0,33,42,34)
C0M33Y42K34 (0%, 33%, 42%, 34%)
(0.00 / 0.33 / 0.42 / 0.34)

CMYK percentages

%0
%33.14
%42.01
%33.73

Codes

Color #A97162 in popluar color models

A9 71 62
RGB 169 113 98
HSL 13° 29.22% 52.35%
HSB/HSV 13° 42.01% 66.27%
CMYK 0.00% 33.14% 42.01%
33.73%

Color #A97162 in popluar number systems.

HEX A9 71 62
Decimal 169 113 98
Binary 10101001 1110001 1100010
Octal 251 161 142

Shades and tints

Shades of #A97162

#A97162
(169,113,98)
#9A675A
(154,103,90)
#8B5D52
(139,93,82)
#7C534A
(124,83,74)
#6D4942
(109,73,66)
#5E3F3A
(94,63,58)
#4F3532
(79,53,50)
#402B2A
(64,43,42)
#312122
(49,33,34)
#22171A
(34,23,26)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #A97162

#A97162
(169,113,98)
#B07D70
(176,125,112)
#B7897E
(183,137,126)
#BE958C
(190,149,140)
#C5A19A
(197,161,154)
#CCADA8
(204,173,168)
#D3B9B6
(211,185,182)
#DAC5C4
(218,197,196)
#E1D1D2
(225,209,210)
#E8DDE0
(232,221,224)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97162; }

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

This text font color is #A97162.

Background Color

.myBgColor { background-color: #A97162; }

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

This div background color is #A97162.

Border color

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

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

This div border color is #A97162.

Opacity

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

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

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

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

This text has shadow with #A97162 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97162.

Preview

Color preview on black background

This text has color #A97162 on black background.


Color preview on white background

This text has color #A97162 on white background.


Black color preview on #A97162 background

This text has black color on #A97162 background.


White color preview on #A97162 background

This text has white color on #A97162 background.


Related colors

Complementary color

Complementary color for #hex is #568E9D.


I love getcolorcode.com

Triadic colors

1 #62A971 and #7162A9 with #A97162 are triadic colors.

2 #6271A9 and #71A962 with #A97162 are triadic colors.