COLOR #A57B38

HEX: #A57B38 RGB: (165,123,56)

Color info

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

RGB color model

#A57B38 color RGB value is (165,123,56).

RGB: (165,123,56) (65%, 48%, 22%)

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 56 of 255 = 22%

165
123
56

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

Portions of RGB colors in percentages

R + G + B = 165 + 123 + 56 = 344 (100%)
R 165 of 344 ~ 47.97%
G 123 of 344 ~ 35.76%
B 56 of 344 ~ 16.28'%

%47.97
%35.76
%16.28

CMYK color model

#A57B38 color CMYK value is (0,25,66,35).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 66.06%
  • key color value is 35.29%
CMYK: (0,25,66,35) C0M25Y66K35 (0%,25%,66%,35%) (0.00/0.25/0.66/0.35) 

CMYK percentages

%0
%25.45
%66.06
%35.29

Codes

Color #A57B38 in popluar color models

A5 7B 38
RGB 165 123 56
HSL 37° 49.32% 43.33%
HSB/HSV 37° 66.06% 64.71%
CMYK 0.00% 25.45% 66.06%
35.29%

Color #A57B38 in popluar number systems.

HEX A5 7B 38
Decimal 165 123 56
Binary 10100101 1111011 111000
Octal 245 173 70

Shades and tints

Shades of #A57B38

#A57B38
(165,123,56)
#967033
(150,112,51)
#87652E
(135,101,46)
#785A29
(120,90,41)
#694F24
(105,79,36)
#5A441F
(90,68,31)
#4B391A
(75,57,26)
#3C2E15
(60,46,21)
#2D2310
(45,35,16)
#1E180B
(30,24,11)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #A57B38

#A57B38
(165,123,56)
#AD874A
(173,135,74)
#B5935C
(181,147,92)
#BD9F6E
(189,159,110)
#C5AB80
(197,171,128)
#CDB792
(205,183,146)
#D5C3A4
(213,195,164)
#DDCFB6
(221,207,182)
#E5DBC8
(229,219,200)
#EDE7DA
(237,231,218)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57B38 color. Also use rgb(165,123,56) instead hex code.

Text Font Color

.myTextColor { color: #A57B38; }

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

This text font color is #A57B38.

Background Color

.myBgColor { background-color: #A57B38; }

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

This div background color is #A57B38.

Border color

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

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

This div border color is #A57B38.

Opacity

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

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

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

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

This text has shadow with #A57B38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57B38.

Preview

Color preview on black background

This text has color #A57B38 on black background.


Color preview on white background

This text has color #A57B38 on white background.


Black color preview on #A57B38 background

This text has black color on #A57B38 background.


White color preview on #A57B38 background

This text has white color on #A57B38 background.


Related colors

Complementary color

Complementary color for #hex is #5A84C7.


I love getcolorcode.com

Triadic colors

1 #38A57B and #7B38A5 with #A57B38 are triadic colors.

2 #387BA5 and #7BA538 with #A57B38 are triadic colors.