COLOR #A75634

HEX: #A75634
RGB: (167,86,52)

Color info

#A75634 contains mainly red color. Web safe color of #A75634 is #996633 (or #963).

RGB color model

#A75634 color RGB value is (167,86,52).

  • red value is 167;
  • green value is 86;
  • blue value is 52.
RGB:
(167,86,52)
(65%,34%,20%)

RGB channels and saturation

R 167 of 255 = 65%
G 86 of 255 = 34%
B 52 of 255 = 20%

167
86
52

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

Portions of RGB colors in percentages

R + G + B =
167 + 86 + 52 = 305 (100%)
R 167 of 305 ~ 54.75%
G 86 of 305 ~ 28.2%
B 52 of 305 ~ 17.05%

%54.75
%28.2
%17.05

CMYK color model

#A75634 color CMYK value is (0,49,69,35).

  • cyan value is 0.00%
  • magenta value is 48.50%
  • yellow value is 68.86%
  • key color value is 34.51%
CMYK:
(0,49,69,35)
C0M49Y69K35 
(0%,49%,69%,35%)
(0.00/0.49/0.69/0.35)	

CMYK percentages

%0
%48.5
%68.86
%34.51

Codes

Color #A75634 in popluar color models

A75634
RGB1678652
HSL18°52.51%42.94%
HSB/HSV18°68.86%65.49%
CMYK0.00%48.50%68.86%
34.51%

Color #A75634 in popluar number systems.

HEXA75634
Decimal1678652
Binary101001111010110110100
Octal24712664

Shades and tints

Shades of #A75634

#A75634
(167,86,52)
#984F30
(152,79,48)
#89482C
(137,72,44)
#7A4128
(122,65,40)
#6B3A24
(107,58,36)
#5C3320
(92,51,32)
#4D2C1C
(77,44,28)
#3E2518
(62,37,24)
#2F1E14
(47,30,20)
#201710
(32,23,16)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #A75634

#A75634
(167,86,52)
#AF6546
(175,101,70)
#B77458
(183,116,88)
#BF836A
(191,131,106)
#C7927C
(199,146,124)
#CFA18E
(207,161,142)
#D7B0A0
(215,176,160)
#DFBFB2
(223,191,178)
#E7CEC4
(231,206,196)
#EFDDD6
(239,221,214)
#F7ECE8
(247,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75634 color. Also use rgb(167,86,52) instead hex code.

Text Font Color

.myTextColor { color: #A75634; }

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

This text font color is #A75634.


Background Color

.myBgColor { background-color: #A75634; }

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

This div background color is #A75634.


Border color

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

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

This div border color is #A75634.


Opacity

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

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

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

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

This text has shadow with #A75634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75634 on black background.


Color preview on white background

This text has color #A75634 on white background.



Black color preview on #A75634 background

This text has black color on #A75634 background.


White color preview on #A75634 background

This text has white color on #A75634 background.