COLOR #AD6175

HEX: #AD6175
RGB: (173,97,117)

Color info

#AD6175 contains mainly red and blue colors. Web safe color of #AD6175 is #996666 (or #966).

RGB color model

#AD6175 color RGB value is (173,97,117).

  • red value is 173;
  • green value is 97;
  • blue value is 117.
RGB:
(173,97,117)
(68%,38%,46%)

RGB channels and saturation

R 173 of 255 = 68%
G 97 of 255 = 38%
B 117 of 255 = 46%

173
97
117

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

Portions of RGB colors in percentages

R + G + B =
173 + 97 + 117 = 387 (100%)
R 173 of 387 ~ 44.7%
G 97 of 387 ~ 25.06%
B 117 of 387 ~ 30.23%

%44.7
%25.06
%30.23

CMYK color model

#AD6175 color CMYK value is (0,44,32,32).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 32.37%
  • key color value is 32.16%
CMYK:
(0,44,32,32)
C0M44Y32K32 
(0%,44%,32%,32%)
(0.00/0.44/0.32/0.32)	

CMYK percentages

%0
%43.93
%32.37
%32.16

Codes

Color #AD6175 in popluar color models

AD6175
RGB17397117
HSL344°31.67%52.94%
HSB/HSV344°43.93%67.84%
CMYK0.00%43.93%32.37%
32.16%

Color #AD6175 in popluar number systems.

HEXAD6175
Decimal17397117
Binary1010110111000011110101
Octal255141165

Shades and tints

Shades of #AD6175

#AD6175
(173,97,117)
#9E596B
(158,89,107)
#8F5161
(143,81,97)
#804957
(128,73,87)
#71414D
(113,65,77)
#623943
(98,57,67)
#533139
(83,49,57)
#44292F
(68,41,47)
#352125
(53,33,37)
#26191B
(38,25,27)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #AD6175

#AD6175
(173,97,117)
#B46F81
(180,111,129)
#BB7D8D
(187,125,141)
#C28B99
(194,139,153)
#C999A5
(201,153,165)
#D0A7B1
(208,167,177)
#D7B5BD
(215,181,189)
#DEC3C9
(222,195,201)
#E5D1D5
(229,209,213)
#ECDFE1
(236,223,225)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6175 color. Also use rgb(173,97,117) instead hex code.

Text Font Color

.myTextColor { color: #AD6175; }

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

This text font color is #AD6175.


Background Color

.myBgColor { background-color: #AD6175; }

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

This div background color is #AD6175.


Border color

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

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

This div border color is #AD6175.


Opacity

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

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

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

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

This text has shadow with #AD6175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6175 on black background.


Color preview on white background

This text has color #AD6175 on white background.



Black color preview on #AD6175 background

This text has black color on #AD6175 background.


White color preview on #AD6175 background

This text has white color on #AD6175 background.