COLOR #A93648

HEX: #A93648
RGB: (169,54,72)

Color info

#A93648 contains mainly red color. Web safe color of #A93648 is #993333 (or #933).

RGB color model

#A93648 color RGB value is (169,54,72).

  • red value is 169;
  • green value is 54;
  • blue value is 72.
RGB:
(169,54,72)
(66%,21%,28%)

RGB channels and saturation

R 169 of 255 = 66%
G 54 of 255 = 21%
B 72 of 255 = 28%

169
54
72

R + G + B ~ 38%. #A93648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 54 + 72 = 295 (100%)
R 169 of 295 ~ 57.29%
G 54 of 295 ~ 18.31%
B 72 of 295 ~ 24.41%

%57.29
%18.31
%24.41

CMYK color model

#A93648 color CMYK value is (0,68,57,34).

  • cyan value is 0.00%
  • magenta value is 68.05%
  • yellow value is 57.40%
  • key color value is 33.73%
CMYK:
(0,68,57,34)
C0M68Y57K34 
(0%,68%,57%,34%)
(0.00/0.68/0.57/0.34)	

CMYK percentages

%0
%68.05
%57.4
%33.73

Codes

Color #A93648 in popluar color models

A93648
RGB1695472
HSL351°51.57%43.73%
HSB/HSV351°68.05%66.27%
CMYK0.00%68.05%57.40%
33.73%

Color #A93648 in popluar number systems.

HEXA93648
Decimal1695472
Binary101010011101101001000
Octal25166110

Shades and tints

Shades of #A93648

#A93648
(169,54,72)
#9A3242
(154,50,66)
#8B2E3C
(139,46,60)
#7C2A36
(124,42,54)
#6D2630
(109,38,48)
#5E222A
(94,34,42)
#4F1E24
(79,30,36)
#401A1E
(64,26,30)
#311618
(49,22,24)
#221212
(34,18,18)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #A93648

#A93648
(169,54,72)
#B04858
(176,72,88)
#B75A68
(183,90,104)
#BE6C78
(190,108,120)
#C57E88
(197,126,136)
#CC9098
(204,144,152)
#D3A2A8
(211,162,168)
#DAB4B8
(218,180,184)
#E1C6C8
(225,198,200)
#E8D8D8
(232,216,216)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A93648 color. Also use rgb(169,54,72) instead hex code.

Text Font Color

.myTextColor { color: #A93648; }

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

This text font color is #A93648.


Background Color

.myBgColor { background-color: #A93648; }

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

This div background color is #A93648.


Border color

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

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

This div border color is #A93648.


Opacity

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

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

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

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

This text has shadow with #A93648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A93648 on black background.


Color preview on white background

This text has color #A93648 on white background.



Black color preview on #A93648 background

This text has black color on #A93648 background.


White color preview on #A93648 background

This text has white color on #A93648 background.