COLOR #A07682

HEX: #A07682
RGB: (160,118,130)

Color info

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

RGB color model

#A07682 color RGB value is (160,118,130).

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

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 130 of 255 = 51%

160
118
130

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

Portions of RGB colors in percentages

R + G + B =
160 + 118 + 130 = 408 (100%)
R 160 of 408 ~ 39.22%
G 118 of 408 ~ 28.92%
B 130 of 408 ~ 31.86%

%39.22
%28.92
%31.86

CMYK color model

#A07682 color CMYK value is (0,26,19,37).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 18.75%
  • key color value is 37.25%
CMYK:
(0,26,19,37)
C0M26Y19K37 
(0%,26%,19%,37%)
(0.00/0.26/0.19/0.37)	

CMYK percentages

%0
%26.25
%18.75
%37.25

Codes

Color #A07682 in popluar color models

A07682
RGB160118130
HSL343°18.10%54.51%
HSB/HSV343°26.25%62.75%
CMYK0.00%26.25%18.75%
37.25%

Color #A07682 in popluar number systems.

HEXA07682
Decimal160118130
Binary10100000111011010000010
Octal240166202

Shades and tints

Shades of #A07682

#A07682
(160,118,130)
#926C77
(146,108,119)
#84626C
(132,98,108)
#765861
(118,88,97)
#684E56
(104,78,86)
#5A444B
(90,68,75)
#4C3A40
(76,58,64)
#3E3035
(62,48,53)
#30262A
(48,38,42)
#221C1F
(34,28,31)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #A07682

#A07682
(160,118,130)
#A8828D
(168,130,141)
#B08E98
(176,142,152)
#B89AA3
(184,154,163)
#C0A6AE
(192,166,174)
#C8B2B9
(200,178,185)
#D0BEC4
(208,190,196)
#D8CACF
(216,202,207)
#E0D6DA
(224,214,218)
#E8E2E5
(232,226,229)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07682; }

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

This text font color is #A07682.


Background Color

.myBgColor { background-color: #A07682; }

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

This div background color is #A07682.


Border color

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

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

This div border color is #A07682.


Opacity

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

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

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

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

This text has shadow with #A07682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07682 on black background.


Color preview on white background

This text has color #A07682 on white background.



Black color preview on #A07682 background

This text has black color on #A07682 background.


White color preview on #A07682 background

This text has white color on #A07682 background.