COLOR #A57A52

HEX: #A57A52 RGB: (165,122,82)

Color info

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

RGB color model

#A57A52 color RGB value is (165,122,82).

RGB: (165,122,82) (65%, 48%, 32%)

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 82 of 255 = 32%

165
122
82

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

Portions of RGB colors in percentages

R + G + B = 165 + 122 + 82 = 369 (100%)
R 165 of 369 ~ 44.72%
G 122 of 369 ~ 33.06%
B 82 of 369 ~ 22.22'%

%44.72
%33.06
%22.22

CMYK color model

#A57A52 color CMYK value is (0,26,50,35).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 50.30%
  • key color value is 35.29%

CMYK: (0,26,50,35)
C0M26Y50K35 (0%, 26%, 50%, 35%)
(0.00 / 0.26 / 0.50 / 0.35)

CMYK percentages

%0
%26.06
%50.3
%35.29

Codes

Color #A57A52 in popluar color models

A5 7A 52
RGB 165 122 82
HSL 29° 33.60% 48.43%
HSB/HSV 29° 50.30% 64.71%
CMYK 0.00% 26.06% 50.30%
35.29%

Color #A57A52 in popluar number systems.

HEX A5 7A 52
Decimal 165 122 82
Binary 10100101 1111010 1010010
Octal 245 172 122

Shades and tints

Shades of #A57A52

#A57A52
(165,122,82)
#966F4B
(150,111,75)
#876444
(135,100,68)
#78593D
(120,89,61)
#694E36
(105,78,54)
#5A432F
(90,67,47)
#4B3828
(75,56,40)
#3C2D21
(60,45,33)
#2D221A
(45,34,26)
#1E1713
(30,23,19)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #A57A52

#A57A52
(165,122,82)
#AD8661
(173,134,97)
#B59270
(181,146,112)
#BD9E7F
(189,158,127)
#C5AA8E
(197,170,142)
#CDB69D
(205,182,157)
#D5C2AC
(213,194,172)
#DDCEBB
(221,206,187)
#E5DACA
(229,218,202)
#EDE6D9
(237,230,217)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57A52 color. Also use rgb(165,122,82) instead hex code.

Text Font Color

.myTextColor { color: #A57A52; }

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

This text font color is #A57A52.

Background Color

.myBgColor { background-color: #A57A52; }

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

This div background color is #A57A52.

Border color

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

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

This div border color is #A57A52.

Opacity

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

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

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

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

This text has shadow with #A57A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57A52.

Preview

Color preview on black background

This text has color #A57A52 on black background.


Color preview on white background

This text has color #A57A52 on white background.


Black color preview on #A57A52 background

This text has black color on #A57A52 background.


White color preview on #A57A52 background

This text has white color on #A57A52 background.


Related colors

Complementary color

Complementary color for #hex is #5A85AD.


I love getcolorcode.com

Triadic colors

1 #52A57A and #7A52A5 with #A57A52 are triadic colors.

2 #527AA5 and #7AA552 with #A57A52 are triadic colors.