COLOR #A5828B

HEX: #A5828B
RGB: (165,130,139)

Renk bilgisi

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

RGB renk modeli

#A5828B color RGB value is (165,130,139).

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

RGB bağlantıları ve doygunluk

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

165
130
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 130 + 139 = 434 (100%)
R 165 of 434 ~ 38.02%
G 130 of 434 ~ 29.95%
B 139 of 434 ~ 32.03%

%38.02
%29.95
%32.03

CMYK RENK MODELİ

#A5828B rengi CMYK tonu (0,21,16,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.21%
  • sarı tonu 15.76%
  • ana renk tonu 35.29%
CMYK:
(0,21,16,35)
C0M21Y16K35 
(0%,21%,16%,35%)
(0.00/0.21/0.16/0.35)	

CMYK yüzdeleri

%0
%21.21
%15.76
%35.29

Codes

Color #A5828B in popluar color models

A5828B
RGB165130139
HSL345°16.28%57.84%
HSB/HSV345°21.21%64.71%
CMYK0.00%21.21%15.76%
35.29%

Color #A5828B in popluar number systems.

HEXA5828B
Decimal165130139
Binary101001011000001010001011
Octal245202213

Shades and tints

Shades of #A5828B

#A5828B
(165,130,139)
#96777F
(150,119,127)
#876C73
(135,108,115)
#786167
(120,97,103)
#69565B
(105,86,91)
#5A4B4F
(90,75,79)
#4B4043
(75,64,67)
#3C3537
(60,53,55)
#2D2A2B
(45,42,43)
#1E1F1F
(30,31,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5828B

#A5828B
(165,130,139)
#AD8D95
(173,141,149)
#B5989F
(181,152,159)
#BDA3A9
(189,163,169)
#C5AEB3
(197,174,179)
#CDB9BD
(205,185,189)
#D5C4C7
(213,196,199)
#DDCFD1
(221,207,209)
#E5DADB
(229,218,219)
#EDE5E5
(237,229,229)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5828B; }

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

This text font color is #A5828B.


Background Color

.myBgColor { background-color: #A5828B; }

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

This div background color is #A5828B.


Border color

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

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

This div border color is #A5828B.


Opacity

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

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

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

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

This text has shadow with #A5828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5828B on black background.


Color preview on white background

This text has color #A5828B on white background.



Black color preview on #A5828B background

This text has black color on #A5828B background.


White color preview on #A5828B background

This text has white color on #A5828B background.