COLOR #A34A48

HEX: #A34A48
RGB: (163,74,72)

Color info

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

RGB color model

#A34A48 color RGB value is (163,74,72).

  • red value is 163;
  • green value is 74;
  • blue value is 72.
RGB:
(163,74,72)
(64%,29%,28%)

RGB channels and saturation

R 163 of 255 = 64%
G 74 of 255 = 29%
B 72 of 255 = 28%

163
74
72

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

Portions of RGB colors in percentages

R + G + B =
163 + 74 + 72 = 309 (100%)
R 163 of 309 ~ 52.75%
G 74 of 309 ~ 23.95%
B 72 of 309 ~ 23.3%

%52.75
%23.95
%23.3

CMYK color model

#A34A48 color CMYK value is (0,55,56,36).

  • cyan value is 0.00%
  • magenta value is 54.60%
  • yellow value is 55.83%
  • key color value is 36.08%
CMYK:
(0,55,56,36)
C0M55Y56K36 
(0%,55%,56%,36%)
(0.00/0.55/0.56/0.36)	

CMYK percentages

%0
%54.6
%55.83
%36.08

Codes

Color #A34A48 in popluar color models

A34A48
RGB1637472
HSL38.72%46.08%
HSB/HSV55.83%63.92%
CMYK0.00%54.60%55.83%
36.08%

Color #A34A48 in popluar number systems.

HEXA34A48
Decimal1637472
Binary1010001110010101001000
Octal243112110

Shades and tints

Shades of #A34A48

#A34A48
(163,74,72)
#954442
(149,68,66)
#873E3C
(135,62,60)
#793836
(121,56,54)
#6B3230
(107,50,48)
#5D2C2A
(93,44,42)
#4F2624
(79,38,36)
#41201E
(65,32,30)
#331A18
(51,26,24)
#251412
(37,20,18)
#170E0C
(23,14,12)
#000000
(0,0,0)

Tints of #A34A48

#A34A48
(163,74,72)
#AB5A58
(171,90,88)
#B36A68
(179,106,104)
#BB7A78
(187,122,120)
#C38A88
(195,138,136)
#CB9A98
(203,154,152)
#D3AAA8
(211,170,168)
#DBBAB8
(219,186,184)
#E3CAC8
(227,202,200)
#EBDAD8
(235,218,216)
#F3EAE8
(243,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A34A48 color. Also use rgb(163,74,72) instead hex code.

Text Font Color

.myTextColor { color: #A34A48; }

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

This text font color is #A34A48.


Background Color

.myBgColor { background-color: #A34A48; }

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

This div background color is #A34A48.


Border color

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

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

This div border color is #A34A48.


Opacity

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

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

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

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

This text has shadow with #A34A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34A48 on black background.


Color preview on white background

This text has color #A34A48 on white background.



Black color preview on #A34A48 background

This text has black color on #A34A48 background.


White color preview on #A34A48 background

This text has white color on #A34A48 background.