COLOR #AD595A

HEX: #AD595A
RGB: (173,89,90)

Color info

#AD595A contains mainly red color. Web safe color of #AD595A is #996666 (or #966).

RGB color model

#AD595A color RGB value is (173,89,90).

  • red value is 173;
  • green value is 89;
  • blue value is 90.
RGB:
(173,89,90)
(68%,35%,35%)

RGB channels and saturation

R 173 of 255 = 68%
G 89 of 255 = 35%
B 90 of 255 = 35%

173
89
90

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

Portions of RGB colors in percentages

R + G + B =
173 + 89 + 90 = 352 (100%)
R 173 of 352 ~ 49.15%
G 89 of 352 ~ 25.28%
B 90 of 352 ~ 25.57%

%49.15
%25.28
%25.57

CMYK color model

#AD595A color CMYK value is (0,49,48,32).

  • cyan value is 0.00%
  • magenta value is 48.55%
  • yellow value is 47.98%
  • key color value is 32.16%
CMYK:
(0,49,48,32)
C0M49Y48K32 
(0%,49%,48%,32%)
(0.00/0.49/0.48/0.32)	

CMYK percentages

%0
%48.55
%47.98
%32.16

Codes

Color #AD595A in popluar color models

AD595A
RGB1738990
HSL359°33.87%51.37%
HSB/HSV359°48.55%67.84%
CMYK0.00%48.55%47.98%
32.16%

Color #AD595A in popluar number systems.

HEXAD595A
Decimal1738990
Binary1010110110110011011010
Octal255131132

Shades and tints

Shades of #AD595A

#AD595A
(173,89,90)
#9E5152
(158,81,82)
#8F494A
(143,73,74)
#804142
(128,65,66)
#71393A
(113,57,58)
#623132
(98,49,50)
#53292A
(83,41,42)
#442122
(68,33,34)
#35191A
(53,25,26)
#261112
(38,17,18)
#17090A
(23,9,10)
#000000
(0,0,0)

Tints of #AD595A

#AD595A
(173,89,90)
#B46869
(180,104,105)
#BB7778
(187,119,120)
#C28687
(194,134,135)
#C99596
(201,149,150)
#D0A4A5
(208,164,165)
#D7B3B4
(215,179,180)
#DEC2C3
(222,194,195)
#E5D1D2
(229,209,210)
#ECE0E1
(236,224,225)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD595A color. Also use rgb(173,89,90) instead hex code.

Text Font Color

.myTextColor { color: #AD595A; }

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

This text font color is #AD595A.


Background Color

.myBgColor { background-color: #AD595A; }

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

This div background color is #AD595A.


Border color

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

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

This div border color is #AD595A.


Opacity

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

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

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

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

This text has shadow with #AD595A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD595A on black background.


Color preview on white background

This text has color #AD595A on white background.



Black color preview on #AD595A background

This text has black color on #AD595A background.


White color preview on #AD595A background

This text has white color on #AD595A background.