COLOR #A97F6E

HEX: #A97F6E
RGB: (169,127,110)

Color info

#A97F6E contains red, green and blue colors in about the same proportion. Web safe color of #A97F6E is #996666 (or #966).

RGB color model

#A97F6E color RGB value is (169,127,110).

  • red value is 169;
  • green value is 127;
  • blue value is 110.
RGB:
(169,127,110)
(66%,50%,43%)

RGB channels and saturation

R 169 of 255 = 66%
G 127 of 255 = 50%
B 110 of 255 = 43%

169
127
110

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

Portions of RGB colors in percentages

R + G + B =
169 + 127 + 110 = 406 (100%)
R 169 of 406 ~ 41.63%
G 127 of 406 ~ 31.28%
B 110 of 406 ~ 27.09%

%41.63
%31.28
%27.09

CMYK color model

#A97F6E color CMYK value is (0,25,35,34).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 34.91%
  • key color value is 33.73%
CMYK:
(0,25,35,34)
C0M25Y35K34 
(0%,25%,35%,34%)
(0.00/0.25/0.35/0.34)	

CMYK percentages

%0
%24.85
%34.91
%33.73

Codes

Color #A97F6E in popluar color models

A97F6E
RGB169127110
HSL17°25.54%54.71%
HSB/HSV17°34.91%66.27%
CMYK0.00%24.85%34.91%
33.73%

Color #A97F6E in popluar number systems.

HEXA97F6E
Decimal169127110
Binary1010100111111111101110
Octal251177156

Shades and tints

Shades of #A97F6E

#A97F6E
(169,127,110)
#9A7464
(154,116,100)
#8B695A
(139,105,90)
#7C5E50
(124,94,80)
#6D5346
(109,83,70)
#5E483C
(94,72,60)
#4F3D32
(79,61,50)
#403228
(64,50,40)
#31271E
(49,39,30)
#221C14
(34,28,20)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #A97F6E

#A97F6E
(169,127,110)
#B08A7B
(176,138,123)
#B79588
(183,149,136)
#BEA095
(190,160,149)
#C5ABA2
(197,171,162)
#CCB6AF
(204,182,175)
#D3C1BC
(211,193,188)
#DACCC9
(218,204,201)
#E1D7D6
(225,215,214)
#E8E2E3
(232,226,227)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97F6E color. Also use rgb(169,127,110) instead hex code.

Text Font Color

.myTextColor { color: #A97F6E; }

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

This text font color is #A97F6E.


Background Color

.myBgColor { background-color: #A97F6E; }

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

This div background color is #A97F6E.


Border color

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

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

This div border color is #A97F6E.


Opacity

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

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

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

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

This text has shadow with #A97F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97F6E on black background.


Color preview on white background

This text has color #A97F6E on white background.



Black color preview on #A97F6E background

This text has black color on #A97F6E background.


White color preview on #A97F6E background

This text has white color on #A97F6E background.