COLOR #A57152

HEX: #A57152
RGB: (165,113,82)

Color info

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

RGB color model

#A57152 color RGB value is (165,113,82).

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

RGB channels and saturation

R 165 of 255 = 65%
G 113 of 255 = 44%
B 82 of 255 = 32%

165
113
82

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

Portions of RGB colors in percentages

R + G + B =
165 + 113 + 82 = 360 (100%)
R 165 of 360 ~ 45.83%
G 113 of 360 ~ 31.39%
B 82 of 360 ~ 22.78%

%45.83
%31.39
%22.78

CMYK color model

#A57152 color CMYK value is (0,32,50,35).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 50.30%
  • key color value is 35.29%
CMYK:
(0,32,50,35)
C0M32Y50K35 
(0%,32%,50%,35%)
(0.00/0.32/0.50/0.35)	

CMYK percentages

%0
%31.52
%50.3
%35.29

Codes

Color #A57152 in popluar color models

A57152
RGB16511382
HSL22°33.60%48.43%
HSB/HSV22°50.30%64.71%
CMYK0.00%31.52%50.30%
35.29%

Color #A57152 in popluar number systems.

HEXA57152
Decimal16511382
Binary1010010111100011010010
Octal245161122

Shades and tints

Shades of #A57152

#A57152
(165,113,82)
#96674B
(150,103,75)
#875D44
(135,93,68)
#78533D
(120,83,61)
#694936
(105,73,54)
#5A3F2F
(90,63,47)
#4B3528
(75,53,40)
#3C2B21
(60,43,33)
#2D211A
(45,33,26)
#1E1713
(30,23,19)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #A57152

#A57152
(165,113,82)
#AD7D61
(173,125,97)
#B58970
(181,137,112)
#BD957F
(189,149,127)
#C5A18E
(197,161,142)
#CDAD9D
(205,173,157)
#D5B9AC
(213,185,172)
#DDC5BB
(221,197,187)
#E5D1CA
(229,209,202)
#EDDDD9
(237,221,217)
#F5E9E8
(245,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57152; }

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

This text font color is #A57152.


Background Color

.myBgColor { background-color: #A57152; }

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

This div background color is #A57152.


Border color

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

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

This div border color is #A57152.


Opacity

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

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

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

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

This text has shadow with #A57152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57152 on black background.


Color preview on white background

This text has color #A57152 on white background.



Black color preview on #A57152 background

This text has black color on #A57152 background.


White color preview on #A57152 background

This text has white color on #A57152 background.