COLOR #A57C66

HEX: #A57C66
RGB: (165,124,102)

Color info

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

RGB color model

#A57C66 color RGB value is (165,124,102).

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

RGB channels and saturation

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

165
124
102

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

Portions of RGB colors in percentages

R + G + B =
165 + 124 + 102 = 391 (100%)
R 165 of 391 ~ 42.2%
G 124 of 391 ~ 31.71%
B 102 of 391 ~ 26.09%

%42.2
%31.71
%26.09

CMYK color model

#A57C66 color CMYK value is (0,25,38,35).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 38.18%
  • key color value is 35.29%
CMYK:
(0,25,38,35)
C0M25Y38K35 
(0%,25%,38%,35%)
(0.00/0.25/0.38/0.35)	

CMYK percentages

%0
%24.85
%38.18
%35.29

Codes

Color #A57C66 in popluar color models

A57C66
RGB165124102
HSL21°25.93%52.35%
HSB/HSV21°38.18%64.71%
CMYK0.00%24.85%38.18%
35.29%

Color #A57C66 in popluar number systems.

HEXA57C66
Decimal165124102
Binary1010010111111001100110
Octal245174146

Shades and tints

Shades of #A57C66

#A57C66
(165,124,102)
#96715D
(150,113,93)
#876654
(135,102,84)
#785B4B
(120,91,75)
#695042
(105,80,66)
#5A4539
(90,69,57)
#4B3A30
(75,58,48)
#3C2F27
(60,47,39)
#2D241E
(45,36,30)
#1E1915
(30,25,21)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #A57C66

#A57C66
(165,124,102)
#AD8773
(173,135,115)
#B59280
(181,146,128)
#BD9D8D
(189,157,141)
#C5A89A
(197,168,154)
#CDB3A7
(205,179,167)
#D5BEB4
(213,190,180)
#DDC9C1
(221,201,193)
#E5D4CE
(229,212,206)
#EDDFDB
(237,223,219)
#F5EAE8
(245,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57C66; }

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

This text font color is #A57C66.


Background Color

.myBgColor { background-color: #A57C66; }

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

This div background color is #A57C66.


Border color

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

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

This div border color is #A57C66.


Opacity

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

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

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

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

This text has shadow with #A57C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57C66 on black background.


Color preview on white background

This text has color #A57C66 on white background.



Black color preview on #A57C66 background

This text has black color on #A57C66 background.


White color preview on #A57C66 background

This text has white color on #A57C66 background.