COLOR #A57642

HEX: #A57642
RGB: (165,118,66)

Color info

#A57642 contains mainly red and green colors. Web safe color of #A57642 is #996633 (or #963).

RGB color model

#A57642 color RGB value is (165,118,66).

  • red value is 165;
  • green value is 118;
  • blue value is 66.
RGB:
(165,118,66)
(65%,46%,26%)

RGB channels and saturation

R 165 of 255 = 65%
G 118 of 255 = 46%
B 66 of 255 = 26%

165
118
66

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

Portions of RGB colors in percentages

R + G + B =
165 + 118 + 66 = 349 (100%)
R 165 of 349 ~ 47.28%
G 118 of 349 ~ 33.81%
B 66 of 349 ~ 18.91%

%47.28
%33.81
%18.91

CMYK color model

#A57642 color CMYK value is (0,28,60,35).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 60.00%
  • key color value is 35.29%
CMYK:
(0,28,60,35)
C0M28Y60K35 
(0%,28%,60%,35%)
(0.00/0.28/0.60/0.35)	

CMYK percentages

%0
%28.48
%60
%35.29

Codes

Color #A57642 in popluar color models

A57642
RGB16511866
HSL32°42.86%45.29%
HSB/HSV32°60.00%64.71%
CMYK0.00%28.48%60.00%
35.29%

Color #A57642 in popluar number systems.

HEXA57642
Decimal16511866
Binary1010010111101101000010
Octal245166102

Shades and tints

Shades of #A57642

#A57642
(165,118,66)
#966C3C
(150,108,60)
#876236
(135,98,54)
#785830
(120,88,48)
#694E2A
(105,78,42)
#5A4424
(90,68,36)
#4B3A1E
(75,58,30)
#3C3018
(60,48,24)
#2D2612
(45,38,18)
#1E1C0C
(30,28,12)
#0F1206
(15,18,6)
#000000
(0,0,0)

Tints of #A57642

#A57642
(165,118,66)
#AD8253
(173,130,83)
#B58E64
(181,142,100)
#BD9A75
(189,154,117)
#C5A686
(197,166,134)
#CDB297
(205,178,151)
#D5BEA8
(213,190,168)
#DDCAB9
(221,202,185)
#E5D6CA
(229,214,202)
#EDE2DB
(237,226,219)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57642; }

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

This text font color is #A57642.


Background Color

.myBgColor { background-color: #A57642; }

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

This div background color is #A57642.


Border color

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

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

This div border color is #A57642.


Opacity

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

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

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

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

This text has shadow with #A57642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57642 on black background.


Color preview on white background

This text has color #A57642 on white background.



Black color preview on #A57642 background

This text has black color on #A57642 background.


White color preview on #A57642 background

This text has white color on #A57642 background.