COLOR #A07071

HEX: #A07071 RGB: (160,112,113)

Color info

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

RGB color model

#A07071 color RGB value is (160,112,113).

RGB: (160,112,113) (63%, 44%, 44%)

RGB channels and saturation

R 160 of 255 = 63%
G 112 of 255 = 44%
B 113 of 255 = 44%

160
112
113

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

Portions of RGB colors in percentages

R + G + B = 160 + 112 + 113 = 385 (100%)
R 160 of 385 ~ 41.56%
G 112 of 385 ~ 29.09%
B 113 of 385 ~ 29.35'%

%41.56
%29.09
%29.35

CMYK color model

#A07071 color CMYK value is (0,30,29,37).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 29.38%
  • key color value is 37.25%

CMYK: (0,30,29,37)
C0M30Y29K37 (0%, 30%, 29%, 37%)
(0.00 / 0.30 / 0.29 / 0.37)

CMYK percentages

%0
%30
%29.38
%37.25

Codes

Color #A07071 in popluar color models

A0 70 71
RGB 160 112 113
HSL 359° 20.17% 53.33%
HSB/HSV 359° 30.00% 62.75%
CMYK 0.00% 30.00% 29.38%
37.25%

Color #A07071 in popluar number systems.

HEX A0 70 71
Decimal 160 112 113
Binary 10100000 1110000 1110001
Octal 240 160 161

Shades and tints

Shades of #A07071

#A07071
(160,112,113)
#926667
(146,102,103)
#845C5D
(132,92,93)
#765253
(118,82,83)
#684849
(104,72,73)
#5A3E3F
(90,62,63)
#4C3435
(76,52,53)
#3E2A2B
(62,42,43)
#302021
(48,32,33)
#221617
(34,22,23)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #A07071

#A07071
(160,112,113)
#A87D7D
(168,125,125)
#B08A89
(176,138,137)
#B89795
(184,151,149)
#C0A4A1
(192,164,161)
#C8B1AD
(200,177,173)
#D0BEB9
(208,190,185)
#D8CBC5
(216,203,197)
#E0D8D1
(224,216,209)
#E8E5DD
(232,229,221)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07071; }

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

This text font color is #A07071.

Background Color

.myBgColor { background-color: #A07071; }

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

This div background color is #A07071.

Border color

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

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

This div border color is #A07071.

Opacity

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

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

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

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

This text has shadow with #A07071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07071.

Preview

Color preview on black background

This text has color #A07071 on black background.


Color preview on white background

This text has color #A07071 on white background.


Black color preview on #A07071 background

This text has black color on #A07071 background.


White color preview on #A07071 background

This text has white color on #A07071 background.


Related colors

Complementary color

Complementary color for #hex is #5F8F8E.


I love getcolorcode.com

Triadic colors

1 #71A070 and #7071A0 with #A07071 are triadic colors.

2 #7170A0 and #70A071 with #A07071 are triadic colors.