COLOR #AD464B

HEX: #AD464B RGB: (173,70,75)

Color info

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

RGB color model

#AD464B color RGB value is (173,70,75).

RGB: (173,70,75) (68%, 27%, 29%)

RGB channels and saturation

R 173 of 255 = 68%
G 70 of 255 = 27%
B 75 of 255 = 29%

173
70
75

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

Portions of RGB colors in percentages

R + G + B = 173 + 70 + 75 = 318 (100%)
R 173 of 318 ~ 54.4%
G 70 of 318 ~ 22.01%
B 75 of 318 ~ 23.58'%

%54.4
%22.01
%23.58

CMYK color model

#AD464B color CMYK value is (0,60,57,32).

  • cyan value is 0.00%
  • magenta value is 59.54%
  • yellow value is 56.65%
  • key color value is 32.16%

CMYK: (0,60,57,32)
C0M60Y57K32 (0%, 60%, 57%, 32%)
(0.00 / 0.60 / 0.57 / 0.32)

CMYK percentages

%0
%59.54
%56.65
%32.16

Codes

Color #AD464B in popluar color models

AD 46 4B
RGB 173 70 75
HSL 357° 42.39% 47.65%
HSB/HSV 357° 59.54% 67.84%
CMYK 0.00% 59.54% 56.65%
32.16%

Color #AD464B in popluar number systems.

HEX AD 46 4B
Decimal 173 70 75
Binary 10101101 1000110 1001011
Octal 255 106 113

Shades and tints

Shades of #AD464B

#AD464B
(173,70,75)
#9E4045
(158,64,69)
#8F3A3F
(143,58,63)
#803439
(128,52,57)
#712E33
(113,46,51)
#62282D
(98,40,45)
#532227
(83,34,39)
#441C21
(68,28,33)
#35161B
(53,22,27)
#261015
(38,16,21)
#170A0F
(23,10,15)
#000000
(0,0,0)

Tints of #AD464B

#AD464B
(173,70,75)
#B4565B
(180,86,91)
#BB666B
(187,102,107)
#C2767B
(194,118,123)
#C9868B
(201,134,139)
#D0969B
(208,150,155)
#D7A6AB
(215,166,171)
#DEB6BB
(222,182,187)
#E5C6CB
(229,198,203)
#ECD6DB
(236,214,219)
#F3E6EB
(243,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD464B color. Also use rgb(173,70,75) instead hex code.

Text Font Color

.myTextColor { color: #AD464B; }

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

This text font color is #AD464B.

Background Color

.myBgColor { background-color: #AD464B; }

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

This div background color is #AD464B.

Border color

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

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

This div border color is #AD464B.

Opacity

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

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

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

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

This text has shadow with #AD464B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD464B.

Preview

Color preview on black background

This text has color #AD464B on black background.


Color preview on white background

This text has color #AD464B on white background.


Black color preview on #AD464B background

This text has black color on #AD464B background.


White color preview on #AD464B background

This text has white color on #AD464B background.


Related colors

Complementary color

Complementary color for #hex is #52B9B4.


I love getcolorcode.com

Triadic colors

1 #4BAD46 and #464BAD with #AD464B are triadic colors.

2 #4B46AD and #46AD4B with #AD464B are triadic colors.