COLOR #A07888

HEX: #A07888
RGB: (160,120,136)

Color info

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

RGB color model

#A07888 color RGB value is (160,120,136).

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

RGB channels and saturation

R 160 of 255 = 63%
G 120 of 255 = 47%
B 136 of 255 = 53%

160
120
136

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

Portions of RGB colors in percentages

R + G + B =
160 + 120 + 136 = 416 (100%)
R 160 of 416 ~ 38.46%
G 120 of 416 ~ 28.85%
B 136 of 416 ~ 32.69%

%38.46
%28.85
%32.69

CMYK color model

#A07888 color CMYK value is (0,25,15,37).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 15.00%
  • key color value is 37.25%
CMYK:
(0,25,15,37)
C0M25Y15K37 
(0%,25%,15%,37%)
(0.00/0.25/0.15/0.37)	

CMYK percentages

%0
%25
%15
%37.25

Codes

Color #A07888 in popluar color models

A07888
RGB160120136
HSL336°17.39%54.90%
HSB/HSV336°25.00%62.75%
CMYK0.00%25.00%15.00%
37.25%

Color #A07888 in popluar number systems.

HEXA07888
Decimal160120136
Binary10100000111100010001000
Octal240170210

Shades and tints

Shades of #A07888

#A07888
(160,120,136)
#926E7C
(146,110,124)
#846470
(132,100,112)
#765A64
(118,90,100)
#685058
(104,80,88)
#5A464C
(90,70,76)
#4C3C40
(76,60,64)
#3E3234
(62,50,52)
#302828
(48,40,40)
#221E1C
(34,30,28)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #A07888

#A07888
(160,120,136)
#A88492
(168,132,146)
#B0909C
(176,144,156)
#B89CA6
(184,156,166)
#C0A8B0
(192,168,176)
#C8B4BA
(200,180,186)
#D0C0C4
(208,192,196)
#D8CCCE
(216,204,206)
#E0D8D8
(224,216,216)
#E8E4E2
(232,228,226)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07888; }

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

This text font color is #A07888.


Background Color

.myBgColor { background-color: #A07888; }

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

This div background color is #A07888.


Border color

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

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

This div border color is #A07888.


Opacity

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

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

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

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

This text has shadow with #A07888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07888 on black background.


Color preview on white background

This text has color #A07888 on white background.



Black color preview on #A07888 background

This text has black color on #A07888 background.


White color preview on #A07888 background

This text has white color on #A07888 background.