COLOR #A93850

HEX: #A93850 RGB: (169,56,80)

Color info

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

RGB color model

#A93850 color RGB value is (169,56,80).

RGB: (169,56,80) (66%, 22%, 31%)

RGB channels and saturation

R 169 of 255 = 66%
G 56 of 255 = 22%
B 80 of 255 = 31%

169
56
80

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

Portions of RGB colors in percentages

R + G + B = 169 + 56 + 80 = 305 (100%)
R 169 of 305 ~ 55.41%
G 56 of 305 ~ 18.36%
B 80 of 305 ~ 26.23'%

%55.41
%18.36
%26.23

CMYK color model

#A93850 color CMYK value is (0,67,53,34).

  • cyan value is 0.00%
  • magenta value is 66.86%
  • yellow value is 52.66%
  • key color value is 33.73%

CMYK: (0,67,53,34)
C0M67Y53K34 (0%, 67%, 53%, 34%)
(0.00 / 0.67 / 0.53 / 0.34)

CMYK percentages

%0
%66.86
%52.66
%33.73

Codes

Color #A93850 in popluar color models

A9 38 50
RGB 169 56 80
HSL 347° 50.22% 44.12%
HSB/HSV 347° 66.86% 66.27%
CMYK 0.00% 66.86% 52.66%
33.73%

Color #A93850 in popluar number systems.

HEX A9 38 50
Decimal 169 56 80
Binary 10101001 111000 1010000
Octal 251 70 120

Shades and tints

Shades of #A93850

#A93850
(169,56,80)
#9A3349
(154,51,73)
#8B2E42
(139,46,66)
#7C293B
(124,41,59)
#6D2434
(109,36,52)
#5E1F2D
(94,31,45)
#4F1A26
(79,26,38)
#40151F
(64,21,31)
#311018
(49,16,24)
#220B11
(34,11,17)
#13060A
(19,6,10)
#000000
(0,0,0)

Tints of #A93850

#A93850
(169,56,80)
#B04A5F
(176,74,95)
#B75C6E
(183,92,110)
#BE6E7D
(190,110,125)
#C5808C
(197,128,140)
#CC929B
(204,146,155)
#D3A4AA
(211,164,170)
#DAB6B9
(218,182,185)
#E1C8C8
(225,200,200)
#E8DAD7
(232,218,215)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A93850; }

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

This text font color is #A93850.

Background Color

.myBgColor { background-color: #A93850; }

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

This div background color is #A93850.

Border color

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

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

This div border color is #A93850.

Opacity

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

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

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

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

This text has shadow with #A93850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A93850.

Preview

Color preview on black background

This text has color #A93850 on black background.


Color preview on white background

This text has color #A93850 on white background.


Black color preview on #A93850 background

This text has black color on #A93850 background.


White color preview on #A93850 background

This text has white color on #A93850 background.


Related colors

Complementary color

Complementary color for #hex is #56C7AF.


I love getcolorcode.com

Triadic colors

1 #50A938 and #3850A9 with #A93850 are triadic colors.

2 #5038A9 and #38A950 with #A93850 are triadic colors.