COLOR #A57533

HEX: #A57533
RGB: (165,117,51)

Color info

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

RGB color model

#A57533 color RGB value is (165,117,51).

  • red value is 165;
  • green value is 117;
  • blue value is 51.
RGB:
(165,117,51)
(65%,46%,20%)

RGB channels and saturation

R 165 of 255 = 65%
G 117 of 255 = 46%
B 51 of 255 = 20%

165
117
51

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

Portions of RGB colors in percentages

R + G + B =
165 + 117 + 51 = 333 (100%)
R 165 of 333 ~ 49.55%
G 117 of 333 ~ 35.14%
B 51 of 333 ~ 15.32%

%49.55
%35.14
%15.32

CMYK color model

#A57533 color CMYK value is (0,29,69,35).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 69.09%
  • key color value is 35.29%
CMYK:
(0,29,69,35)
C0M29Y69K35 
(0%,29%,69%,35%)
(0.00/0.29/0.69/0.35)	

CMYK percentages

%0
%29.09
%69.09
%35.29

Codes

Color #A57533 in popluar color models

A57533
RGB16511751
HSL35°52.78%42.35%
HSB/HSV35°69.09%64.71%
CMYK0.00%29.09%69.09%
35.29%

Color #A57533 in popluar number systems.

HEXA57533
Decimal16511751
Binary101001011110101110011
Octal24516563

Shades and tints

Shades of #A57533

#A57533
(165,117,51)
#966B2F
(150,107,47)
#87612B
(135,97,43)
#785727
(120,87,39)
#694D23
(105,77,35)
#5A431F
(90,67,31)
#4B391B
(75,57,27)
#3C2F17
(60,47,23)
#2D2513
(45,37,19)
#1E1B0F
(30,27,15)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #A57533

#A57533
(165,117,51)
#AD8145
(173,129,69)
#B58D57
(181,141,87)
#BD9969
(189,153,105)
#C5A57B
(197,165,123)
#CDB18D
(205,177,141)
#D5BD9F
(213,189,159)
#DDC9B1
(221,201,177)
#E5D5C3
(229,213,195)
#EDE1D5
(237,225,213)
#F5EDE7
(245,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57533; }

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

This text font color is #A57533.


Background Color

.myBgColor { background-color: #A57533; }

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

This div background color is #A57533.


Border color

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

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

This div border color is #A57533.


Opacity

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

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

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

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

This text has shadow with #A57533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57533 on black background.


Color preview on white background

This text has color #A57533 on white background.



Black color preview on #A57533 background

This text has black color on #A57533 background.


White color preview on #A57533 background

This text has white color on #A57533 background.