COLOR #A0768E

HEX: #A0768E RGB: (160,118,142)

Color info

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

RGB color model

#A0768E color RGB value is (160,118,142).

RGB: (160,118,142) (63%, 46%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 118 of 255 = 46%
B 142 of 255 = 56%

160
118
142

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

Portions of RGB colors in percentages

R + G + B = 160 + 118 + 142 = 420 (100%)
R 160 of 420 ~ 38.1%
G 118 of 420 ~ 28.1%
B 142 of 420 ~ 33.81'%

%38.1
%28.1
%33.81

CMYK color model

#A0768E color CMYK value is (0,26,11,37).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 11.25%
  • key color value is 37.25%

CMYK: (0,26,11,37)
C0M26Y11K37 (0%, 26%, 11%, 37%)
(0.00 / 0.26 / 0.11 / 0.37)

CMYK percentages

%0
%26.25
%11.25
%37.25

Codes

Color #A0768E in popluar color models

A0 76 8E
RGB 160 118 142
HSL 326° 18.10% 54.51%
HSB/HSV 326° 26.25% 62.75%
CMYK 0.00% 26.25% 11.25%
37.25%

Color #A0768E in popluar number systems.

HEX A0 76 8E
Decimal 160 118 142
Binary 10100000 1110110 10001110
Octal 240 166 216

Shades and tints

Shades of #A0768E

#A0768E
(160,118,142)
#926C82
(146,108,130)
#846276
(132,98,118)
#76586A
(118,88,106)
#684E5E
(104,78,94)
#5A4452
(90,68,82)
#4C3A46
(76,58,70)
#3E303A
(62,48,58)
#30262E
(48,38,46)
#221C22
(34,28,34)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A0768E

#A0768E
(160,118,142)
#A88298
(168,130,152)
#B08EA2
(176,142,162)
#B89AAC
(184,154,172)
#C0A6B6
(192,166,182)
#C8B2C0
(200,178,192)
#D0BECA
(208,190,202)
#D8CAD4
(216,202,212)
#E0D6DE
(224,214,222)
#E8E2E8
(232,226,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0768E; }

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

This text font color is #A0768E.

Background Color

.myBgColor { background-color: #A0768E; }

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

This div background color is #A0768E.

Border color

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

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

This div border color is #A0768E.

Opacity

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

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

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

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

This text has shadow with #A0768E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0768E.

Preview

Color preview on black background

This text has color #A0768E on black background.


Color preview on white background

This text has color #A0768E on white background.


Black color preview on #A0768E background

This text has black color on #A0768E background.


White color preview on #A0768E background

This text has white color on #A0768E background.


Related colors

Complementary color

Complementary color for #hex is #5F8971.


I love getcolorcode.com

Triadic colors

1 #8EA076 and #768EA0 with #A0768E are triadic colors.

2 #8E76A0 and #76A08E with #A0768E are triadic colors.