COLOR #A06882

HEX: #A06882 RGB: (160,104,130)

Color info

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

RGB color model

#A06882 color RGB value is (160,104,130).

RGB: (160,104,130) (63%, 41%, 51%)

RGB channels and saturation

R 160 of 255 = 63%
G 104 of 255 = 41%
B 130 of 255 = 51%

160
104
130

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

Portions of RGB colors in percentages

R + G + B = 160 + 104 + 130 = 394 (100%)
R 160 of 394 ~ 40.61%
G 104 of 394 ~ 26.4%
B 130 of 394 ~ 32.99'%

%40.61
%26.4
%32.99

CMYK color model

#A06882 color CMYK value is (0,35,19,37).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 18.75%
  • key color value is 37.25%
CMYK: (0,35,19,37) C0M35Y19K37 (0%,35%,19%,37%) (0.00/0.35/0.19/0.37) 

CMYK percentages

%0
%35
%18.75
%37.25

Codes

Color #A06882 in popluar color models

A0 68 82
RGB 160 104 130
HSL 332° 22.76% 51.76%
HSB/HSV 332° 35.00% 62.75%
CMYK 0.00% 35.00% 18.75%
37.25%

Color #A06882 in popluar number systems.

HEX A0 68 82
Decimal 160 104 130
Binary 10100000 1101000 10000010
Octal 240 150 202

Shades and tints

Shades of #A06882

#A06882
(160,104,130)
#925F77
(146,95,119)
#84566C
(132,86,108)
#764D61
(118,77,97)
#684456
(104,68,86)
#5A3B4B
(90,59,75)
#4C3240
(76,50,64)
#3E2935
(62,41,53)
#30202A
(48,32,42)
#22171F
(34,23,31)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #A06882

#A06882
(160,104,130)
#A8758D
(168,117,141)
#B08298
(176,130,152)
#B88FA3
(184,143,163)
#C09CAE
(192,156,174)
#C8A9B9
(200,169,185)
#D0B6C4
(208,182,196)
#D8C3CF
(216,195,207)
#E0D0DA
(224,208,218)
#E8DDE5
(232,221,229)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A06882; }

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

This text font color is #A06882.

Background Color

.myBgColor { background-color: #A06882; }

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

This div background color is #A06882.

Border color

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

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

This div border color is #A06882.

Opacity

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

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

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

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

This text has shadow with #A06882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06882.

Preview

Color preview on black background

This text has color #A06882 on black background.


Color preview on white background

This text has color #A06882 on white background.


Black color preview on #A06882 background

This text has black color on #A06882 background.


White color preview on #A06882 background

This text has white color on #A06882 background.


Related colors

Complementary color

Complementary color for #hex is #5F977D.


I love getcolorcode.com

Triadic colors

1 #82A068 and #6882A0 with #A06882 are triadic colors.

2 #8268A0 and #68A082 with #A06882 are triadic colors.