COLOR #A37070

HEX: #A37070
RGB: (163,112,112)

Color info

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

RGB color model

#A37070 color RGB value is (163,112,112).

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

RGB channels and saturation

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

163
112
112

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

Portions of RGB colors in percentages

R + G + B =
163 + 112 + 112 = 387 (100%)
R 163 of 387 ~ 42.12%
G 112 of 387 ~ 28.94%
B 112 of 387 ~ 28.94%

%42.12
%28.94
%28.94

CMYK color model

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

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

CMYK percentages

%0
%31.29
%31.29
%36.08

Codes

Color #A37070 in popluar color models

A37070
RGB163112112
HSL21.70%53.92%
HSB/HSV31.29%63.92%
CMYK0.00%31.29%31.29%
36.08%

Color #A37070 in popluar number systems.

HEXA37070
Decimal163112112
Binary1010001111100001110000
Octal243160160

Shades and tints

Shades of #A37070

#A37070
(163,112,112)
#956666
(149,102,102)
#875C5C
(135,92,92)
#795252
(121,82,82)
#6B4848
(107,72,72)
#5D3E3E
(93,62,62)
#4F3434
(79,52,52)
#412A2A
(65,42,42)
#332020
(51,32,32)
#251616
(37,22,22)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #A37070

#A37070
(163,112,112)
#AB7D7D
(171,125,125)
#B38A8A
(179,138,138)
#BB9797
(187,151,151)
#C3A4A4
(195,164,164)
#CBB1B1
(203,177,177)
#D3BEBE
(211,190,190)
#DBCBCB
(219,203,203)
#E3D8D8
(227,216,216)
#EBE5E5
(235,229,229)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37070; }

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

This text font color is #A37070.


Background Color

.myBgColor { background-color: #A37070; }

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

This div background color is #A37070.


Border color

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

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

This div border color is #A37070.


Opacity

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

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

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

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

This text has shadow with #A37070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37070 on black background.


Color preview on white background

This text has color #A37070 on white background.



Black color preview on #A37070 background

This text has black color on #A37070 background.


White color preview on #A37070 background

This text has white color on #A37070 background.