COLOR #A96089

HEX: #A96089
RGB: (169,96,137)

Color info

#A96089 contains mainly red and blue colors. Web safe color of #A96089 is #996699 (or #969).

RGB color model

#A96089 color RGB value is (169,96,137).

  • red value is 169;
  • green value is 96;
  • blue value is 137.
RGB:
(169,96,137)
(66%,38%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 96 of 255 = 38%
B 137 of 255 = 54%

169
96
137

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

Portions of RGB colors in percentages

R + G + B =
169 + 96 + 137 = 402 (100%)
R 169 of 402 ~ 42.04%
G 96 of 402 ~ 23.88%
B 137 of 402 ~ 34.08%

%42.04
%23.88
%34.08

CMYK color model

#A96089 color CMYK value is (0,43,19,34).

  • cyan value is 0.00%
  • magenta value is 43.20%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(0,43,19,34)
C0M43Y19K34 
(0%,43%,19%,34%)
(0.00/0.43/0.19/0.34)	

CMYK percentages

%0
%43.2
%18.93
%33.73

Codes

Color #A96089 in popluar color models

A96089
RGB16996137
HSL326°29.80%51.96%
HSB/HSV326°43.20%66.27%
CMYK0.00%43.20%18.93%
33.73%

Color #A96089 in popluar number systems.

HEXA96089
Decimal16996137
Binary10101001110000010001001
Octal251140211

Shades and tints

Shades of #A96089

#A96089
(169,96,137)
#9A587D
(154,88,125)
#8B5071
(139,80,113)
#7C4865
(124,72,101)
#6D4059
(109,64,89)
#5E384D
(94,56,77)
#4F3041
(79,48,65)
#402835
(64,40,53)
#312029
(49,32,41)
#22181D
(34,24,29)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #A96089

#A96089
(169,96,137)
#B06E93
(176,110,147)
#B77C9D
(183,124,157)
#BE8AA7
(190,138,167)
#C598B1
(197,152,177)
#CCA6BB
(204,166,187)
#D3B4C5
(211,180,197)
#DAC2CF
(218,194,207)
#E1D0D9
(225,208,217)
#E8DEE3
(232,222,227)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96089; }

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

This text font color is #A96089.


Background Color

.myBgColor { background-color: #A96089; }

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

This div background color is #A96089.


Border color

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

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

This div border color is #A96089.


Opacity

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

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

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

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

This text has shadow with #A96089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96089 on black background.


Color preview on white background

This text has color #A96089 on white background.



Black color preview on #A96089 background

This text has black color on #A96089 background.


White color preview on #A96089 background

This text has white color on #A96089 background.