COLOR #A3776A

HEX: #A3776A
RGB: (163,119,106)

Color info

#A3776A contains red, green and blue colors in about the same proportion. Web safe color of #A3776A is #996666 (or #966).

RGB color model

#A3776A color RGB value is (163,119,106).

  • red value is 163;
  • green value is 119;
  • blue value is 106.
RGB:
(163,119,106)
(64%,47%,42%)

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 106 of 255 = 42%

163
119
106

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

Portions of RGB colors in percentages

R + G + B =
163 + 119 + 106 = 388 (100%)
R 163 of 388 ~ 42.01%
G 119 of 388 ~ 30.67%
B 106 of 388 ~ 27.32%

%42.01
%30.67
%27.32

CMYK color model

#A3776A color CMYK value is (0,27,35,36).

  • cyan value is 0.00%
  • magenta value is 26.99%
  • yellow value is 34.97%
  • key color value is 36.08%
CMYK:
(0,27,35,36)
C0M27Y35K36 
(0%,27%,35%,36%)
(0.00/0.27/0.35/0.36)	

CMYK percentages

%0
%26.99
%34.97
%36.08

Codes

Color #A3776A in popluar color models

A3776A
RGB163119106
HSL14°23.65%52.75%
HSB/HSV14°34.97%63.92%
CMYK0.00%26.99%34.97%
36.08%

Color #A3776A in popluar number systems.

HEXA3776A
Decimal163119106
Binary1010001111101111101010
Octal243167152

Shades and tints

Shades of #A3776A

#A3776A
(163,119,106)
#956D61
(149,109,97)
#876358
(135,99,88)
#79594F
(121,89,79)
#6B4F46
(107,79,70)
#5D453D
(93,69,61)
#4F3B34
(79,59,52)
#41312B
(65,49,43)
#332722
(51,39,34)
#251D19
(37,29,25)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #A3776A

#A3776A
(163,119,106)
#AB8377
(171,131,119)
#B38F84
(179,143,132)
#BB9B91
(187,155,145)
#C3A79E
(195,167,158)
#CBB3AB
(203,179,171)
#D3BFB8
(211,191,184)
#DBCBC5
(219,203,197)
#E3D7D2
(227,215,210)
#EBE3DF
(235,227,223)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3776A color. Also use rgb(163,119,106) instead hex code.

Text Font Color

.myTextColor { color: #A3776A; }

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

This text font color is #A3776A.


Background Color

.myBgColor { background-color: #A3776A; }

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

This div background color is #A3776A.


Border color

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

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

This div border color is #A3776A.


Opacity

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

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

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

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

This text has shadow with #A3776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3776A on black background.


Color preview on white background

This text has color #A3776A on white background.



Black color preview on #A3776A background

This text has black color on #A3776A background.


White color preview on #A3776A background

This text has white color on #A3776A background.