COLOR #AD76A1

HEX: #AD76A1
RGB: (173,118,161)

Renk bilgisi

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

RGB renk modeli

#AD76A1 color RGB value is (173,118,161).

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

RGB bağlantıları ve doygunluk

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

173
118
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 118 + 161 = 452 (100%)
R 173 of 452 ~ 38.27%
G 118 of 452 ~ 26.11%
B 161 of 452 ~ 35.62%

%38.27
%26.11
%35.62

CMYK RENK MODELİ

#AD76A1 rengi CMYK tonu (0,32,7,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.79%
  • sarı tonu 6.94%
  • ana renk tonu 32.16%
CMYK:
(0,32,7,32)
C0M32Y7K32 
(0%,32%,7%,32%)
(0.00/0.32/0.07/0.32)	

CMYK yüzdeleri

%0
%31.79
%6.94
%32.16

Codes

Color #AD76A1 in popluar color models

AD76A1
RGB173118161
HSL313°25.11%57.06%
HSB/HSV313°31.79%67.84%
CMYK0.00%31.79%6.94%
32.16%

Color #AD76A1 in popluar number systems.

HEXAD76A1
Decimal173118161
Binary10101101111011010100001
Octal255166241

Shades and tints

Shades of #AD76A1

#AD76A1
(173,118,161)
#9E6C93
(158,108,147)
#8F6285
(143,98,133)
#805877
(128,88,119)
#714E69
(113,78,105)
#62445B
(98,68,91)
#533A4D
(83,58,77)
#44303F
(68,48,63)
#352631
(53,38,49)
#261C23
(38,28,35)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #AD76A1

#AD76A1
(173,118,161)
#B482A9
(180,130,169)
#BB8EB1
(187,142,177)
#C29AB9
(194,154,185)
#C9A6C1
(201,166,193)
#D0B2C9
(208,178,201)
#D7BED1
(215,190,209)
#DECAD9
(222,202,217)
#E5D6E1
(229,214,225)
#ECE2E9
(236,226,233)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD76A1; }

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

This text font color is #AD76A1.


Background Color

.myBgColor { background-color: #AD76A1; }

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

This div background color is #AD76A1.


Border color

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

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

This div border color is #AD76A1.


Opacity

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

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

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

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

This text has shadow with #AD76A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD76A1 on black background.


Color preview on white background

This text has color #AD76A1 on white background.



Black color preview on #AD76A1 background

This text has black color on #AD76A1 background.


White color preview on #AD76A1 background

This text has white color on #AD76A1 background.