COLOR #A97D6A

HEX: #A97D6A
RGB: (169,125,106)

Color info

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

RGB color model

#A97D6A color RGB value is (169,125,106).

  • red value is 169;
  • green value is 125;
  • blue value is 106.
RGB: (169,125,106) (66%,49%,42%)

RGB channels and saturation

R 169 of 255 = 66%
G 125 of 255 = 49%
B 106 of 255 = 42%

169
125
106

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

Portions of RGB colors in percentages

R + G + B =
169 + 125 + 106 = 400 (100%)
R 169 of 400 ~ 42.25%
G 125 of 400 ~ 31.25%
B 106 of 400 ~ 26.5%

%42.25
%31.25
%26.5

CMYK color model

#A97D6A color CMYK value is (0,26,37,34).

  • cyan value is 0.00%
  • magenta value is 26.04%
  • yellow value is 37.28%
  • key color value is 33.73%
CMYK: (0,26,37,34) C0M26Y37K34 (0%,26%,37%,34%) (0.00/0.26/0.37/0.34)

CMYK percentages

%0
%26.04
%37.28
%33.73

Codes

Color #A97D6A in popluar color models

A97D6A
RGB169125106
HSL18°26.81%53.92%
HSB/HSV18°37.28%66.27%
CMYK0.00%26.04%37.28%
33.73%

Color #A97D6A in popluar number systems.

HEXA97D6A
Decimal169125106
Binary1010100111111011101010
Octal251175152

Shades and tints

Shades of #A97D6A

#A97D6A
(169,125,106)
#9A7261
(154,114,97)
#8B6758
(139,103,88)
#7C5C4F
(124,92,79)
#6D5146
(109,81,70)
#5E463D
(94,70,61)
#4F3B34
(79,59,52)
#40302B
(64,48,43)
#312522
(49,37,34)
#221A19
(34,26,25)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #A97D6A

#A97D6A
(169,125,106)
#B08877
(176,136,119)
#B79384
(183,147,132)
#BE9E91
(190,158,145)
#C5A99E
(197,169,158)
#CCB4AB
(204,180,171)
#D3BFB8
(211,191,184)
#DACAC5
(218,202,197)
#E1D5D2
(225,213,210)
#E8E0DF
(232,224,223)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97D6A color. Also use rgb(169,125,106) instead hex code.

Text Font Color

.myTextColor { color: #A97D6A; }

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

This text font color is #A97D6A.


Background Color

.myBgColor { background-color: #A97D6A; }

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

This div background color is #A97D6A.


Border color

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

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

This div border color is #A97D6A.


Opacity

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

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

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

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

This text has shadow with #A97D6A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A97D6A on black background.


Color preview on white background

This text has color #A97D6A on white background.



Black color preview on #A97D6A background

This text has black color on #A97D6A background.


White color preview on #A97D6A background

This text has white color on #A97D6A background.