COLOR #A07273

HEX: #A07273
RGB: (160,114,115)

Color info

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

RGB color model

#A07273 color RGB value is (160,114,115).

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

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 115 of 255 = 45%

160
114
115

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

Portions of RGB colors in percentages

R + G + B =
160 + 114 + 115 = 389 (100%)
R 160 of 389 ~ 41.13%
G 114 of 389 ~ 29.31%
B 115 of 389 ~ 29.56%

%41.13
%29.31
%29.56

CMYK color model

#A07273 color CMYK value is (0,29,28,37).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 28.13%
  • key color value is 37.25%
CMYK:
(0,29,28,37)
C0M29Y28K37 
(0%,29%,28%,37%)
(0.00/0.29/0.28/0.37)	

CMYK percentages

%0
%28.75
%28.13
%37.25

Codes

Color #A07273 in popluar color models

A07273
RGB160114115
HSL359°19.49%53.73%
HSB/HSV359°28.75%62.75%
CMYK0.00%28.75%28.13%
37.25%

Color #A07273 in popluar number systems.

HEXA07273
Decimal160114115
Binary1010000011100101110011
Octal240162163

Shades and tints

Shades of #A07273

#A07273
(160,114,115)
#926869
(146,104,105)
#845E5F
(132,94,95)
#765455
(118,84,85)
#684A4B
(104,74,75)
#5A4041
(90,64,65)
#4C3637
(76,54,55)
#3E2C2D
(62,44,45)
#302223
(48,34,35)
#221819
(34,24,25)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #A07273

#A07273
(160,114,115)
#A87E7F
(168,126,127)
#B08A8B
(176,138,139)
#B89697
(184,150,151)
#C0A2A3
(192,162,163)
#C8AEAF
(200,174,175)
#D0BABB
(208,186,187)
#D8C6C7
(216,198,199)
#E0D2D3
(224,210,211)
#E8DEDF
(232,222,223)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07273; }

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

This text font color is #A07273.


Background Color

.myBgColor { background-color: #A07273; }

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

This div background color is #A07273.


Border color

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

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

This div border color is #A07273.


Opacity

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

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

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

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

This text has shadow with #A07273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07273 on black background.


Color preview on white background

This text has color #A07273 on white background.



Black color preview on #A07273 background

This text has black color on #A07273 background.


White color preview on #A07273 background

This text has white color on #A07273 background.