COLOR #A4635D

HEX: #A4635D RGB: (164,99,93)

Color info

#A4635D contains mainly red color. Web safe color of #A4635D is #996666 (or #966).

RGB color model

#A4635D color RGB value is (164,99,93).

RGB: (164,99,93) (64%, 39%, 36%)

RGB channels and saturation

R 164 of 255 = 64%
G 99 of 255 = 39%
B 93 of 255 = 36%

164
99
93

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

Portions of RGB colors in percentages

R + G + B = 164 + 99 + 93 = 356 (100%)
R 164 of 356 ~ 46.07%
G 99 of 356 ~ 27.81%
B 93 of 356 ~ 26.12'%

%46.07
%27.81
%26.12

CMYK color model

#A4635D color CMYK value is (0,40,43,36).

  • cyan value is 0.00%
  • magenta value is 39.63%
  • yellow value is 43.29%
  • key color value is 35.69%

CMYK: (0,40,43,36)
C0M40Y43K36 (0%, 40%, 43%, 36%)
(0.00 / 0.40 / 0.43 / 0.36)

CMYK percentages

%0
%39.63
%43.29
%35.69

Codes

Color #A4635D in popluar color models

A4 63 5D
RGB 164 99 93
HSL 28.06% 50.39%
HSB/HSV 43.29% 64.31%
CMYK 0.00% 39.63% 43.29%
35.69%

Color #A4635D in popluar number systems.

HEX A4 63 5D
Decimal 164 99 93
Binary 10100100 1100011 1011101
Octal 244 143 135

Shades and tints

Shades of #A4635D

#A4635D
(164,99,93)
#965A55
(150,90,85)
#88514D
(136,81,77)
#7A4845
(122,72,69)
#6C3F3D
(108,63,61)
#5E3635
(94,54,53)
#502D2D
(80,45,45)
#422425
(66,36,37)
#341B1D
(52,27,29)
#261215
(38,18,21)
#18090D
(24,9,13)
#000000
(0,0,0)

Tints of #A4635D

#A4635D
(164,99,93)
#AC716B
(172,113,107)
#B47F79
(180,127,121)
#BC8D87
(188,141,135)
#C49B95
(196,155,149)
#CCA9A3
(204,169,163)
#D4B7B1
(212,183,177)
#DCC5BF
(220,197,191)
#E4D3CD
(228,211,205)
#ECE1DB
(236,225,219)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4635D color. Also use rgb(164,99,93) instead hex code.

Text Font Color

.myTextColor { color: #A4635D; }

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

This text font color is #A4635D.

Background Color

.myBgColor { background-color: #A4635D; }

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

This div background color is #A4635D.

Border color

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

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

This div border color is #A4635D.

Opacity

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

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

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

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

This text has shadow with #A4635D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4635D.

Preview

Color preview on black background

This text has color #A4635D on black background.


Color preview on white background

This text has color #A4635D on white background.


Black color preview on #A4635D background

This text has black color on #A4635D background.


White color preview on #A4635D background

This text has white color on #A4635D background.


Related colors

Complementary color

Complementary color for #hex is #5B9CA2.


I love getcolorcode.com

Triadic colors

1 #5DA463 and #635DA4 with #A4635D are triadic colors.

2 #5D63A4 and #63A45D with #A4635D are triadic colors.