COLOR #AD515A

HEX: #AD515A
RGB: (173,81,90)

Renk bilgisi

#AD515A contains mainly red color. #AD515A ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD515A color RGB value is (173,81,90).

  • kırmız ton 173;
  • yeşil ton 81;
  • mavi ton 90.
RGB:
(173,81,90)
(68%,32%,35%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 81 of 255 = 32%
B 90 of 255 = 35%

173
81
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 81 + 90 = 344 (100%)
R 173 of 344 ~ 50.29%
G 81 of 344 ~ 23.55%
B 90 of 344 ~ 26.16%

%50.29
%23.55
%26.16

CMYK RENK MODELİ

#AD515A rengi CMYK tonu (0,53,48,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.18%
  • sarı tonu 47.98%
  • ana renk tonu 32.16%
CMYK:
(0,53,48,32)
C0M53Y48K32 
(0%,53%,48%,32%)
(0.00/0.53/0.48/0.32)	

CMYK yüzdeleri

%0
%53.18
%47.98
%32.16

Codes

Color #AD515A in popluar color models

AD515A
RGB1738190
HSL354°36.22%49.80%
HSB/HSV354°53.18%67.84%
CMYK0.00%53.18%47.98%
32.16%

Color #AD515A in popluar number systems.

HEXAD515A
Decimal1738190
Binary1010110110100011011010
Octal255121132

Shades and tints

Shades of #AD515A

#AD515A
(173,81,90)
#9E4A52
(158,74,82)
#8F434A
(143,67,74)
#803C42
(128,60,66)
#71353A
(113,53,58)
#622E32
(98,46,50)
#53272A
(83,39,42)
#442022
(68,32,34)
#35191A
(53,25,26)
#261212
(38,18,18)
#170B0A
(23,11,10)
#000000
(0,0,0)

Tints of #AD515A

#AD515A
(173,81,90)
#B46069
(180,96,105)
#BB6F78
(187,111,120)
#C27E87
(194,126,135)
#C98D96
(201,141,150)
#D09CA5
(208,156,165)
#D7ABB4
(215,171,180)
#DEBAC3
(222,186,195)
#E5C9D2
(229,201,210)
#ECD8E1
(236,216,225)
#F3E7F0
(243,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD515A color. Also use rgb(173,81,90) instead hex code.

Text Font Color

.myTextColor { color: #AD515A; }

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

This text font color is #AD515A.


Background Color

.myBgColor { background-color: #AD515A; }

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

This div background color is #AD515A.


Border color

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

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

This div border color is #AD515A.


Opacity

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

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

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

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

This text has shadow with #AD515A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD515A on black background.


Color preview on white background

This text has color #AD515A on white background.



Black color preview on #AD515A background

This text has black color on #AD515A background.


White color preview on #AD515A background

This text has white color on #AD515A background.