COLOR #AD494A

HEX: #AD494A
RGB: (173,73,74)

Color info

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

RGB color model

#AD494A color RGB value is (173,73,74).

  • red value is 173;
  • green value is 73;
  • blue value is 74.
RGB:
(173,73,74)
(68%,29%,29%)

RGB channels and saturation

R 173 of 255 = 68%
G 73 of 255 = 29%
B 74 of 255 = 29%

173
73
74

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

Portions of RGB colors in percentages

R + G + B =
173 + 73 + 74 = 320 (100%)
R 173 of 320 ~ 54.06%
G 73 of 320 ~ 22.81%
B 74 of 320 ~ 23.13%

%54.06
%22.81
%23.13

CMYK color model

#AD494A color CMYK value is (0,58,57,32).

  • cyan value is 0.00%
  • magenta value is 57.80%
  • yellow value is 57.23%
  • key color value is 32.16%
CMYK:
(0,58,57,32)
C0M58Y57K32 
(0%,58%,57%,32%)
(0.00/0.58/0.57/0.32)	

CMYK percentages

%0
%57.8
%57.23
%32.16

Codes

Color #AD494A in popluar color models

AD494A
RGB1737374
HSL359°40.65%48.24%
HSB/HSV359°57.80%67.84%
CMYK0.00%57.80%57.23%
32.16%

Color #AD494A in popluar number systems.

HEXAD494A
Decimal1737374
Binary1010110110010011001010
Octal255111112

Shades and tints

Shades of #AD494A

#AD494A
(173,73,74)
#9E4344
(158,67,68)
#8F3D3E
(143,61,62)
#803738
(128,55,56)
#713132
(113,49,50)
#622B2C
(98,43,44)
#532526
(83,37,38)
#441F20
(68,31,32)
#35191A
(53,25,26)
#261314
(38,19,20)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #AD494A

#AD494A
(173,73,74)
#B4595A
(180,89,90)
#BB696A
(187,105,106)
#C2797A
(194,121,122)
#C9898A
(201,137,138)
#D0999A
(208,153,154)
#D7A9AA
(215,169,170)
#DEB9BA
(222,185,186)
#E5C9CA
(229,201,202)
#ECD9DA
(236,217,218)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD494A color. Also use rgb(173,73,74) instead hex code.

Text Font Color

.myTextColor { color: #AD494A; }

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

This text font color is #AD494A.


Background Color

.myBgColor { background-color: #AD494A; }

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

This div background color is #AD494A.


Border color

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

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

This div border color is #AD494A.


Opacity

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

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

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

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

This text has shadow with #AD494A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD494A on black background.


Color preview on white background

This text has color #AD494A on white background.



Black color preview on #AD494A background

This text has black color on #AD494A background.


White color preview on #AD494A background

This text has white color on #AD494A background.