COLOR #A57C65

HEX: #A57C65
RGB: (165,124,101)

Color info

#A57C65 contains mainly red and green colors. Web safe color of #A57C65 is #996666 (or #966).

RGB color model

#A57C65 color RGB value is (165,124,101).

  • red value is 165;
  • green value is 124;
  • blue value is 101.
RGB:
(165,124,101)
(65%,49%,40%)

RGB channels and saturation

R 165 of 255 = 65%
G 124 of 255 = 49%
B 101 of 255 = 40%

165
124
101

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

Portions of RGB colors in percentages

R + G + B =
165 + 124 + 101 = 390 (100%)
R 165 of 390 ~ 42.31%
G 124 of 390 ~ 31.79%
B 101 of 390 ~ 25.9%

%42.31
%31.79
%25.9

CMYK color model

#A57C65 color CMYK value is (0,25,39,35).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 38.79%
  • key color value is 35.29%
CMYK:
(0,25,39,35)
C0M25Y39K35 
(0%,25%,39%,35%)
(0.00/0.25/0.39/0.35)	

CMYK percentages

%0
%24.85
%38.79
%35.29

Codes

Color #A57C65 in popluar color models

A57C65
RGB165124101
HSL22°26.23%52.16%
HSB/HSV22°38.79%64.71%
CMYK0.00%24.85%38.79%
35.29%

Color #A57C65 in popluar number systems.

HEXA57C65
Decimal165124101
Binary1010010111111001100101
Octal245174145

Shades and tints

Shades of #A57C65

#A57C65
(165,124,101)
#96715C
(150,113,92)
#876653
(135,102,83)
#785B4A
(120,91,74)
#695041
(105,80,65)
#5A4538
(90,69,56)
#4B3A2F
(75,58,47)
#3C2F26
(60,47,38)
#2D241D
(45,36,29)
#1E1914
(30,25,20)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #A57C65

#A57C65
(165,124,101)
#AD8773
(173,135,115)
#B59281
(181,146,129)
#BD9D8F
(189,157,143)
#C5A89D
(197,168,157)
#CDB3AB
(205,179,171)
#D5BEB9
(213,190,185)
#DDC9C7
(221,201,199)
#E5D4D5
(229,212,213)
#EDDFE3
(237,223,227)
#F5EAF1
(245,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57C65; }

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

This text font color is #A57C65.


Background Color

.myBgColor { background-color: #A57C65; }

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

This div background color is #A57C65.


Border color

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

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

This div border color is #A57C65.


Opacity

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

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

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

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

This text has shadow with #A57C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57C65 on black background.


Color preview on white background

This text has color #A57C65 on white background.



Black color preview on #A57C65 background

This text has black color on #A57C65 background.


White color preview on #A57C65 background

This text has white color on #A57C65 background.