COLOR #A37279

HEX: #A37279
RGB: (163,114,121)

Color info

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

RGB color model

#A37279 color RGB value is (163,114,121).

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

RGB channels and saturation

R 163 of 255 = 64%
G 114 of 255 = 45%
B 121 of 255 = 47%

163
114
121

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

Portions of RGB colors in percentages

R + G + B =
163 + 114 + 121 = 398 (100%)
R 163 of 398 ~ 40.95%
G 114 of 398 ~ 28.64%
B 121 of 398 ~ 30.4%

%40.95
%28.64
%30.4

CMYK color model

#A37279 color CMYK value is (0,30,26,36).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 25.77%
  • key color value is 36.08%
CMYK:
(0,30,26,36)
C0M30Y26K36 
(0%,30%,26%,36%)
(0.00/0.30/0.26/0.36)	

CMYK percentages

%0
%30.06
%25.77
%36.08

Codes

Color #A37279 in popluar color models

A37279
RGB163114121
HSL351°21.03%54.31%
HSB/HSV351°30.06%63.92%
CMYK0.00%30.06%25.77%
36.08%

Color #A37279 in popluar number systems.

HEXA37279
Decimal163114121
Binary1010001111100101111001
Octal243162171

Shades and tints

Shades of #A37279

#A37279
(163,114,121)
#95686E
(149,104,110)
#875E63
(135,94,99)
#795458
(121,84,88)
#6B4A4D
(107,74,77)
#5D4042
(93,64,66)
#4F3637
(79,54,55)
#412C2C
(65,44,44)
#332221
(51,34,33)
#251816
(37,24,22)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #A37279

#A37279
(163,114,121)
#AB7E85
(171,126,133)
#B38A91
(179,138,145)
#BB969D
(187,150,157)
#C3A2A9
(195,162,169)
#CBAEB5
(203,174,181)
#D3BAC1
(211,186,193)
#DBC6CD
(219,198,205)
#E3D2D9
(227,210,217)
#EBDEE5
(235,222,229)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37279; }

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

This text font color is #A37279.


Background Color

.myBgColor { background-color: #A37279; }

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

This div background color is #A37279.


Border color

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

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

This div border color is #A37279.


Opacity

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

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

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

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

This text has shadow with #A37279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37279 on black background.


Color preview on white background

This text has color #A37279 on white background.



Black color preview on #A37279 background

This text has black color on #A37279 background.


White color preview on #A37279 background

This text has white color on #A37279 background.