COLOR #A37276

HEX: #A37276
RGB: (163,114,118)

Color info

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

RGB color model

#A37276 color RGB value is (163,114,118).

  • red value is 163;
  • green value is 114;
  • blue value is 118.
RGB:
(163,114,118)
(64%,45%,46%)

RGB channels and saturation

R 163 of 255 = 64%
G 114 of 255 = 45%
B 118 of 255 = 46%

163
114
118

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

Portions of RGB colors in percentages

R + G + B =
163 + 114 + 118 = 395 (100%)
R 163 of 395 ~ 41.27%
G 114 of 395 ~ 28.86%
B 118 of 395 ~ 29.87%

%41.27
%28.86
%29.87

CMYK color model

#A37276 color CMYK value is (0,30,28,36).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 27.61%
  • key color value is 36.08%
CMYK:
(0,30,28,36)
C0M30Y28K36 
(0%,30%,28%,36%)
(0.00/0.30/0.28/0.36)	

CMYK percentages

%0
%30.06
%27.61
%36.08

Codes

Color #A37276 in popluar color models

A37276
RGB163114118
HSL355°21.03%54.31%
HSB/HSV355°30.06%63.92%
CMYK0.00%30.06%27.61%
36.08%

Color #A37276 in popluar number systems.

HEXA37276
Decimal163114118
Binary1010001111100101110110
Octal243162166

Shades and tints

Shades of #A37276

#A37276
(163,114,118)
#95686C
(149,104,108)
#875E62
(135,94,98)
#795458
(121,84,88)
#6B4A4E
(107,74,78)
#5D4044
(93,64,68)
#4F363A
(79,54,58)
#412C30
(65,44,48)
#332226
(51,34,38)
#25181C
(37,24,28)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #A37276

#A37276
(163,114,118)
#AB7E82
(171,126,130)
#B38A8E
(179,138,142)
#BB969A
(187,150,154)
#C3A2A6
(195,162,166)
#CBAEB2
(203,174,178)
#D3BABE
(211,186,190)
#DBC6CA
(219,198,202)
#E3D2D6
(227,210,214)
#EBDEE2
(235,222,226)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37276 color. Also use rgb(163,114,118) instead hex code.

Text Font Color

.myTextColor { color: #A37276; }

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

This text font color is #A37276.


Background Color

.myBgColor { background-color: #A37276; }

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

This div background color is #A37276.


Border color

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

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

This div border color is #A37276.


Opacity

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

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

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

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

This text has shadow with #A37276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37276 on black background.


Color preview on white background

This text has color #A37276 on white background.



Black color preview on #A37276 background

This text has black color on #A37276 background.


White color preview on #A37276 background

This text has white color on #A37276 background.