COLOR #A5959B

HEX: #A5959B
RGB: (165,149,155)

Renk bilgisi

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

RGB renk modeli

#A5959B color RGB value is (165,149,155).

  • kırmız ton 165;
  • yeşil ton 149;
  • mavi ton 155.
RGB:
(165,149,155)
(65%,58%,61%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 149 of 255 = 58%
B 155 of 255 = 61%

165
149
155

R + G + B ~ 61%. #A5959B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 149 + 155 = 469 (100%)
R 165 of 469 ~ 35.18%
G 149 of 469 ~ 31.77%
B 155 of 469 ~ 33.05%

%35.18
%31.77
%33.05

CMYK RENK MODELİ

#A5959B rengi CMYK tonu (0,10,6,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.70%
  • sarı tonu 6.06%
  • ana renk tonu 35.29%
CMYK:
(0,10,6,35)
C0M10Y6K35 
(0%,10%,6%,35%)
(0.00/0.10/0.06/0.35)	

CMYK yüzdeleri

%0
%9.7
%6.06
%35.29

Codes

Color #A5959B in popluar color models

A5959B
RGB165149155
HSL338°8.16%61.57%
HSB/HSV338°9.70%64.71%
CMYK0.00%9.70%6.06%
35.29%

Color #A5959B in popluar number systems.

HEXA5959B
Decimal165149155
Binary101001011001010110011011
Octal245225233

Shades and tints

Shades of #A5959B

#A5959B
(165,149,155)
#96888D
(150,136,141)
#877B7F
(135,123,127)
#786E71
(120,110,113)
#696163
(105,97,99)
#5A5455
(90,84,85)
#4B4747
(75,71,71)
#3C3A39
(60,58,57)
#2D2D2B
(45,45,43)
#1E201D
(30,32,29)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A5959B

#A5959B
(165,149,155)
#AD9EA4
(173,158,164)
#B5A7AD
(181,167,173)
#BDB0B6
(189,176,182)
#C5B9BF
(197,185,191)
#CDC2C8
(205,194,200)
#D5CBD1
(213,203,209)
#DDD4DA
(221,212,218)
#E5DDE3
(229,221,227)
#EDE6EC
(237,230,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5959B color. Also use rgb(165,149,155) instead hex code.

Text Font Color

.myTextColor { color: #A5959B; }

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

This text font color is #A5959B.


Background Color

.myBgColor { background-color: #A5959B; }

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

This div background color is #A5959B.


Border color

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

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

This div border color is #A5959B.


Opacity

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

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

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

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

This text has shadow with #A5959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5959B on black background.


Color preview on white background

This text has color #A5959B on white background.



Black color preview on #A5959B background

This text has black color on #A5959B background.


White color preview on #A5959B background

This text has white color on #A5959B background.