COLOR #A07277

HEX: #A07277
RGB: (160,114,119)

Color info

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

RGB color model

#A07277 color RGB value is (160,114,119).

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

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 119 of 255 = 47%

160
114
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 114 + 119 = 393 (100%)
R 160 of 393 ~ 40.71%
G 114 of 393 ~ 29.01%
B 119 of 393 ~ 30.28%

%40.71
%29.01
%30.28

CMYK color model

#A07277 color CMYK value is (0,29,26,37).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 25.63%
  • key color value is 37.25%
CMYK:
(0,29,26,37)
C0M29Y26K37 
(0%,29%,26%,37%)
(0.00/0.29/0.26/0.37)	

CMYK percentages

%0
%28.75
%25.63
%37.25

Codes

Color #A07277 in popluar color models

A07277
RGB160114119
HSL353°19.49%53.73%
HSB/HSV353°28.75%62.75%
CMYK0.00%28.75%25.63%
37.25%

Color #A07277 in popluar number systems.

HEXA07277
Decimal160114119
Binary1010000011100101110111
Octal240162167

Shades and tints

Shades of #A07277

#A07277
(160,114,119)
#92686D
(146,104,109)
#845E63
(132,94,99)
#765459
(118,84,89)
#684A4F
(104,74,79)
#5A4045
(90,64,69)
#4C363B
(76,54,59)
#3E2C31
(62,44,49)
#302227
(48,34,39)
#22181D
(34,24,29)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #A07277

#A07277
(160,114,119)
#A87E83
(168,126,131)
#B08A8F
(176,138,143)
#B8969B
(184,150,155)
#C0A2A7
(192,162,167)
#C8AEB3
(200,174,179)
#D0BABF
(208,186,191)
#D8C6CB
(216,198,203)
#E0D2D7
(224,210,215)
#E8DEE3
(232,222,227)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07277; }

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

This text font color is #A07277.


Background Color

.myBgColor { background-color: #A07277; }

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

This div background color is #A07277.


Border color

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

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

This div border color is #A07277.


Opacity

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

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

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

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

This text has shadow with #A07277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07277 on black background.


Color preview on white background

This text has color #A07277 on white background.



Black color preview on #A07277 background

This text has black color on #A07277 background.


White color preview on #A07277 background

This text has white color on #A07277 background.