COLOR #A37072

HEX: #A37072
RGB: (163,112,114)

Color info

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

RGB color model

#A37072 color RGB value is (163,112,114).

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

RGB channels and saturation

R 163 of 255 = 64%
G 112 of 255 = 44%
B 114 of 255 = 45%

163
112
114

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

Portions of RGB colors in percentages

R + G + B =
163 + 112 + 114 = 389 (100%)
R 163 of 389 ~ 41.9%
G 112 of 389 ~ 28.79%
B 114 of 389 ~ 29.31%

%41.9
%28.79
%29.31

CMYK color model

#A37072 color CMYK value is (0,31,30,36).

  • cyan value is 0.00%
  • magenta value is 31.29%
  • yellow value is 30.06%
  • key color value is 36.08%
CMYK:
(0,31,30,36)
C0M31Y30K36 
(0%,31%,30%,36%)
(0.00/0.31/0.30/0.36)	

CMYK percentages

%0
%31.29
%30.06
%36.08

Codes

Color #A37072 in popluar color models

A37072
RGB163112114
HSL358°21.70%53.92%
HSB/HSV358°31.29%63.92%
CMYK0.00%31.29%30.06%
36.08%

Color #A37072 in popluar number systems.

HEXA37072
Decimal163112114
Binary1010001111100001110010
Octal243160162

Shades and tints

Shades of #A37072

#A37072
(163,112,114)
#956668
(149,102,104)
#875C5E
(135,92,94)
#795254
(121,82,84)
#6B484A
(107,72,74)
#5D3E40
(93,62,64)
#4F3436
(79,52,54)
#412A2C
(65,42,44)
#332022
(51,32,34)
#251618
(37,22,24)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #A37072

#A37072
(163,112,114)
#AB7D7E
(171,125,126)
#B38A8A
(179,138,138)
#BB9796
(187,151,150)
#C3A4A2
(195,164,162)
#CBB1AE
(203,177,174)
#D3BEBA
(211,190,186)
#DBCBC6
(219,203,198)
#E3D8D2
(227,216,210)
#EBE5DE
(235,229,222)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37072; }

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

This text font color is #A37072.


Background Color

.myBgColor { background-color: #A37072; }

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

This div background color is #A37072.


Border color

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

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

This div border color is #A37072.


Opacity

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

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

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

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

This text has shadow with #A37072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37072 on black background.


Color preview on white background

This text has color #A37072 on white background.



Black color preview on #A37072 background

This text has black color on #A37072 background.


White color preview on #A37072 background

This text has white color on #A37072 background.