COLOR #AD6A81

HEX: #AD6A81
RGB: (173,106,129)

Renk bilgisi

#AD6A81 contains mainly red and blue colors. #AD6A81 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD6A81 color RGB value is (173,106,129).

  • kırmız ton 173;
  • yeşil ton 106;
  • mavi ton 129.
RGB:
(173,106,129)
(68%,42%,51%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 106 of 255 = 42%
B 129 of 255 = 51%

173
106
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 106 + 129 = 408 (100%)
R 173 of 408 ~ 42.4%
G 106 of 408 ~ 25.98%
B 129 of 408 ~ 31.62%

%42.4
%25.98
%31.62

CMYK RENK MODELİ

#AD6A81 rengi CMYK tonu (0,39,25,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.73%
  • sarı tonu 25.43%
  • ana renk tonu 32.16%
CMYK:
(0,39,25,32)
C0M39Y25K32 
(0%,39%,25%,32%)
(0.00/0.39/0.25/0.32)	

CMYK yüzdeleri

%0
%38.73
%25.43
%32.16

Codes

Color #AD6A81 in popluar color models

AD6A81
RGB173106129
HSL339°29.00%54.71%
HSB/HSV339°38.73%67.84%
CMYK0.00%38.73%25.43%
32.16%

Color #AD6A81 in popluar number systems.

HEXAD6A81
Decimal173106129
Binary10101101110101010000001
Octal255152201

Shades and tints

Shades of #AD6A81

#AD6A81
(173,106,129)
#9E6176
(158,97,118)
#8F586B
(143,88,107)
#804F60
(128,79,96)
#714655
(113,70,85)
#623D4A
(98,61,74)
#53343F
(83,52,63)
#442B34
(68,43,52)
#352229
(53,34,41)
#26191E
(38,25,30)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #AD6A81

#AD6A81
(173,106,129)
#B4778C
(180,119,140)
#BB8497
(187,132,151)
#C291A2
(194,145,162)
#C99EAD
(201,158,173)
#D0ABB8
(208,171,184)
#D7B8C3
(215,184,195)
#DEC5CE
(222,197,206)
#E5D2D9
(229,210,217)
#ECDFE4
(236,223,228)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6A81 color. Also use rgb(173,106,129) instead hex code.

Text Font Color

.myTextColor { color: #AD6A81; }

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

This text font color is #AD6A81.


Background Color

.myBgColor { background-color: #AD6A81; }

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

This div background color is #AD6A81.


Border color

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

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

This div border color is #AD6A81.


Opacity

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

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

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

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

This text has shadow with #AD6A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6A81 on black background.


Color preview on white background

This text has color #AD6A81 on white background.



Black color preview on #AD6A81 background

This text has black color on #AD6A81 background.


White color preview on #AD6A81 background

This text has white color on #AD6A81 background.