COLOR #A57768

HEX: #A57768 RGB: (165,119,104)

Color info

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

RGB color model

#A57768 color RGB value is (165,119,104).

RGB: (165,119,104) (65%, 47%, 41%)

RGB channels and saturation

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

165
119
104

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

Portions of RGB colors in percentages

R + G + B = 165 + 119 + 104 = 388 (100%)
R 165 of 388 ~ 42.53%
G 119 of 388 ~ 30.67%
B 104 of 388 ~ 26.8'%

%42.53
%30.67
%26.8

CMYK color model

#A57768 color CMYK value is (0,28,37,35).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 36.97%
  • key color value is 35.29%

CMYK: (0,28,37,35)
C0M28Y37K35 (0%, 28%, 37%, 35%)
(0.00 / 0.28 / 0.37 / 0.35)

CMYK percentages

%0
%27.88
%36.97
%35.29

Codes

Color #A57768 in popluar color models

A5 77 68
RGB 165 119 104
HSL 15° 25.31% 52.75%
HSB/HSV 15° 36.97% 64.71%
CMYK 0.00% 27.88% 36.97%
35.29%

Color #A57768 in popluar number systems.

HEX A5 77 68
Decimal 165 119 104
Binary 10100101 1110111 1101000
Octal 245 167 150

Shades and tints

Shades of #A57768

#A57768
(165,119,104)
#966D5F
(150,109,95)
#876356
(135,99,86)
#78594D
(120,89,77)
#694F44
(105,79,68)
#5A453B
(90,69,59)
#4B3B32
(75,59,50)
#3C3129
(60,49,41)
#2D2720
(45,39,32)
#1E1D17
(30,29,23)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #A57768

#A57768
(165,119,104)
#AD8375
(173,131,117)
#B58F82
(181,143,130)
#BD9B8F
(189,155,143)
#C5A79C
(197,167,156)
#CDB3A9
(205,179,169)
#D5BFB6
(213,191,182)
#DDCBC3
(221,203,195)
#E5D7D0
(229,215,208)
#EDE3DD
(237,227,221)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57768; }

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

This text font color is #A57768.

Background Color

.myBgColor { background-color: #A57768; }

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

This div background color is #A57768.

Border color

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

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

This div border color is #A57768.

Opacity

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

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

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

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

This text has shadow with #A57768 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57768.

Preview

Color preview on black background

This text has color #A57768 on black background.


Color preview on white background

This text has color #A57768 on white background.


Black color preview on #A57768 background

This text has black color on #A57768 background.


White color preview on #A57768 background

This text has white color on #A57768 background.


Related colors

Complementary color

Complementary color for #hex is #5A8897.


I love getcolorcode.com

Triadic colors

1 #68A577 and #7768A5 with #A57768 are triadic colors.

2 #6877A5 and #77A568 with #A57768 are triadic colors.