COLOR #A3664E

HEX: #A3664E
RGB: (163,102,78)

Color info

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

RGB color model

#A3664E color RGB value is (163,102,78).

  • red value is 163;
  • green value is 102;
  • blue value is 78.
RGB: (163,102,78) (64%,40%,31%)

RGB channels and saturation

R 163 of 255 = 64%
G 102 of 255 = 40%
B 78 of 255 = 31%

163
102
78

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

Portions of RGB colors in percentages

R + G + B =
163 + 102 + 78 = 343 (100%)
R 163 of 343 ~ 47.52%
G 102 of 343 ~ 29.74%
B 78 of 343 ~ 22.74%

%47.52
%29.74
%22.74

CMYK color model

#A3664E color CMYK value is (0,37,52,36).

  • cyan value is 0.00%
  • magenta value is 37.42%
  • yellow value is 52.15%
  • key color value is 36.08%
CMYK: (0,37,52,36) C0M37Y52K36 (0%,37%,52%,36%) (0.00/0.37/0.52/0.36)

CMYK percentages

%0
%37.42
%52.15
%36.08

Codes

Color #A3664E in popluar color models

A3664E
RGB16310278
HSL17°35.27%47.25%
HSB/HSV17°52.15%63.92%
CMYK0.00%37.42%52.15%
36.08%

Color #A3664E in popluar number systems.

HEXA3664E
Decimal16310278
Binary1010001111001101001110
Octal243146116

Shades and tints

Shades of #A3664E

#A3664E
(163,102,78)
#955D47
(149,93,71)
#875440
(135,84,64)
#794B39
(121,75,57)
#6B4232
(107,66,50)
#5D392B
(93,57,43)
#4F3024
(79,48,36)
#41271D
(65,39,29)
#331E16
(51,30,22)
#25150F
(37,21,15)
#170C08
(23,12,8)
#000000
(0,0,0)

Tints of #A3664E

#A3664E
(163,102,78)
#AB735E
(171,115,94)
#B3806E
(179,128,110)
#BB8D7E
(187,141,126)
#C39A8E
(195,154,142)
#CBA79E
(203,167,158)
#D3B4AE
(211,180,174)
#DBC1BE
(219,193,190)
#E3CECE
(227,206,206)
#EBDBDE
(235,219,222)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3664E color. Also use rgb(163,102,78) instead hex code.

Text Font Color

.myTextColor { color: #A3664E; }

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

This text font color is #A3664E.


Background Color

.myBgColor { background-color: #A3664E; }

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

This div background color is #A3664E.


Border color

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

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

This div border color is #A3664E.


Opacity

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

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

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

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

This text has shadow with #A3664E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A3664E on black background.


Color preview on white background

This text has color #A3664E on white background.



Black color preview on #A3664E background

This text has black color on #A3664E background.


White color preview on #A3664E background

This text has white color on #A3664E background.