COLOR #A5828D

HEX: #A5828D
RGB: (165,130,141)

Renk bilgisi

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

RGB renk modeli

#A5828D color RGB value is (165,130,141).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 130 of 255 = 51%
B 141 of 255 = 55%

165
130
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 130 + 141 = 436 (100%)
R 165 of 436 ~ 37.84%
G 130 of 436 ~ 29.82%
B 141 of 436 ~ 32.34%

%37.84
%29.82
%32.34

CMYK RENK MODELİ

#A5828D rengi CMYK tonu (0,21,15,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.21%
  • sarı tonu 14.55%
  • ana renk tonu 35.29%
CMYK:
(0,21,15,35)
C0M21Y15K35 
(0%,21%,15%,35%)
(0.00/0.21/0.15/0.35)	

CMYK yüzdeleri

%0
%21.21
%14.55
%35.29

Codes

Color #A5828D in popluar color models

A5828D
RGB165130141
HSL341°16.28%57.84%
HSB/HSV341°21.21%64.71%
CMYK0.00%21.21%14.55%
35.29%

Color #A5828D in popluar number systems.

HEXA5828D
Decimal165130141
Binary101001011000001010001101
Octal245202215

Shades and tints

Shades of #A5828D

#A5828D
(165,130,141)
#967781
(150,119,129)
#876C75
(135,108,117)
#786169
(120,97,105)
#69565D
(105,86,93)
#5A4B51
(90,75,81)
#4B4045
(75,64,69)
#3C3539
(60,53,57)
#2D2A2D
(45,42,45)
#1E1F21
(30,31,33)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A5828D

#A5828D
(165,130,141)
#AD8D97
(173,141,151)
#B598A1
(181,152,161)
#BDA3AB
(189,163,171)
#C5AEB5
(197,174,181)
#CDB9BF
(205,185,191)
#D5C4C9
(213,196,201)
#DDCFD3
(221,207,211)
#E5DADD
(229,218,221)
#EDE5E7
(237,229,231)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5828D; }

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

This text font color is #A5828D.


Background Color

.myBgColor { background-color: #A5828D; }

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

This div background color is #A5828D.


Border color

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

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

This div border color is #A5828D.


Opacity

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

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

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

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

This text has shadow with #A5828D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5828D on black background.


Color preview on white background

This text has color #A5828D on white background.



Black color preview on #A5828D background

This text has black color on #A5828D background.


White color preview on #A5828D background

This text has white color on #A5828D background.