COLOR #A97798

HEX: #A97798
RGB: (169,119,152)

Color info

#A97798 contains red, green and blue colors in about the same proportion. Web safe color of #A97798 is #996699 (or #969).

RGB color model

#A97798 color RGB value is (169,119,152).

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

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 152 of 255 = 60%

169
119
152

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

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 152 = 440 (100%)
R 169 of 440 ~ 38.41%
G 119 of 440 ~ 27.05%
B 152 of 440 ~ 34.55%

%38.41
%27.05
%34.55

CMYK color model

#A97798 color CMYK value is (0,30,10,34).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK:
(0,30,10,34)
C0M30Y10K34 
(0%,30%,10%,34%)
(0.00/0.30/0.10/0.34)	

CMYK percentages

%0
%29.59
%10.06
%33.73

Codes

Color #A97798 in popluar color models

A97798
RGB169119152
HSL320°22.52%56.47%
HSB/HSV320°29.59%66.27%
CMYK0.00%29.59%10.06%
33.73%

Color #A97798 in popluar number systems.

HEXA97798
Decimal169119152
Binary10101001111011110011000
Octal251167230

Shades and tints

Shades of #A97798

#A97798
(169,119,152)
#9A6D8B
(154,109,139)
#8B637E
(139,99,126)
#7C5971
(124,89,113)
#6D4F64
(109,79,100)
#5E4557
(94,69,87)
#4F3B4A
(79,59,74)
#40313D
(64,49,61)
#312730
(49,39,48)
#221D23
(34,29,35)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #A97798

#A97798
(169,119,152)
#B083A1
(176,131,161)
#B78FAA
(183,143,170)
#BE9BB3
(190,155,179)
#C5A7BC
(197,167,188)
#CCB3C5
(204,179,197)
#D3BFCE
(211,191,206)
#DACBD7
(218,203,215)
#E1D7E0
(225,215,224)
#E8E3E9
(232,227,233)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97798; }

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

This text font color is #A97798.


Background Color

.myBgColor { background-color: #A97798; }

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

This div background color is #A97798.


Border color

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

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

This div border color is #A97798.


Opacity

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

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

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

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

This text has shadow with #A97798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97798 on black background.


Color preview on white background

This text has color #A97798 on white background.



Black color preview on #A97798 background

This text has black color on #A97798 background.


White color preview on #A97798 background

This text has white color on #A97798 background.