COLOR #A57B80

HEX: #A57B80
RGB: (165,123,128)

Color info

#A57B80 contains red, green and blue colors in about the same proportion. Web safe color of #A57B80 is #996666 (or #966).

RGB color model

#A57B80 color RGB value is (165,123,128).

  • red value is 165;
  • green value is 123;
  • blue value is 128.
RGB:
(165,123,128)
(65%,48%,50%)

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 128 of 255 = 50%

165
123
128

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

Portions of RGB colors in percentages

R + G + B =
165 + 123 + 128 = 416 (100%)
R 165 of 416 ~ 39.66%
G 123 of 416 ~ 29.57%
B 128 of 416 ~ 30.77%

%39.66
%29.57
%30.77

CMYK color model

#A57B80 color CMYK value is (0,25,22,35).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK:
(0,25,22,35)
C0M25Y22K35 
(0%,25%,22%,35%)
(0.00/0.25/0.22/0.35)	

CMYK percentages

%0
%25.45
%22.42
%35.29

Codes

Color #A57B80 in popluar color models

A57B80
RGB165123128
HSL353°18.92%56.47%
HSB/HSV353°25.45%64.71%
CMYK0.00%25.45%22.42%
35.29%

Color #A57B80 in popluar number systems.

HEXA57B80
Decimal165123128
Binary10100101111101110000000
Octal245173200

Shades and tints

Shades of #A57B80

#A57B80
(165,123,128)
#967075
(150,112,117)
#87656A
(135,101,106)
#785A5F
(120,90,95)
#694F54
(105,79,84)
#5A4449
(90,68,73)
#4B393E
(75,57,62)
#3C2E33
(60,46,51)
#2D2328
(45,35,40)
#1E181D
(30,24,29)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #A57B80

#A57B80
(165,123,128)
#AD878B
(173,135,139)
#B59396
(181,147,150)
#BD9FA1
(189,159,161)
#C5ABAC
(197,171,172)
#CDB7B7
(205,183,183)
#D5C3C2
(213,195,194)
#DDCFCD
(221,207,205)
#E5DBD8
(229,219,216)
#EDE7E3
(237,231,227)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57B80 color. Also use rgb(165,123,128) instead hex code.

Text Font Color

.myTextColor { color: #A57B80; }

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

This text font color is #A57B80.


Background Color

.myBgColor { background-color: #A57B80; }

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

This div background color is #A57B80.


Border color

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

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

This div border color is #A57B80.


Opacity

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

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

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

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

This text has shadow with #A57B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57B80 on black background.


Color preview on white background

This text has color #A57B80 on white background.



Black color preview on #A57B80 background

This text has black color on #A57B80 background.


White color preview on #A57B80 background

This text has white color on #A57B80 background.