COLOR #A0668B

HEX: #A0668B RGB: (160,102,139)

Color info

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

RGB color model

#A0668B color RGB value is (160,102,139).

RGB: (160,102,139) (63%, 40%, 55%)

RGB channels and saturation

R 160 of 255 = 63%
G 102 of 255 = 40%
B 139 of 255 = 55%

160
102
139

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

Portions of RGB colors in percentages

R + G + B = 160 + 102 + 139 = 401 (100%)
R 160 of 401 ~ 39.9%
G 102 of 401 ~ 25.44%
B 139 of 401 ~ 34.66'%

%39.9
%25.44
%34.66

CMYK color model

#A0668B color CMYK value is (0,36,13,37).

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

CMYK: (0,36,13,37)
C0M36Y13K37 (0%, 36%, 13%, 37%)
(0.00 / 0.36 / 0.13 / 0.37)

CMYK percentages

%0
%36.25
%13.13
%37.25

Codes

Color #A0668B in popluar color models

A0 66 8B
RGB 160 102 139
HSL 322° 23.39% 51.37%
HSB/HSV 322° 36.25% 62.75%
CMYK 0.00% 36.25% 13.13%
37.25%

Color #A0668B in popluar number systems.

HEX A0 66 8B
Decimal 160 102 139
Binary 10100000 1100110 10001011
Octal 240 146 213

Shades and tints

Shades of #A0668B

#A0668B
(160,102,139)
#925D7F
(146,93,127)
#845473
(132,84,115)
#764B67
(118,75,103)
#68425B
(104,66,91)
#5A394F
(90,57,79)
#4C3043
(76,48,67)
#3E2737
(62,39,55)
#301E2B
(48,30,43)
#22151F
(34,21,31)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #A0668B

#A0668B
(160,102,139)
#A87395
(168,115,149)
#B0809F
(176,128,159)
#B88DA9
(184,141,169)
#C09AB3
(192,154,179)
#C8A7BD
(200,167,189)
#D0B4C7
(208,180,199)
#D8C1D1
(216,193,209)
#E0CEDB
(224,206,219)
#E8DBE5
(232,219,229)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0668B; }

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

This text font color is #A0668B.

Background Color

.myBgColor { background-color: #A0668B; }

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

This div background color is #A0668B.

Border color

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

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

This div border color is #A0668B.

Opacity

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

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

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

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

This text has shadow with #A0668B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0668B.

Preview

Color preview on black background

This text has color #A0668B on black background.


Color preview on white background

This text has color #A0668B on white background.


Black color preview on #A0668B background

This text has black color on #A0668B background.


White color preview on #A0668B background

This text has white color on #A0668B background.


Related colors

Complementary color

Complementary color for #hex is #5F9974.


I love getcolorcode.com

Triadic colors

1 #8BA066 and #668BA0 with #A0668B are triadic colors.

2 #8B66A0 and #66A08B with #A0668B are triadic colors.