COLOR #A57878

HEX: #A57878
RGB: (165,120,120)

Color info

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

RGB color model

#A57878 color RGB value is (165,120,120).

  • red value is 165;
  • green value is 120;
  • blue value is 120.
RGB:
(165,120,120)
(65%,47%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 120 of 255 = 47%
B 120 of 255 = 47%

165
120
120

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

Portions of RGB colors in percentages

R + G + B =
165 + 120 + 120 = 405 (100%)
R 165 of 405 ~ 40.74%
G 120 of 405 ~ 29.63%
B 120 of 405 ~ 29.63%

%40.74
%29.63
%29.63

CMYK color model

#A57878 color CMYK value is (0,27,27,35).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK:
(0,27,27,35)
C0M27Y27K35 
(0%,27%,27%,35%)
(0.00/0.27/0.27/0.35)	

CMYK percentages

%0
%27.27
%27.27
%35.29

Codes

Color #A57878 in popluar color models

A57878
RGB165120120
HSL20.00%55.88%
HSB/HSV27.27%64.71%
CMYK0.00%27.27%27.27%
35.29%

Color #A57878 in popluar number systems.

HEXA57878
Decimal165120120
Binary1010010111110001111000
Octal245170170

Shades and tints

Shades of #A57878

#A57878
(165,120,120)
#966E6E
(150,110,110)
#876464
(135,100,100)
#785A5A
(120,90,90)
#695050
(105,80,80)
#5A4646
(90,70,70)
#4B3C3C
(75,60,60)
#3C3232
(60,50,50)
#2D2828
(45,40,40)
#1E1E1E
(30,30,30)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A57878

#A57878
(165,120,120)
#AD8484
(173,132,132)
#B59090
(181,144,144)
#BD9C9C
(189,156,156)
#C5A8A8
(197,168,168)
#CDB4B4
(205,180,180)
#D5C0C0
(213,192,192)
#DDCCCC
(221,204,204)
#E5D8D8
(229,216,216)
#EDE4E4
(237,228,228)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57878; }

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

This text font color is #A57878.


Background Color

.myBgColor { background-color: #A57878; }

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

This div background color is #A57878.


Border color

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

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

This div border color is #A57878.


Opacity

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

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

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

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

This text has shadow with #A57878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57878 on black background.


Color preview on white background

This text has color #A57878 on white background.



Black color preview on #A57878 background

This text has black color on #A57878 background.


White color preview on #A57878 background

This text has white color on #A57878 background.