COLOR #AD6180

HEX: #AD6180
RGB: (173,97,128)

Renk bilgisi

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

RGB renk modeli

#AD6180 color RGB value is (173,97,128).

  • kırmız ton 173;
  • yeşil ton 97;
  • mavi ton 128.
RGB:
(173,97,128)
(68%,38%,50%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 97 of 255 = 38%
B 128 of 255 = 50%

173
97
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 97 + 128 = 398 (100%)
R 173 of 398 ~ 43.47%
G 97 of 398 ~ 24.37%
B 128 of 398 ~ 32.16%

%43.47
%24.37
%32.16

CMYK RENK MODELİ

#AD6180 rengi CMYK tonu (0,44,26,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.93%
  • sarı tonu 26.01%
  • ana renk tonu 32.16%
CMYK:
(0,44,26,32)
C0M44Y26K32 
(0%,44%,26%,32%)
(0.00/0.44/0.26/0.32)	

CMYK yüzdeleri

%0
%43.93
%26.01
%32.16

Codes

Color #AD6180 in popluar color models

AD6180
RGB17397128
HSL336°31.67%52.94%
HSB/HSV336°43.93%67.84%
CMYK0.00%43.93%26.01%
32.16%

Color #AD6180 in popluar number systems.

HEXAD6180
Decimal17397128
Binary10101101110000110000000
Octal255141200

Shades and tints

Shades of #AD6180

#AD6180
(173,97,128)
#9E5975
(158,89,117)
#8F516A
(143,81,106)
#80495F
(128,73,95)
#714154
(113,65,84)
#623949
(98,57,73)
#53313E
(83,49,62)
#442933
(68,41,51)
#352128
(53,33,40)
#26191D
(38,25,29)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #AD6180

#AD6180
(173,97,128)
#B46F8B
(180,111,139)
#BB7D96
(187,125,150)
#C28BA1
(194,139,161)
#C999AC
(201,153,172)
#D0A7B7
(208,167,183)
#D7B5C2
(215,181,194)
#DEC3CD
(222,195,205)
#E5D1D8
(229,209,216)
#ECDFE3
(236,223,227)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6180; }

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

This text font color is #AD6180.


Background Color

.myBgColor { background-color: #AD6180; }

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

This div background color is #AD6180.


Border color

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

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

This div border color is #AD6180.


Opacity

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

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

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

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

This text has shadow with #AD6180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6180 on black background.


Color preview on white background

This text has color #AD6180 on white background.



Black color preview on #AD6180 background

This text has black color on #AD6180 background.


White color preview on #AD6180 background

This text has white color on #AD6180 background.