COLOR #A5829D

HEX: #A5829D
RGB: (165,130,157)

Renk bilgisi

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

RGB renk modeli

#A5829D color RGB value is (165,130,157).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 130 of 255 = 51%
B 157 of 255 = 62%

165
130
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 130 + 157 = 452 (100%)
R 165 of 452 ~ 36.5%
G 130 of 452 ~ 28.76%
B 157 of 452 ~ 34.73%

%36.5
%28.76
%34.73

CMYK RENK MODELİ

#A5829D rengi CMYK tonu (0,21,5,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.21%
  • sarı tonu 4.85%
  • ana renk tonu 35.29%
CMYK:
(0,21,5,35)
C0M21Y5K35 
(0%,21%,5%,35%)
(0.00/0.21/0.05/0.35)	

CMYK yüzdeleri

%0
%21.21
%4.85
%35.29

Codes

Color #A5829D in popluar color models

A5829D
RGB165130157
HSL314°16.28%57.84%
HSB/HSV314°21.21%64.71%
CMYK0.00%21.21%4.85%
35.29%

Color #A5829D in popluar number systems.

HEXA5829D
Decimal165130157
Binary101001011000001010011101
Octal245202235

Shades and tints

Shades of #A5829D

#A5829D
(165,130,157)
#96778F
(150,119,143)
#876C81
(135,108,129)
#786173
(120,97,115)
#695665
(105,86,101)
#5A4B57
(90,75,87)
#4B4049
(75,64,73)
#3C353B
(60,53,59)
#2D2A2D
(45,42,45)
#1E1F1F
(30,31,31)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A5829D

#A5829D
(165,130,157)
#AD8DA5
(173,141,165)
#B598AD
(181,152,173)
#BDA3B5
(189,163,181)
#C5AEBD
(197,174,189)
#CDB9C5
(205,185,197)
#D5C4CD
(213,196,205)
#DDCFD5
(221,207,213)
#E5DADD
(229,218,221)
#EDE5E5
(237,229,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5829D; }

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

This text font color is #A5829D.


Background Color

.myBgColor { background-color: #A5829D; }

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

This div background color is #A5829D.


Border color

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

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

This div border color is #A5829D.


Opacity

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

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

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

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

This text has shadow with #A5829D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5829D on black background.


Color preview on white background

This text has color #A5829D on white background.



Black color preview on #A5829D background

This text has black color on #A5829D background.


White color preview on #A5829D background

This text has white color on #A5829D background.