COLOR #A97878

HEX: #A97878
RGB: (169,120,120)

Color info

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

RGB color model

#A97878 color RGB value is (169,120,120).

  • red value is 169;
  • green value is 120;
  • blue value is 120.
RGB:
(169,120,120)
(66%,47%,47%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 120 of 255 = 47%

169
120
120

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

Portions of RGB colors in percentages

R + G + B =
169 + 120 + 120 = 409 (100%)
R 169 of 409 ~ 41.32%
G 120 of 409 ~ 29.34%
B 120 of 409 ~ 29.34%

%41.32
%29.34
%29.34

CMYK color model

#A97878 color CMYK value is (0,29,29,34).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(0,29,29,34)
C0M29Y29K34 
(0%,29%,29%,34%)
(0.00/0.29/0.29/0.34)	

CMYK percentages

%0
%28.99
%28.99
%33.73

Codes

Color #A97878 in popluar color models

A97878
RGB169120120
HSL22.17%56.67%
HSB/HSV28.99%66.27%
CMYK0.00%28.99%28.99%
33.73%

Color #A97878 in popluar number systems.

HEXA97878
Decimal169120120
Binary1010100111110001111000
Octal251170170

Shades and tints

Shades of #A97878

#A97878
(169,120,120)
#9A6E6E
(154,110,110)
#8B6464
(139,100,100)
#7C5A5A
(124,90,90)
#6D5050
(109,80,80)
#5E4646
(94,70,70)
#4F3C3C
(79,60,60)
#403232
(64,50,50)
#312828
(49,40,40)
#221E1E
(34,30,30)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A97878

#A97878
(169,120,120)
#B08484
(176,132,132)
#B79090
(183,144,144)
#BE9C9C
(190,156,156)
#C5A8A8
(197,168,168)
#CCB4B4
(204,180,180)
#D3C0C0
(211,192,192)
#DACCCC
(218,204,204)
#E1D8D8
(225,216,216)
#E8E4E4
(232,228,228)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97878; }

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

This text font color is #A97878.


Background Color

.myBgColor { background-color: #A97878; }

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

This div background color is #A97878.


Border color

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

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

This div border color is #A97878.


Opacity

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

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

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

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

This text has shadow with #A97878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97878 on black background.


Color preview on white background

This text has color #A97878 on white background.



Black color preview on #A97878 background

This text has black color on #A97878 background.


White color preview on #A97878 background

This text has white color on #A97878 background.