COLOR #AD76A0

HEX: #AD76A0
RGB: (173,118,160)

Renk bilgisi

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

RGB renk modeli

#AD76A0 color RGB value is (173,118,160).

  • kırmız ton 173;
  • yeşil ton 118;
  • mavi ton 160.
RGB:
(173,118,160)
(68%,46%,63%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 118 of 255 = 46%
B 160 of 255 = 63%

173
118
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 118 + 160 = 451 (100%)
R 173 of 451 ~ 38.36%
G 118 of 451 ~ 26.16%
B 160 of 451 ~ 35.48%

%38.36
%26.16
%35.48

CMYK RENK MODELİ

#AD76A0 rengi CMYK tonu (0,32,8,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.79%
  • sarı tonu 7.51%
  • ana renk tonu 32.16%
CMYK:
(0,32,8,32)
C0M32Y8K32 
(0%,32%,8%,32%)
(0.00/0.32/0.08/0.32)	

CMYK yüzdeleri

%0
%31.79
%7.51
%32.16

Codes

Color #AD76A0 in popluar color models

AD76A0
RGB173118160
HSL314°25.11%57.06%
HSB/HSV314°31.79%67.84%
CMYK0.00%31.79%7.51%
32.16%

Color #AD76A0 in popluar number systems.

HEXAD76A0
Decimal173118160
Binary10101101111011010100000
Octal255166240

Shades and tints

Shades of #AD76A0

#AD76A0
(173,118,160)
#9E6C92
(158,108,146)
#8F6284
(143,98,132)
#805876
(128,88,118)
#714E68
(113,78,104)
#62445A
(98,68,90)
#533A4C
(83,58,76)
#44303E
(68,48,62)
#352630
(53,38,48)
#261C22
(38,28,34)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #AD76A0

#AD76A0
(173,118,160)
#B482A8
(180,130,168)
#BB8EB0
(187,142,176)
#C29AB8
(194,154,184)
#C9A6C0
(201,166,192)
#D0B2C8
(208,178,200)
#D7BED0
(215,190,208)
#DECAD8
(222,202,216)
#E5D6E0
(229,214,224)
#ECE2E8
(236,226,232)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD76A0 color. Also use rgb(173,118,160) instead hex code.

Text Font Color

.myTextColor { color: #AD76A0; }

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

This text font color is #AD76A0.


Background Color

.myBgColor { background-color: #AD76A0; }

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

This div background color is #AD76A0.


Border color

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

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

This div border color is #AD76A0.


Opacity

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

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

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

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

This text has shadow with #AD76A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD76A0 on black background.


Color preview on white background

This text has color #AD76A0 on white background.



Black color preview on #AD76A0 background

This text has black color on #AD76A0 background.


White color preview on #AD76A0 background

This text has white color on #AD76A0 background.