COLOR #A0788E

HEX: #A0788E
RGB: (160,120,142)

Color info

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

RGB color model

#A0788E color RGB value is (160,120,142).

  • red value is 160;
  • green value is 120;
  • blue value is 142.
RGB:
(160,120,142)
(63%,47%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 142 of 255 = 56%

160
120
142

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

Portions of RGB colors in percentages

R + G + B =
160 + 120 + 142 = 422 (100%)
R 160 of 422 ~ 37.91%
G 120 of 422 ~ 28.44%
B 142 of 422 ~ 33.65%

%37.91
%28.44
%33.65

CMYK color model

#A0788E color CMYK value is (0,25,11,37).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 11.25%
  • key color value is 37.25%
CMYK:
(0,25,11,37)
C0M25Y11K37 
(0%,25%,11%,37%)
(0.00/0.25/0.11/0.37)	

CMYK percentages

%0
%25
%11.25
%37.25

Codes

Color #A0788E in popluar color models

A0788E
RGB160120142
HSL327°17.39%54.90%
HSB/HSV327°25.00%62.75%
CMYK0.00%25.00%11.25%
37.25%

Color #A0788E in popluar number systems.

HEXA0788E
Decimal160120142
Binary10100000111100010001110
Octal240170216

Shades and tints

Shades of #A0788E

#A0788E
(160,120,142)
#926E82
(146,110,130)
#846476
(132,100,118)
#765A6A
(118,90,106)
#68505E
(104,80,94)
#5A4652
(90,70,82)
#4C3C46
(76,60,70)
#3E323A
(62,50,58)
#30282E
(48,40,46)
#221E22
(34,30,34)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #A0788E

#A0788E
(160,120,142)
#A88498
(168,132,152)
#B090A2
(176,144,162)
#B89CAC
(184,156,172)
#C0A8B6
(192,168,182)
#C8B4C0
(200,180,192)
#D0C0CA
(208,192,202)
#D8CCD4
(216,204,212)
#E0D8DE
(224,216,222)
#E8E4E8
(232,228,232)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0788E; }

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

This text font color is #A0788E.


Background Color

.myBgColor { background-color: #A0788E; }

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

This div background color is #A0788E.


Border color

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

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

This div border color is #A0788E.


Opacity

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

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

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

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

This text has shadow with #A0788E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0788E on black background.


Color preview on white background

This text has color #A0788E on white background.



Black color preview on #A0788E background

This text has black color on #A0788E background.


White color preview on #A0788E background

This text has white color on #A0788E background.