COLOR #A97B7D

HEX: #A97B7D
RGB: (169,123,125)

Color info

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

RGB color model

#A97B7D color RGB value is (169,123,125).

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

RGB channels and saturation

R 169 of 255 = 66%
G 123 of 255 = 48%
B 125 of 255 = 49%

169
123
125

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

Portions of RGB colors in percentages

R + G + B =
169 + 123 + 125 = 417 (100%)
R 169 of 417 ~ 40.53%
G 123 of 417 ~ 29.5%
B 125 of 417 ~ 29.98%

%40.53
%29.5
%29.98

CMYK color model

#A97B7D color CMYK value is (0,27,26,34).

  • cyan value is 0.00%
  • magenta value is 27.22%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(0,27,26,34)
C0M27Y26K34 
(0%,27%,26%,34%)
(0.00/0.27/0.26/0.34)	

CMYK percentages

%0
%27.22
%26.04
%33.73

Codes

Color #A97B7D in popluar color models

A97B7D
RGB169123125
HSL357°21.10%57.25%
HSB/HSV357°27.22%66.27%
CMYK0.00%27.22%26.04%
33.73%

Color #A97B7D in popluar number systems.

HEXA97B7D
Decimal169123125
Binary1010100111110111111101
Octal251173175

Shades and tints

Shades of #A97B7D

#A97B7D
(169,123,125)
#9A7072
(154,112,114)
#8B6567
(139,101,103)
#7C5A5C
(124,90,92)
#6D4F51
(109,79,81)
#5E4446
(94,68,70)
#4F393B
(79,57,59)
#402E30
(64,46,48)
#312325
(49,35,37)
#22181A
(34,24,26)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #A97B7D

#A97B7D
(169,123,125)
#B08788
(176,135,136)
#B79393
(183,147,147)
#BE9F9E
(190,159,158)
#C5ABA9
(197,171,169)
#CCB7B4
(204,183,180)
#D3C3BF
(211,195,191)
#DACFCA
(218,207,202)
#E1DBD5
(225,219,213)
#E8E7E0
(232,231,224)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97B7D; }

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

This text font color is #A97B7D.


Background Color

.myBgColor { background-color: #A97B7D; }

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

This div background color is #A97B7D.


Border color

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

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

This div border color is #A97B7D.


Opacity

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

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

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

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

This text has shadow with #A97B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97B7D on black background.


Color preview on white background

This text has color #A97B7D on white background.



Black color preview on #A97B7D background

This text has black color on #A97B7D background.


White color preview on #A97B7D background

This text has white color on #A97B7D background.