COLOR #A57968

HEX: #A57968
RGB: (165,121,104)

Color info

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

RGB color model

#A57968 color RGB value is (165,121,104).

  • red value is 165;
  • green value is 121;
  • blue value is 104.
RGB:
(165,121,104)
(65%,47%,41%)

RGB channels and saturation

R 165 of 255 = 65%
G 121 of 255 = 47%
B 104 of 255 = 41%

165
121
104

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

Portions of RGB colors in percentages

R + G + B =
165 + 121 + 104 = 390 (100%)
R 165 of 390 ~ 42.31%
G 121 of 390 ~ 31.03%
B 104 of 390 ~ 26.67%

%42.31
%31.03
%26.67

CMYK color model

#A57968 color CMYK value is (0,27,37,35).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 36.97%
  • key color value is 35.29%
CMYK:
(0,27,37,35)
C0M27Y37K35 
(0%,27%,37%,35%)
(0.00/0.27/0.37/0.35)	

CMYK percentages

%0
%26.67
%36.97
%35.29

Codes

Color #A57968 in popluar color models

A57968
RGB165121104
HSL17°25.31%52.75%
HSB/HSV17°36.97%64.71%
CMYK0.00%26.67%36.97%
35.29%

Color #A57968 in popluar number systems.

HEXA57968
Decimal165121104
Binary1010010111110011101000
Octal245171150

Shades and tints

Shades of #A57968

#A57968
(165,121,104)
#966E5F
(150,110,95)
#876356
(135,99,86)
#78584D
(120,88,77)
#694D44
(105,77,68)
#5A423B
(90,66,59)
#4B3732
(75,55,50)
#3C2C29
(60,44,41)
#2D2120
(45,33,32)
#1E1617
(30,22,23)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #A57968

#A57968
(165,121,104)
#AD8575
(173,133,117)
#B59182
(181,145,130)
#BD9D8F
(189,157,143)
#C5A99C
(197,169,156)
#CDB5A9
(205,181,169)
#D5C1B6
(213,193,182)
#DDCDC3
(221,205,195)
#E5D9D0
(229,217,208)
#EDE5DD
(237,229,221)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57968 color. Also use rgb(165,121,104) instead hex code.

Text Font Color

.myTextColor { color: #A57968; }

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

This text font color is #A57968.


Background Color

.myBgColor { background-color: #A57968; }

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

This div background color is #A57968.


Border color

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

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

This div border color is #A57968.


Opacity

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

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

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

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

This text has shadow with #A57968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57968 on black background.


Color preview on white background

This text has color #A57968 on white background.



Black color preview on #A57968 background

This text has black color on #A57968 background.


White color preview on #A57968 background

This text has white color on #A57968 background.