COLOR #A95361

HEX: #A95361
RGB: (169,83,97)

Color info

#A95361 contains mainly red color. Web safe color of #A95361 is #996666 (or #966).

RGB color model

#A95361 color RGB value is (169,83,97).

  • red value is 169;
  • green value is 83;
  • blue value is 97.
RGB:
(169,83,97)
(66%,33%,38%)

RGB channels and saturation

R 169 of 255 = 66%
G 83 of 255 = 33%
B 97 of 255 = 38%

169
83
97

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

Portions of RGB colors in percentages

R + G + B =
169 + 83 + 97 = 349 (100%)
R 169 of 349 ~ 48.42%
G 83 of 349 ~ 23.78%
B 97 of 349 ~ 27.79%

%48.42
%23.78
%27.79

CMYK color model

#A95361 color CMYK value is (0,51,43,34).

  • cyan value is 0.00%
  • magenta value is 50.89%
  • yellow value is 42.60%
  • key color value is 33.73%
CMYK:
(0,51,43,34)
C0M51Y43K34 
(0%,51%,43%,34%)
(0.00/0.51/0.43/0.34)	

CMYK percentages

%0
%50.89
%42.6
%33.73

Codes

Color #A95361 in popluar color models

A95361
RGB1698397
HSL350°34.13%49.41%
HSB/HSV350°50.89%66.27%
CMYK0.00%50.89%42.60%
33.73%

Color #A95361 in popluar number systems.

HEXA95361
Decimal1698397
Binary1010100110100111100001
Octal251123141

Shades and tints

Shades of #A95361

#A95361
(169,83,97)
#9A4C59
(154,76,89)
#8B4551
(139,69,81)
#7C3E49
(124,62,73)
#6D3741
(109,55,65)
#5E3039
(94,48,57)
#4F2931
(79,41,49)
#402229
(64,34,41)
#311B21
(49,27,33)
#221419
(34,20,25)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #A95361

#A95361
(169,83,97)
#B0626F
(176,98,111)
#B7717D
(183,113,125)
#BE808B
(190,128,139)
#C58F99
(197,143,153)
#CC9EA7
(204,158,167)
#D3ADB5
(211,173,181)
#DABCC3
(218,188,195)
#E1CBD1
(225,203,209)
#E8DADF
(232,218,223)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95361; }

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

This text font color is #A95361.


Background Color

.myBgColor { background-color: #A95361; }

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

This div background color is #A95361.


Border color

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

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

This div border color is #A95361.


Opacity

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

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

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

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

This text has shadow with #A95361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95361 on black background.


Color preview on white background

This text has color #A95361 on white background.



Black color preview on #A95361 background

This text has black color on #A95361 background.


White color preview on #A95361 background

This text has white color on #A95361 background.