COLOR #A5859B

HEX: #A5859B
RGB: (165,133,155)

Renk bilgisi

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

RGB renk modeli

#A5859B color RGB value is (165,133,155).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 133 of 255 = 52%
B 155 of 255 = 61%

165
133
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 133 + 155 = 453 (100%)
R 165 of 453 ~ 36.42%
G 133 of 453 ~ 29.36%
B 155 of 453 ~ 34.22%

%36.42
%29.36
%34.22

CMYK RENK MODELİ

#A5859B rengi CMYK tonu (0,19,6,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.39%
  • sarı tonu 6.06%
  • ana renk tonu 35.29%
CMYK:
(0,19,6,35)
C0M19Y6K35 
(0%,19%,6%,35%)
(0.00/0.19/0.06/0.35)	

CMYK yüzdeleri

%0
%19.39
%6.06
%35.29

Codes

Color #A5859B in popluar color models

A5859B
RGB165133155
HSL319°15.09%58.43%
HSB/HSV319°19.39%64.71%
CMYK0.00%19.39%6.06%
35.29%

Color #A5859B in popluar number systems.

HEXA5859B
Decimal165133155
Binary101001011000010110011011
Octal245205233

Shades and tints

Shades of #A5859B

#A5859B
(165,133,155)
#96798D
(150,121,141)
#876D7F
(135,109,127)
#786171
(120,97,113)
#695563
(105,85,99)
#5A4955
(90,73,85)
#4B3D47
(75,61,71)
#3C3139
(60,49,57)
#2D252B
(45,37,43)
#1E191D
(30,25,29)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A5859B

#A5859B
(165,133,155)
#AD90A4
(173,144,164)
#B59BAD
(181,155,173)
#BDA6B6
(189,166,182)
#C5B1BF
(197,177,191)
#CDBCC8
(205,188,200)
#D5C7D1
(213,199,209)
#DDD2DA
(221,210,218)
#E5DDE3
(229,221,227)
#EDE8EC
(237,232,236)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5859B; }

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

This text font color is #A5859B.


Background Color

.myBgColor { background-color: #A5859B; }

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

This div background color is #A5859B.


Border color

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

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

This div border color is #A5859B.


Opacity

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

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

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

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

This text has shadow with #A5859B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5859B on black background.


Color preview on white background

This text has color #A5859B on white background.



Black color preview on #A5859B background

This text has black color on #A5859B background.


White color preview on #A5859B background

This text has white color on #A5859B background.