COLOR #A07388

HEX: #A07388
RGB: (160,115,136)

Color info

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

RGB color model

#A07388 color RGB value is (160,115,136).

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

RGB channels and saturation

R 160 of 255 = 63%
G 115 of 255 = 45%
B 136 of 255 = 53%

160
115
136

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

Portions of RGB colors in percentages

R + G + B =
160 + 115 + 136 = 411 (100%)
R 160 of 411 ~ 38.93%
G 115 of 411 ~ 27.98%
B 136 of 411 ~ 33.09%

%38.93
%27.98
%33.09

CMYK color model

#A07388 color CMYK value is (0,28,15,37).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 15.00%
  • key color value is 37.25%
CMYK:
(0,28,15,37)
C0M28Y15K37 
(0%,28%,15%,37%)
(0.00/0.28/0.15/0.37)	

CMYK percentages

%0
%28.13
%15
%37.25

Codes

Color #A07388 in popluar color models

A07388
RGB160115136
HSL332°19.15%53.92%
HSB/HSV332°28.13%62.75%
CMYK0.00%28.13%15.00%
37.25%

Color #A07388 in popluar number systems.

HEXA07388
Decimal160115136
Binary10100000111001110001000
Octal240163210

Shades and tints

Shades of #A07388

#A07388
(160,115,136)
#92697C
(146,105,124)
#845F70
(132,95,112)
#765564
(118,85,100)
#684B58
(104,75,88)
#5A414C
(90,65,76)
#4C3740
(76,55,64)
#3E2D34
(62,45,52)
#302328
(48,35,40)
#22191C
(34,25,28)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #A07388

#A07388
(160,115,136)
#A87F92
(168,127,146)
#B08B9C
(176,139,156)
#B897A6
(184,151,166)
#C0A3B0
(192,163,176)
#C8AFBA
(200,175,186)
#D0BBC4
(208,187,196)
#D8C7CE
(216,199,206)
#E0D3D8
(224,211,216)
#E8DFE2
(232,223,226)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07388; }

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

This text font color is #A07388.


Background Color

.myBgColor { background-color: #A07388; }

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

This div background color is #A07388.


Border color

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

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

This div border color is #A07388.


Opacity

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

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

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

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

This text has shadow with #A07388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07388 on black background.


Color preview on white background

This text has color #A07388 on white background.



Black color preview on #A07388 background

This text has black color on #A07388 background.


White color preview on #A07388 background

This text has white color on #A07388 background.