COLOR #A59DAD

HEX: #A59DAD
RGB: (165,157,173)

Renk bilgisi

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

RGB renk modeli

#A59DAD color RGB value is (165,157,173).

  • kırmız ton 165;
  • yeşil ton 157;
  • mavi ton 173.
RGB:
(165,157,173)
(65%,62%,68%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 157 of 255 = 62%
B 173 of 255 = 68%

165
157
173

R + G + B ~ 65%. #A59DAD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 157 + 173 = 495 (100%)
R 165 of 495 ~ 33.33%
G 157 of 495 ~ 31.72%
B 173 of 495 ~ 34.95%

%33.33
%31.72
%34.95

CMYK RENK MODELİ

#A59DAD rengi CMYK tonu (5,9,0,32).

  • camgöbeği tonu 4.62%
  • eflatun tonu 9.25%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(5,9,0,32)
C5M9Y0K32 
(5%,9%,0%,32%)
(0.05/0.09/0.00/0.32)	

CMYK yüzdeleri

%4.62
%9.25
%0
%32.16

Codes

Color #A59DAD in popluar color models

A59DAD
RGB165157173
HSL270°8.89%64.71%
HSB/HSV270°9.25%67.84%
CMYK4.62%9.25%0.00%
32.16%

Color #A59DAD in popluar number systems.

HEXA59DAD
Decimal165157173
Binary101001011001110110101101
Octal245235255

Shades and tints

Shades of #A59DAD

#A59DAD
(165,157,173)
#968F9E
(150,143,158)
#87818F
(135,129,143)
#787380
(120,115,128)
#696571
(105,101,113)
#5A5762
(90,87,98)
#4B4953
(75,73,83)
#3C3B44
(60,59,68)
#2D2D35
(45,45,53)
#1E1F26
(30,31,38)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A59DAD

#A59DAD
(165,157,173)
#ADA5B4
(173,165,180)
#B5ADBB
(181,173,187)
#BDB5C2
(189,181,194)
#C5BDC9
(197,189,201)
#CDC5D0
(205,197,208)
#D5CDD7
(213,205,215)
#DDD5DE
(221,213,222)
#E5DDE5
(229,221,229)
#EDE5EC
(237,229,236)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59DAD color. Also use rgb(165,157,173) instead hex code.

Text Font Color

.myTextColor { color: #A59DAD; }

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

This text font color is #A59DAD.


Background Color

.myBgColor { background-color: #A59DAD; }

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

This div background color is #A59DAD.


Border color

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

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

This div border color is #A59DAD.


Opacity

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

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

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

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

This text has shadow with #A59DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59DAD on black background.


Color preview on white background

This text has color #A59DAD on white background.



Black color preview on #A59DAD background

This text has black color on #A59DAD background.


White color preview on #A59DAD background

This text has white color on #A59DAD background.