COLOR #A57D85

HEX: #A57D85
RGB: (165,125,133)

Renk bilgisi

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

RGB renk modeli

#A57D85 color RGB value is (165,125,133).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 125 of 255 = 49%
B 133 of 255 = 52%

165
125
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 125 + 133 = 423 (100%)
R 165 of 423 ~ 39.01%
G 125 of 423 ~ 29.55%
B 133 of 423 ~ 31.44%

%39.01
%29.55
%31.44

CMYK RENK MODELİ

#A57D85 rengi CMYK tonu (0,24,19,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.24%
  • sarı tonu 19.39%
  • ana renk tonu 35.29%
CMYK:
(0,24,19,35)
C0M24Y19K35 
(0%,24%,19%,35%)
(0.00/0.24/0.19/0.35)	

CMYK yüzdeleri

%0
%24.24
%19.39
%35.29

Codes

Color #A57D85 in popluar color models

A57D85
RGB165125133
HSL348°18.18%56.86%
HSB/HSV348°24.24%64.71%
CMYK0.00%24.24%19.39%
35.29%

Color #A57D85 in popluar number systems.

HEXA57D85
Decimal165125133
Binary10100101111110110000101
Octal245175205

Shades and tints

Shades of #A57D85

#A57D85
(165,125,133)
#967279
(150,114,121)
#87676D
(135,103,109)
#785C61
(120,92,97)
#695155
(105,81,85)
#5A4649
(90,70,73)
#4B3B3D
(75,59,61)
#3C3031
(60,48,49)
#2D2525
(45,37,37)
#1E1A19
(30,26,25)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #A57D85

#A57D85
(165,125,133)
#AD8890
(173,136,144)
#B5939B
(181,147,155)
#BD9EA6
(189,158,166)
#C5A9B1
(197,169,177)
#CDB4BC
(205,180,188)
#D5BFC7
(213,191,199)
#DDCAD2
(221,202,210)
#E5D5DD
(229,213,221)
#EDE0E8
(237,224,232)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57D85; }

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

This text font color is #A57D85.


Background Color

.myBgColor { background-color: #A57D85; }

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

This div background color is #A57D85.


Border color

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

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

This div border color is #A57D85.


Opacity

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

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

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

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

This text has shadow with #A57D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57D85 on black background.


Color preview on white background

This text has color #A57D85 on white background.



Black color preview on #A57D85 background

This text has black color on #A57D85 background.


White color preview on #A57D85 background

This text has white color on #A57D85 background.