COLOR #AD728B

HEX: #AD728B
RGB: (173,114,139)

Renk bilgisi

#AD728B contains red, green and blue colors in about the same proportion. #AD728B ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD728B color RGB value is (173,114,139).

  • kırmız ton 173;
  • yeşil ton 114;
  • mavi ton 139.
RGB:
(173,114,139)
(68%,45%,55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 114 of 255 = 45%
B 139 of 255 = 55%

173
114
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 114 + 139 = 426 (100%)
R 173 of 426 ~ 40.61%
G 114 of 426 ~ 26.76%
B 139 of 426 ~ 32.63%

%40.61
%26.76
%32.63

CMYK RENK MODELİ

#AD728B rengi CMYK tonu (0,34,20,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.10%
  • sarı tonu 19.65%
  • ana renk tonu 32.16%
CMYK:
(0,34,20,32)
C0M34Y20K32 
(0%,34%,20%,32%)
(0.00/0.34/0.20/0.32)	

CMYK yüzdeleri

%0
%34.1
%19.65
%32.16

Codes

Color #AD728B in popluar color models

AD728B
RGB173114139
HSL335°26.46%56.27%
HSB/HSV335°34.10%67.84%
CMYK0.00%34.10%19.65%
32.16%

Color #AD728B in popluar number systems.

HEXAD728B
Decimal173114139
Binary10101101111001010001011
Octal255162213

Shades and tints

Shades of #AD728B

#AD728B
(173,114,139)
#9E687F
(158,104,127)
#8F5E73
(143,94,115)
#805467
(128,84,103)
#714A5B
(113,74,91)
#62404F
(98,64,79)
#533643
(83,54,67)
#442C37
(68,44,55)
#35222B
(53,34,43)
#26181F
(38,24,31)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #AD728B

#AD728B
(173,114,139)
#B47E95
(180,126,149)
#BB8A9F
(187,138,159)
#C296A9
(194,150,169)
#C9A2B3
(201,162,179)
#D0AEBD
(208,174,189)
#D7BAC7
(215,186,199)
#DEC6D1
(222,198,209)
#E5D2DB
(229,210,219)
#ECDEE5
(236,222,229)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD728B color. Also use rgb(173,114,139) instead hex code.

Text Font Color

.myTextColor { color: #AD728B; }

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

This text font color is #AD728B.


Background Color

.myBgColor { background-color: #AD728B; }

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

This div background color is #AD728B.


Border color

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

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

This div border color is #AD728B.


Opacity

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

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

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

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

This text has shadow with #AD728B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD728B on black background.


Color preview on white background

This text has color #AD728B on white background.



Black color preview on #AD728B background

This text has black color on #AD728B background.


White color preview on #AD728B background

This text has white color on #AD728B background.