COLOR #A93737

HEX: #A93737
RGB: (169,55,55)

Color info

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

RGB color model

#A93737 color RGB value is (169,55,55).

  • red value is 169;
  • green value is 55;
  • blue value is 55.
RGB:
(169,55,55)
(66%,22%,22%)

RGB channels and saturation

R 169 of 255 = 66%
G 55 of 255 = 22%
B 55 of 255 = 22%

169
55
55

R + G + B ~ 37%. #A93737 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 55 + 55 = 279 (100%)
R 169 of 279 ~ 60.57%
G 55 of 279 ~ 19.71%
B 55 of 279 ~ 19.71%

%60.57
%19.71
%19.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 67.46%
  • yellow value is 67.46%
  • key color value is 33.73%
CMYK:
(0,67,67,34)
C0M67Y67K34 
(0%,67%,67%,34%)
(0.00/0.67/0.67/0.34)	

CMYK percentages

%0
%67.46
%67.46
%33.73

Codes

Color #A93737 in popluar color models

A93737
RGB1695555
HSL50.89%43.92%
HSB/HSV67.46%66.27%
CMYK0.00%67.46%67.46%
33.73%

Color #A93737 in popluar number systems.

HEXA93737
Decimal1695555
Binary10101001110111110111
Octal2516767

Shades and tints

Shades of #A93737

#A93737
(169,55,55)
#9A3232
(154,50,50)
#8B2D2D
(139,45,45)
#7C2828
(124,40,40)
#6D2323
(109,35,35)
#5E1E1E
(94,30,30)
#4F1919
(79,25,25)
#401414
(64,20,20)
#310F0F
(49,15,15)
#220A0A
(34,10,10)
#130505
(19,5,5)
#000000
(0,0,0)

Tints of #A93737

#A93737
(169,55,55)
#B04949
(176,73,73)
#B75B5B
(183,91,91)
#BE6D6D
(190,109,109)
#C57F7F
(197,127,127)
#CC9191
(204,145,145)
#D3A3A3
(211,163,163)
#DAB5B5
(218,181,181)
#E1C7C7
(225,199,199)
#E8D9D9
(232,217,217)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A93737; }

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

This text font color is #A93737.


Background Color

.myBgColor { background-color: #A93737; }

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

This div background color is #A93737.


Border color

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

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

This div border color is #A93737.


Opacity

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

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

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

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

This text has shadow with #A93737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A93737 on black background.


Color preview on white background

This text has color #A93737 on white background.



Black color preview on #A93737 background

This text has black color on #A93737 background.


White color preview on #A93737 background

This text has white color on #A93737 background.