COLOR #A07F72

HEX: #A07F72
RGB: (160,127,114)

Color info

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

RGB color model

#A07F72 color RGB value is (160,127,114).

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

RGB channels and saturation

R 160 of 255 = 63%
G 127 of 255 = 50%
B 114 of 255 = 45%

160
127
114

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

Portions of RGB colors in percentages

R + G + B =
160 + 127 + 114 = 401 (100%)
R 160 of 401 ~ 39.9%
G 127 of 401 ~ 31.67%
B 114 of 401 ~ 28.43%

%39.9
%31.67
%28.43

CMYK color model

#A07F72 color CMYK value is (0,21,29,37).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 28.75%
  • key color value is 37.25%
CMYK:
(0,21,29,37)
C0M21Y29K37 
(0%,21%,29%,37%)
(0.00/0.21/0.29/0.37)	

CMYK percentages

%0
%20.63
%28.75
%37.25

Codes

Color #A07F72 in popluar color models

A07F72
RGB160127114
HSL17°19.49%53.73%
HSB/HSV17°28.75%62.75%
CMYK0.00%20.63%28.75%
37.25%

Color #A07F72 in popluar number systems.

HEXA07F72
Decimal160127114
Binary1010000011111111110010
Octal240177162

Shades and tints

Shades of #A07F72

#A07F72
(160,127,114)
#927468
(146,116,104)
#84695E
(132,105,94)
#765E54
(118,94,84)
#68534A
(104,83,74)
#5A4840
(90,72,64)
#4C3D36
(76,61,54)
#3E322C
(62,50,44)
#302722
(48,39,34)
#221C18
(34,28,24)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #A07F72

#A07F72
(160,127,114)
#A88A7E
(168,138,126)
#B0958A
(176,149,138)
#B8A096
(184,160,150)
#C0ABA2
(192,171,162)
#C8B6AE
(200,182,174)
#D0C1BA
(208,193,186)
#D8CCC6
(216,204,198)
#E0D7D2
(224,215,210)
#E8E2DE
(232,226,222)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07F72; }

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

This text font color is #A07F72.


Background Color

.myBgColor { background-color: #A07F72; }

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

This div background color is #A07F72.


Border color

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

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

This div border color is #A07F72.


Opacity

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

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

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

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

This text has shadow with #A07F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07F72 on black background.


Color preview on white background

This text has color #A07F72 on white background.



Black color preview on #A07F72 background

This text has black color on #A07F72 background.


White color preview on #A07F72 background

This text has white color on #A07F72 background.