COLOR #A96477

HEX: #A96477
RGB: (169,100,119)

Color info

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

RGB color model

#A96477 color RGB value is (169,100,119).

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

RGB channels and saturation

R 169 of 255 = 66%
G 100 of 255 = 39%
B 119 of 255 = 47%

169
100
119

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

Portions of RGB colors in percentages

R + G + B =
169 + 100 + 119 = 388 (100%)
R 169 of 388 ~ 43.56%
G 100 of 388 ~ 25.77%
B 119 of 388 ~ 30.67%

%43.56
%25.77
%30.67

CMYK color model

#A96477 color CMYK value is (0,41,30,34).

  • cyan value is 0.00%
  • magenta value is 40.83%
  • yellow value is 29.59%
  • key color value is 33.73%
CMYK:
(0,41,30,34)
C0M41Y30K34 
(0%,41%,30%,34%)
(0.00/0.41/0.30/0.34)	

CMYK percentages

%0
%40.83
%29.59
%33.73

Codes

Color #A96477 in popluar color models

A96477
RGB169100119
HSL343°28.63%52.75%
HSB/HSV343°40.83%66.27%
CMYK0.00%40.83%29.59%
33.73%

Color #A96477 in popluar number systems.

HEXA96477
Decimal169100119
Binary1010100111001001110111
Octal251144167

Shades and tints

Shades of #A96477

#A96477
(169,100,119)
#9A5B6D
(154,91,109)
#8B5263
(139,82,99)
#7C4959
(124,73,89)
#6D404F
(109,64,79)
#5E3745
(94,55,69)
#4F2E3B
(79,46,59)
#402531
(64,37,49)
#311C27
(49,28,39)
#22131D
(34,19,29)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #A96477

#A96477
(169,100,119)
#B07283
(176,114,131)
#B7808F
(183,128,143)
#BE8E9B
(190,142,155)
#C59CA7
(197,156,167)
#CCAAB3
(204,170,179)
#D3B8BF
(211,184,191)
#DAC6CB
(218,198,203)
#E1D4D7
(225,212,215)
#E8E2E3
(232,226,227)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96477; }

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

This text font color is #A96477.


Background Color

.myBgColor { background-color: #A96477; }

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

This div background color is #A96477.


Border color

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

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

This div border color is #A96477.


Opacity

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

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

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

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

This text has shadow with #A96477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96477 on black background.


Color preview on white background

This text has color #A96477 on white background.



Black color preview on #A96477 background

This text has black color on #A96477 background.


White color preview on #A96477 background

This text has white color on #A96477 background.