COLOR #A07282

HEX: #A07282
RGB: (160,114,130)

Color info

#A07282 contains red, green and blue colors in about the same proportion. Web safe color of #A07282 is #996699 (or #969).

RGB color model

#A07282 color RGB value is (160,114,130).

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

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 130 of 255 = 51%

160
114
130

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

Portions of RGB colors in percentages

R + G + B =
160 + 114 + 130 = 404 (100%)
R 160 of 404 ~ 39.6%
G 114 of 404 ~ 28.22%
B 130 of 404 ~ 32.18%

%39.6
%28.22
%32.18

CMYK color model

#A07282 color CMYK value is (0,29,19,37).

  • cyan value is 0.00%
  • magenta value is 28.75%
  • yellow value is 18.75%
  • key color value is 37.25%
CMYK:
(0,29,19,37)
C0M29Y19K37 
(0%,29%,19%,37%)
(0.00/0.29/0.19/0.37)	

CMYK percentages

%0
%28.75
%18.75
%37.25

Codes

Color #A07282 in popluar color models

A07282
RGB160114130
HSL339°19.49%53.73%
HSB/HSV339°28.75%62.75%
CMYK0.00%28.75%18.75%
37.25%

Color #A07282 in popluar number systems.

HEXA07282
Decimal160114130
Binary10100000111001010000010
Octal240162202

Shades and tints

Shades of #A07282

#A07282
(160,114,130)
#926877
(146,104,119)
#845E6C
(132,94,108)
#765461
(118,84,97)
#684A56
(104,74,86)
#5A404B
(90,64,75)
#4C3640
(76,54,64)
#3E2C35
(62,44,53)
#30222A
(48,34,42)
#22181F
(34,24,31)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #A07282

#A07282
(160,114,130)
#A87E8D
(168,126,141)
#B08A98
(176,138,152)
#B896A3
(184,150,163)
#C0A2AE
(192,162,174)
#C8AEB9
(200,174,185)
#D0BAC4
(208,186,196)
#D8C6CF
(216,198,207)
#E0D2DA
(224,210,218)
#E8DEE5
(232,222,229)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07282; }

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

This text font color is #A07282.


Background Color

.myBgColor { background-color: #A07282; }

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

This div background color is #A07282.


Border color

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

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

This div border color is #A07282.


Opacity

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

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

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

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

This text has shadow with #A07282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07282 on black background.


Color preview on white background

This text has color #A07282 on white background.



Black color preview on #A07282 background

This text has black color on #A07282 background.


White color preview on #A07282 background

This text has white color on #A07282 background.