COLOR #A57634

HEX: #A57634
RGB: (165,118,52)

Color info

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

RGB color model

#A57634 color RGB value is (165,118,52).

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

RGB channels and saturation

R 165 of 255 = 65%
G 118 of 255 = 46%
B 52 of 255 = 20%

165
118
52

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

Portions of RGB colors in percentages

R + G + B =
165 + 118 + 52 = 335 (100%)
R 165 of 335 ~ 49.25%
G 118 of 335 ~ 35.22%
B 52 of 335 ~ 15.52%

%49.25
%35.22
%15.52

CMYK color model

#A57634 color CMYK value is (0,28,68,35).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 68.48%
  • key color value is 35.29%
CMYK:
(0,28,68,35)
C0M28Y68K35 
(0%,28%,68%,35%)
(0.00/0.28/0.68/0.35)	

CMYK percentages

%0
%28.48
%68.48
%35.29

Codes

Color #A57634 in popluar color models

A57634
RGB16511852
HSL35°52.07%42.55%
HSB/HSV35°68.48%64.71%
CMYK0.00%28.48%68.48%
35.29%

Color #A57634 in popluar number systems.

HEXA57634
Decimal16511852
Binary101001011110110110100
Octal24516664

Shades and tints

Shades of #A57634

#A57634
(165,118,52)
#966C30
(150,108,48)
#87622C
(135,98,44)
#785828
(120,88,40)
#694E24
(105,78,36)
#5A4420
(90,68,32)
#4B3A1C
(75,58,28)
#3C3018
(60,48,24)
#2D2614
(45,38,20)
#1E1C10
(30,28,16)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #A57634

#A57634
(165,118,52)
#AD8246
(173,130,70)
#B58E58
(181,142,88)
#BD9A6A
(189,154,106)
#C5A67C
(197,166,124)
#CDB28E
(205,178,142)
#D5BEA0
(213,190,160)
#DDCAB2
(221,202,178)
#E5D6C4
(229,214,196)
#EDE2D6
(237,226,214)
#F5EEE8
(245,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57634 color. Also use rgb(165,118,52) instead hex code.

Text Font Color

.myTextColor { color: #A57634; }

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

This text font color is #A57634.


Background Color

.myBgColor { background-color: #A57634; }

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

This div background color is #A57634.


Border color

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

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

This div border color is #A57634.


Opacity

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

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

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

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

This text has shadow with #A57634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57634 on black background.


Color preview on white background

This text has color #A57634 on white background.



Black color preview on #A57634 background

This text has black color on #A57634 background.


White color preview on #A57634 background

This text has white color on #A57634 background.