COLOR #AD6479

HEX: #AD6479
RGB: (173,100,121)

Renk bilgisi

#AD6479 contains mainly red and blue colors. #AD6479 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD6479 color RGB value is (173,100,121).

  • kırmız ton 173;
  • yeşil ton 100;
  • mavi ton 121.
RGB:
(173,100,121)
(68%,39%,47%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 100 of 255 = 39%
B 121 of 255 = 47%

173
100
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 100 + 121 = 394 (100%)
R 173 of 394 ~ 43.91%
G 100 of 394 ~ 25.38%
B 121 of 394 ~ 30.71%

%43.91
%25.38
%30.71

CMYK RENK MODELİ

#AD6479 rengi CMYK tonu (0,42,30,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.20%
  • sarı tonu 30.06%
  • ana renk tonu 32.16%
CMYK:
(0,42,30,32)
C0M42Y30K32 
(0%,42%,30%,32%)
(0.00/0.42/0.30/0.32)	

CMYK yüzdeleri

%0
%42.2
%30.06
%32.16

Codes

Color #AD6479 in popluar color models

AD6479
RGB173100121
HSL343°30.80%53.53%
HSB/HSV343°42.20%67.84%
CMYK0.00%42.20%30.06%
32.16%

Color #AD6479 in popluar number systems.

HEXAD6479
Decimal173100121
Binary1010110111001001111001
Octal255144171

Shades and tints

Shades of #AD6479

#AD6479
(173,100,121)
#9E5B6E
(158,91,110)
#8F5263
(143,82,99)
#804958
(128,73,88)
#71404D
(113,64,77)
#623742
(98,55,66)
#532E37
(83,46,55)
#44252C
(68,37,44)
#351C21
(53,28,33)
#261316
(38,19,22)
#170A0B
(23,10,11)
#000000
(0,0,0)

Tints of #AD6479

#AD6479
(173,100,121)
#B47285
(180,114,133)
#BB8091
(187,128,145)
#C28E9D
(194,142,157)
#C99CA9
(201,156,169)
#D0AAB5
(208,170,181)
#D7B8C1
(215,184,193)
#DEC6CD
(222,198,205)
#E5D4D9
(229,212,217)
#ECE2E5
(236,226,229)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6479 color. Also use rgb(173,100,121) instead hex code.

Text Font Color

.myTextColor { color: #AD6479; }

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

This text font color is #AD6479.


Background Color

.myBgColor { background-color: #AD6479; }

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

This div background color is #AD6479.


Border color

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

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

This div border color is #AD6479.


Opacity

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

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

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

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

This text has shadow with #AD6479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6479 on black background.


Color preview on white background

This text has color #AD6479 on white background.



Black color preview on #AD6479 background

This text has black color on #AD6479 background.


White color preview on #AD6479 background

This text has white color on #AD6479 background.