COLOR #A07873

HEX: #A07873
RGB: (160,120,115)

Color info

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

RGB color model

#A07873 color RGB value is (160,120,115).

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

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 115 of 255 = 45%

160
120
115

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

Portions of RGB colors in percentages

R + G + B =
160 + 120 + 115 = 395 (100%)
R 160 of 395 ~ 40.51%
G 120 of 395 ~ 30.38%
B 115 of 395 ~ 29.11%

%40.51
%30.38
%29.11

CMYK color model

#A07873 color CMYK value is (0,25,28,37).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 28.13%
  • key color value is 37.25%
CMYK:
(0,25,28,37)
C0M25Y28K37 
(0%,25%,28%,37%)
(0.00/0.25/0.28/0.37)	

CMYK percentages

%0
%25
%28.13
%37.25

Codes

Color #A07873 in popluar color models

A07873
RGB160120115
HSL19.15%53.92%
HSB/HSV28.13%62.75%
CMYK0.00%25.00%28.13%
37.25%

Color #A07873 in popluar number systems.

HEXA07873
Decimal160120115
Binary1010000011110001110011
Octal240170163

Shades and tints

Shades of #A07873

#A07873
(160,120,115)
#926E69
(146,110,105)
#84645F
(132,100,95)
#765A55
(118,90,85)
#68504B
(104,80,75)
#5A4641
(90,70,65)
#4C3C37
(76,60,55)
#3E322D
(62,50,45)
#302823
(48,40,35)
#221E19
(34,30,25)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #A07873

#A07873
(160,120,115)
#A8847F
(168,132,127)
#B0908B
(176,144,139)
#B89C97
(184,156,151)
#C0A8A3
(192,168,163)
#C8B4AF
(200,180,175)
#D0C0BB
(208,192,187)
#D8CCC7
(216,204,199)
#E0D8D3
(224,216,211)
#E8E4DF
(232,228,223)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07873; }

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

This text font color is #A07873.


Background Color

.myBgColor { background-color: #A07873; }

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

This div background color is #A07873.


Border color

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

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

This div border color is #A07873.


Opacity

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

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

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

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

This text has shadow with #A07873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07873 on black background.


Color preview on white background

This text has color #A07873 on white background.



Black color preview on #A07873 background

This text has black color on #A07873 background.


White color preview on #A07873 background

This text has white color on #A07873 background.