COLOR #A57567

HEX: #A57567 RGB: (165,117,103)

Color info

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

RGB color model

#A57567 color RGB value is (165,117,103).

RGB: (165,117,103) (65%, 46%, 40%)

RGB channels and saturation

R 165 of 255 = 65%
G 117 of 255 = 46%
B 103 of 255 = 40%

165
117
103

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

Portions of RGB colors in percentages

R + G + B = 165 + 117 + 103 = 385 (100%)
R 165 of 385 ~ 42.86%
G 117 of 385 ~ 30.39%
B 103 of 385 ~ 26.75'%

%42.86
%30.39
%26.75

CMYK color model

#A57567 color CMYK value is (0,29,38,35).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 37.58%
  • key color value is 35.29%

CMYK: (0,29,38,35)
C0M29Y38K35 (0%, 29%, 38%, 35%)
(0.00 / 0.29 / 0.38 / 0.35)

CMYK percentages

%0
%29.09
%37.58
%35.29

Codes

Color #A57567 in popluar color models

A5 75 67
RGB 165 117 103
HSL 14° 25.62% 52.55%
HSB/HSV 14° 37.58% 64.71%
CMYK 0.00% 29.09% 37.58%
35.29%

Color #A57567 in popluar number systems.

HEX A5 75 67
Decimal 165 117 103
Binary 10100101 1110101 1100111
Octal 245 165 147

Shades and tints

Shades of #A57567

#A57567
(165,117,103)
#966B5E
(150,107,94)
#876155
(135,97,85)
#78574C
(120,87,76)
#694D43
(105,77,67)
#5A433A
(90,67,58)
#4B3931
(75,57,49)
#3C2F28
(60,47,40)
#2D251F
(45,37,31)
#1E1B16
(30,27,22)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #A57567

#A57567
(165,117,103)
#AD8174
(173,129,116)
#B58D81
(181,141,129)
#BD998E
(189,153,142)
#C5A59B
(197,165,155)
#CDB1A8
(205,177,168)
#D5BDB5
(213,189,181)
#DDC9C2
(221,201,194)
#E5D5CF
(229,213,207)
#EDE1DC
(237,225,220)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57567 color. Also use rgb(165,117,103) instead hex code.

Text Font Color

.myTextColor { color: #A57567; }

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

This text font color is #A57567.

Background Color

.myBgColor { background-color: #A57567; }

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

This div background color is #A57567.

Border color

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

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

This div border color is #A57567.

Opacity

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

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

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

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

This text has shadow with #A57567 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57567.

Preview

Color preview on black background

This text has color #A57567 on black background.


Color preview on white background

This text has color #A57567 on white background.


Black color preview on #A57567 background

This text has black color on #A57567 background.


White color preview on #A57567 background

This text has white color on #A57567 background.


Related colors

Complementary color

Complementary color for #hex is #5A8A98.


I love getcolorcode.com

Triadic colors

1 #67A575 and #7567A5 with #A57567 are triadic colors.

2 #6775A5 and #75A567 with #A57567 are triadic colors.