COLOR #A07076

HEX: #A07076
RGB: (160,112,118)

Color info

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

RGB color model

#A07076 color RGB value is (160,112,118).

  • red value is 160;
  • green value is 112;
  • blue value is 118.
RGB:
(160,112,118)
(63%,44%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 112 of 255 = 44%
B 118 of 255 = 46%

160
112
118

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

Portions of RGB colors in percentages

R + G + B =
160 + 112 + 118 = 390 (100%)
R 160 of 390 ~ 41.03%
G 112 of 390 ~ 28.72%
B 118 of 390 ~ 30.26%

%41.03
%28.72
%30.26

CMYK color model

#A07076 color CMYK value is (0,30,26,37).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(0,30,26,37)
C0M30Y26K37 
(0%,30%,26%,37%)
(0.00/0.30/0.26/0.37)	

CMYK percentages

%0
%30
%26.25
%37.25

Codes

Color #A07076 in popluar color models

A07076
RGB160112118
HSL353°20.17%53.33%
HSB/HSV353°30.00%62.75%
CMYK0.00%30.00%26.25%
37.25%

Color #A07076 in popluar number systems.

HEXA07076
Decimal160112118
Binary1010000011100001110110
Octal240160166

Shades and tints

Shades of #A07076

#A07076
(160,112,118)
#92666C
(146,102,108)
#845C62
(132,92,98)
#765258
(118,82,88)
#68484E
(104,72,78)
#5A3E44
(90,62,68)
#4C343A
(76,52,58)
#3E2A30
(62,42,48)
#302026
(48,32,38)
#22161C
(34,22,28)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #A07076

#A07076
(160,112,118)
#A87D82
(168,125,130)
#B08A8E
(176,138,142)
#B8979A
(184,151,154)
#C0A4A6
(192,164,166)
#C8B1B2
(200,177,178)
#D0BEBE
(208,190,190)
#D8CBCA
(216,203,202)
#E0D8D6
(224,216,214)
#E8E5E2
(232,229,226)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07076; }

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

This text font color is #A07076.


Background Color

.myBgColor { background-color: #A07076; }

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

This div background color is #A07076.


Border color

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

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

This div border color is #A07076.


Opacity

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

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

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

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

This text has shadow with #A07076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07076 on black background.


Color preview on white background

This text has color #A07076 on white background.



Black color preview on #A07076 background

This text has black color on #A07076 background.


White color preview on #A07076 background

This text has white color on #A07076 background.