COLOR #A57164

HEX: #A57164
RGB: (165,113,100)

Color info

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

RGB color model

#A57164 color RGB value is (165,113,100).

  • red value is 165;
  • green value is 113;
  • blue value is 100.
RGB:
(165,113,100)
(65%,44%,39%)

RGB channels and saturation

R 165 of 255 = 65%
G 113 of 255 = 44%
B 100 of 255 = 39%

165
113
100

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

Portions of RGB colors in percentages

R + G + B =
165 + 113 + 100 = 378 (100%)
R 165 of 378 ~ 43.65%
G 113 of 378 ~ 29.89%
B 100 of 378 ~ 26.46%

%43.65
%29.89
%26.46

CMYK color model

#A57164 color CMYK value is (0,32,39,35).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 39.39%
  • key color value is 35.29%
CMYK:
(0,32,39,35)
C0M32Y39K35 
(0%,32%,39%,35%)
(0.00/0.32/0.39/0.35)	

CMYK percentages

%0
%31.52
%39.39
%35.29

Codes

Color #A57164 in popluar color models

A57164
RGB165113100
HSL12°26.53%51.96%
HSB/HSV12°39.39%64.71%
CMYK0.00%31.52%39.39%
35.29%

Color #A57164 in popluar number systems.

HEXA57164
Decimal165113100
Binary1010010111100011100100
Octal245161144

Shades and tints

Shades of #A57164

#A57164
(165,113,100)
#96675B
(150,103,91)
#875D52
(135,93,82)
#785349
(120,83,73)
#694940
(105,73,64)
#5A3F37
(90,63,55)
#4B352E
(75,53,46)
#3C2B25
(60,43,37)
#2D211C
(45,33,28)
#1E1713
(30,23,19)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #A57164

#A57164
(165,113,100)
#AD7D72
(173,125,114)
#B58980
(181,137,128)
#BD958E
(189,149,142)
#C5A19C
(197,161,156)
#CDADAA
(205,173,170)
#D5B9B8
(213,185,184)
#DDC5C6
(221,197,198)
#E5D1D4
(229,209,212)
#EDDDE2
(237,221,226)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57164; }

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

This text font color is #A57164.


Background Color

.myBgColor { background-color: #A57164; }

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

This div background color is #A57164.


Border color

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

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

This div border color is #A57164.


Opacity

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

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

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

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

This text has shadow with #A57164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57164 on black background.


Color preview on white background

This text has color #A57164 on white background.



Black color preview on #A57164 background

This text has black color on #A57164 background.


White color preview on #A57164 background

This text has white color on #A57164 background.