COLOR #A07D72

HEX: #A07D72
RGB: (160,125,114)

Color info

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

RGB color model

#A07D72 color RGB value is (160,125,114).

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

RGB channels and saturation

R 160 of 255 = 63%
G 125 of 255 = 49%
B 114 of 255 = 45%

160
125
114

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

Portions of RGB colors in percentages

R + G + B =
160 + 125 + 114 = 399 (100%)
R 160 of 399 ~ 40.1%
G 125 of 399 ~ 31.33%
B 114 of 399 ~ 28.57%

%40.1
%31.33
%28.57

CMYK color model

#A07D72 color CMYK value is (0,22,29,37).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 28.75%
  • key color value is 37.25%
CMYK:
(0,22,29,37)
C0M22Y29K37 
(0%,22%,29%,37%)
(0.00/0.22/0.29/0.37)	

CMYK percentages

%0
%21.88
%28.75
%37.25

Codes

Color #A07D72 in popluar color models

A07D72
RGB160125114
HSL14°19.49%53.73%
HSB/HSV14°28.75%62.75%
CMYK0.00%21.88%28.75%
37.25%

Color #A07D72 in popluar number systems.

HEXA07D72
Decimal160125114
Binary1010000011111011110010
Octal240175162

Shades and tints

Shades of #A07D72

#A07D72
(160,125,114)
#927268
(146,114,104)
#84675E
(132,103,94)
#765C54
(118,92,84)
#68514A
(104,81,74)
#5A4640
(90,70,64)
#4C3B36
(76,59,54)
#3E302C
(62,48,44)
#302522
(48,37,34)
#221A18
(34,26,24)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #A07D72

#A07D72
(160,125,114)
#A8887E
(168,136,126)
#B0938A
(176,147,138)
#B89E96
(184,158,150)
#C0A9A2
(192,169,162)
#C8B4AE
(200,180,174)
#D0BFBA
(208,191,186)
#D8CAC6
(216,202,198)
#E0D5D2
(224,213,210)
#E8E0DE
(232,224,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07D72; }

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

This text font color is #A07D72.


Background Color

.myBgColor { background-color: #A07D72; }

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

This div background color is #A07D72.


Border color

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

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

This div border color is #A07D72.


Opacity

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

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

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

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

This text has shadow with #A07D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07D72 on black background.


Color preview on white background

This text has color #A07D72 on white background.



Black color preview on #A07D72 background

This text has black color on #A07D72 background.


White color preview on #A07D72 background

This text has white color on #A07D72 background.