COLOR #A36A79

HEX: #A36A79
RGB: (163,106,121)

Color info

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

RGB color model

#A36A79 color RGB value is (163,106,121).

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

RGB channels and saturation

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

163
106
121

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

Portions of RGB colors in percentages

R + G + B =
163 + 106 + 121 = 390 (100%)
R 163 of 390 ~ 41.79%
G 106 of 390 ~ 27.18%
B 121 of 390 ~ 31.03%

%41.79
%27.18
%31.03

CMYK color model

#A36A79 color CMYK value is (0,35,26,36).

  • cyan value is 0.00%
  • magenta value is 34.97%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(0,35,26,36)
C0M35Y26K36 
(0%,35%,26%,36%)
(0.00/0.35/0.26/0.36)	

CMYK percentages

%0
%34.97
%25.77
%36.08

Codes

Color #A36A79 in popluar color models

A36A79
RGB163106121
HSL344°23.65%52.75%
HSB/HSV344°34.97%63.92%
CMYK0.00%34.97%25.77%
36.08%

Color #A36A79 in popluar number systems.

HEXA36A79
Decimal163106121
Binary1010001111010101111001
Octal243152171

Shades and tints

Shades of #A36A79

#A36A79
(163,106,121)
#95616E
(149,97,110)
#875863
(135,88,99)
#794F58
(121,79,88)
#6B464D
(107,70,77)
#5D3D42
(93,61,66)
#4F3437
(79,52,55)
#412B2C
(65,43,44)
#332221
(51,34,33)
#251916
(37,25,22)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #A36A79

#A36A79
(163,106,121)
#AB7785
(171,119,133)
#B38491
(179,132,145)
#BB919D
(187,145,157)
#C39EA9
(195,158,169)
#CBABB5
(203,171,181)
#D3B8C1
(211,184,193)
#DBC5CD
(219,197,205)
#E3D2D9
(227,210,217)
#EBDFE5
(235,223,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36A79; }

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

This text font color is #A36A79.


Background Color

.myBgColor { background-color: #A36A79; }

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

This div background color is #A36A79.


Border color

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

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

This div border color is #A36A79.


Opacity

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

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

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

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

This text has shadow with #A36A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36A79 on black background.


Color preview on white background

This text has color #A36A79 on white background.



Black color preview on #A36A79 background

This text has black color on #A36A79 background.


White color preview on #A36A79 background

This text has white color on #A36A79 background.