COLOR #A93250

HEX: #A93250
RGB: (169,50,80)

Color info

#A93250 contains mainly red color. Web safe color of #A93250 is #993366 (or #936).

RGB color model

#A93250 color RGB value is (169,50,80).

  • red value is 169;
  • green value is 50;
  • blue value is 80.
RGB:
(169,50,80)
(66%,20%,31%)

RGB channels and saturation

R 169 of 255 = 66%
G 50 of 255 = 20%
B 80 of 255 = 31%

169
50
80

R + G + B ~ 39%. #A93250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 50 + 80 = 299 (100%)
R 169 of 299 ~ 56.52%
G 50 of 299 ~ 16.72%
B 80 of 299 ~ 26.76%

%56.52
%16.72
%26.76

CMYK color model

#A93250 color CMYK value is (0,70,53,34).

  • cyan value is 0.00%
  • magenta value is 70.41%
  • yellow value is 52.66%
  • key color value is 33.73%
CMYK:
(0,70,53,34)
C0M70Y53K34 
(0%,70%,53%,34%)
(0.00/0.70/0.53/0.34)	

CMYK percentages

%0
%70.41
%52.66
%33.73

Codes

Color #A93250 in popluar color models

A93250
RGB1695080
HSL345°54.34%42.94%
HSB/HSV345°70.41%66.27%
CMYK0.00%70.41%52.66%
33.73%

Color #A93250 in popluar number systems.

HEXA93250
Decimal1695080
Binary101010011100101010000
Octal25162120

Shades and tints

Shades of #A93250

#A93250
(169,50,80)
#9A2E49
(154,46,73)
#8B2A42
(139,42,66)
#7C263B
(124,38,59)
#6D2234
(109,34,52)
#5E1E2D
(94,30,45)
#4F1A26
(79,26,38)
#40161F
(64,22,31)
#311218
(49,18,24)
#220E11
(34,14,17)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #A93250

#A93250
(169,50,80)
#B0445F
(176,68,95)
#B7566E
(183,86,110)
#BE687D
(190,104,125)
#C57A8C
(197,122,140)
#CC8C9B
(204,140,155)
#D39EAA
(211,158,170)
#DAB0B9
(218,176,185)
#E1C2C8
(225,194,200)
#E8D4D7
(232,212,215)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A93250; }

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

This text font color is #A93250.


Background Color

.myBgColor { background-color: #A93250; }

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

This div background color is #A93250.


Border color

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

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

This div border color is #A93250.


Opacity

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

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

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

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

This text has shadow with #A93250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A93250 on black background.


Color preview on white background

This text has color #A93250 on white background.



Black color preview on #A93250 background

This text has black color on #A93250 background.


White color preview on #A93250 background

This text has white color on #A93250 background.