COLOR #A59FA6

HEX: #A59FA6
RGB: (165,159,166)

Renk bilgisi

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

RGB renk modeli

#A59FA6 color RGB value is (165,159,166).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 159 of 255 = 62%
B 166 of 255 = 65%

165
159
166

R + G + B ~ 64%. #A59FA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 159 + 166 = 490 (100%)
R 165 of 490 ~ 33.67%
G 159 of 490 ~ 32.45%
B 166 of 490 ~ 33.88%

%33.67
%32.45
%33.88

CMYK RENK MODELİ

#A59FA6 rengi CMYK tonu (1,4,0,35).

  • camgöbeği tonu 0.60%
  • eflatun tonu 4.22%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(1,4,0,35)
C1M4Y0K35 
(1%,4%,0%,35%)
(0.01/0.04/0.00/0.35)	

CMYK yüzdeleri

%0.6
%4.22
%0
%34.9

Codes

Color #A59FA6 in popluar color models

A59FA6
RGB165159166
HSL291°3.78%63.73%
HSB/HSV291°4.22%65.10%
CMYK0.60%4.22%0.00%
34.90%

Color #A59FA6 in popluar number systems.

HEXA59FA6
Decimal165159166
Binary101001011001111110100110
Octal245237246

Shades and tints

Shades of #A59FA6

#A59FA6
(165,159,166)
#969197
(150,145,151)
#878388
(135,131,136)
#787579
(120,117,121)
#69676A
(105,103,106)
#5A595B
(90,89,91)
#4B4B4C
(75,75,76)
#3C3D3D
(60,61,61)
#2D2F2E
(45,47,46)
#1E211F
(30,33,31)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #A59FA6

#A59FA6
(165,159,166)
#ADA7AE
(173,167,174)
#B5AFB6
(181,175,182)
#BDB7BE
(189,183,190)
#C5BFC6
(197,191,198)
#CDC7CE
(205,199,206)
#D5CFD6
(213,207,214)
#DDD7DE
(221,215,222)
#E5DFE6
(229,223,230)
#EDE7EE
(237,231,238)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59FA6 color. Also use rgb(165,159,166) instead hex code.

Text Font Color

.myTextColor { color: #A59FA6; }

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

This text font color is #A59FA6.


Background Color

.myBgColor { background-color: #A59FA6; }

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

This div background color is #A59FA6.


Border color

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

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

This div border color is #A59FA6.


Opacity

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

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

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

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

This text has shadow with #A59FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59FA6 on black background.


Color preview on white background

This text has color #A59FA6 on white background.



Black color preview on #A59FA6 background

This text has black color on #A59FA6 background.


White color preview on #A59FA6 background

This text has white color on #A59FA6 background.