COLOR #A07372

HEX: #A07372
RGB: (160,115,114)

Color info

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

RGB color model

#A07372 color RGB value is (160,115,114).

  • red value is 160;
  • green value is 115;
  • blue value is 114.
RGB:
(160,115,114)
(63%,45%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 115 of 255 = 45%
B 114 of 255 = 45%

160
115
114

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

Portions of RGB colors in percentages

R + G + B =
160 + 115 + 114 = 389 (100%)
R 160 of 389 ~ 41.13%
G 115 of 389 ~ 29.56%
B 114 of 389 ~ 29.31%

%41.13
%29.56
%29.31

CMYK color model

#A07372 color CMYK value is (0,28,29,37).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 28.75%
  • key color value is 37.25%
CMYK:
(0,28,29,37)
C0M28Y29K37 
(0%,28%,29%,37%)
(0.00/0.28/0.29/0.37)	

CMYK percentages

%0
%28.13
%28.75
%37.25

Codes

Color #A07372 in popluar color models

A07372
RGB160115114
HSL19.49%53.73%
HSB/HSV28.75%62.75%
CMYK0.00%28.13%28.75%
37.25%

Color #A07372 in popluar number systems.

HEXA07372
Decimal160115114
Binary1010000011100111110010
Octal240163162

Shades and tints

Shades of #A07372

#A07372
(160,115,114)
#926968
(146,105,104)
#845F5E
(132,95,94)
#765554
(118,85,84)
#684B4A
(104,75,74)
#5A4140
(90,65,64)
#4C3736
(76,55,54)
#3E2D2C
(62,45,44)
#302322
(48,35,34)
#221918
(34,25,24)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #A07372

#A07372
(160,115,114)
#A87F7E
(168,127,126)
#B08B8A
(176,139,138)
#B89796
(184,151,150)
#C0A3A2
(192,163,162)
#C8AFAE
(200,175,174)
#D0BBBA
(208,187,186)
#D8C7C6
(216,199,198)
#E0D3D2
(224,211,210)
#E8DFDE
(232,223,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07372 color. Also use rgb(160,115,114) instead hex code.

Text Font Color

.myTextColor { color: #A07372; }

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

This text font color is #A07372.


Background Color

.myBgColor { background-color: #A07372; }

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

This div background color is #A07372.


Border color

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

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

This div border color is #A07372.


Opacity

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

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

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

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

This text has shadow with #A07372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07372 on black background.


Color preview on white background

This text has color #A07372 on white background.



Black color preview on #A07372 background

This text has black color on #A07372 background.


White color preview on #A07372 background

This text has white color on #A07372 background.