COLOR #A06680

HEX: #A06680 RGB: (160,102,128)

Color info

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

RGB color model

#A06680 color RGB value is (160,102,128).

RGB: (160,102,128) (63%, 40%, 50%)

RGB channels and saturation

R 160 of 255 = 63%
G 102 of 255 = 40%
B 128 of 255 = 50%

160
102
128

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

Portions of RGB colors in percentages

R + G + B = 160 + 102 + 128 = 390 (100%)
R 160 of 390 ~ 41.03%
G 102 of 390 ~ 26.15%
B 128 of 390 ~ 32.82'%

%41.03
%26.15
%32.82

CMYK color model

#A06680 color CMYK value is (0,36,20,37).

  • cyan value is 0.00%
  • magenta value is 36.25%
  • yellow value is 20.00%
  • key color value is 37.25%

CMYK: (0,36,20,37)
C0M36Y20K37 (0%, 36%, 20%, 37%)
(0.00 / 0.36 / 0.20 / 0.37)

CMYK percentages

%0
%36.25
%20
%37.25

Codes

Color #A06680 in popluar color models

A0 66 80
RGB 160 102 128
HSL 333° 23.39% 51.37%
HSB/HSV 333° 36.25% 62.75%
CMYK 0.00% 36.25% 20.00%
37.25%

Color #A06680 in popluar number systems.

HEX A0 66 80
Decimal 160 102 128
Binary 10100000 1100110 10000000
Octal 240 146 200

Shades and tints

Shades of #A06680

#A06680
(160,102,128)
#925D75
(146,93,117)
#84546A
(132,84,106)
#764B5F
(118,75,95)
#684254
(104,66,84)
#5A3949
(90,57,73)
#4C303E
(76,48,62)
#3E2733
(62,39,51)
#301E28
(48,30,40)
#22151D
(34,21,29)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #A06680

#A06680
(160,102,128)
#A8738B
(168,115,139)
#B08096
(176,128,150)
#B88DA1
(184,141,161)
#C09AAC
(192,154,172)
#C8A7B7
(200,167,183)
#D0B4C2
(208,180,194)
#D8C1CD
(216,193,205)
#E0CED8
(224,206,216)
#E8DBE3
(232,219,227)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06680 color. Also use rgb(160,102,128) instead hex code.

Text Font Color

.myTextColor { color: #A06680; }

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

This text font color is #A06680.

Background Color

.myBgColor { background-color: #A06680; }

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

This div background color is #A06680.

Border color

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

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

This div border color is #A06680.

Opacity

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

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

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

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

This text has shadow with #A06680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06680.

Preview

Color preview on black background

This text has color #A06680 on black background.


Color preview on white background

This text has color #A06680 on white background.


Black color preview on #A06680 background

This text has black color on #A06680 background.


White color preview on #A06680 background

This text has white color on #A06680 background.


Related colors

Complementary color

Complementary color for #hex is #5F997F.


I love getcolorcode.com

Triadic colors

1 #80A066 and #6680A0 with #A06680 are triadic colors.

2 #8066A0 and #66A080 with #A06680 are triadic colors.