COLOR #A3634A

HEX: #A3634A
RGB: (163,99,74)

Color info

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

RGB color model

#A3634A color RGB value is (163,99,74).

  • red value is 163;
  • green value is 99;
  • blue value is 74.
RGB:
(163,99,74)
(64%,39%,29%)

RGB channels and saturation

R 163 of 255 = 64%
G 99 of 255 = 39%
B 74 of 255 = 29%

163
99
74

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

Portions of RGB colors in percentages

R + G + B =
163 + 99 + 74 = 336 (100%)
R 163 of 336 ~ 48.51%
G 99 of 336 ~ 29.46%
B 74 of 336 ~ 22.02%

%48.51
%29.46
%22.02

CMYK color model

#A3634A color CMYK value is (0,39,55,36).

  • cyan value is 0.00%
  • magenta value is 39.26%
  • yellow value is 54.60%
  • key color value is 36.08%
CMYK:
(0,39,55,36)
C0M39Y55K36 
(0%,39%,55%,36%)
(0.00/0.39/0.55/0.36)	

CMYK percentages

%0
%39.26
%54.6
%36.08

Codes

Color #A3634A in popluar color models

A3634A
RGB1639974
HSL17°37.55%46.47%
HSB/HSV17°54.60%63.92%
CMYK0.00%39.26%54.60%
36.08%

Color #A3634A in popluar number systems.

HEXA3634A
Decimal1639974
Binary1010001111000111001010
Octal243143112

Shades and tints

Shades of #A3634A

#A3634A
(163,99,74)
#955A44
(149,90,68)
#87513E
(135,81,62)
#794838
(121,72,56)
#6B3F32
(107,63,50)
#5D362C
(93,54,44)
#4F2D26
(79,45,38)
#412420
(65,36,32)
#331B1A
(51,27,26)
#251214
(37,18,20)
#17090E
(23,9,14)
#000000
(0,0,0)

Tints of #A3634A

#A3634A
(163,99,74)
#AB715A
(171,113,90)
#B37F6A
(179,127,106)
#BB8D7A
(187,141,122)
#C39B8A
(195,155,138)
#CBA99A
(203,169,154)
#D3B7AA
(211,183,170)
#DBC5BA
(219,197,186)
#E3D3CA
(227,211,202)
#EBE1DA
(235,225,218)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3634A color. Also use rgb(163,99,74) instead hex code.

Text Font Color

.myTextColor { color: #A3634A; }

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

This text font color is #A3634A.


Background Color

.myBgColor { background-color: #A3634A; }

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

This div background color is #A3634A.


Border color

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

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

This div border color is #A3634A.


Opacity

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

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

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

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

This text has shadow with #A3634A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3634A on black background.


Color preview on white background

This text has color #A3634A on white background.



Black color preview on #A3634A background

This text has black color on #A3634A background.


White color preview on #A3634A background

This text has white color on #A3634A background.