COLOR #A07384

HEX: #A07384
RGB: (160,115,132)

Color info

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

RGB color model

#A07384 color RGB value is (160,115,132).

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

RGB channels and saturation

R 160 of 255 = 63%
G 115 of 255 = 45%
B 132 of 255 = 52%

160
115
132

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

Portions of RGB colors in percentages

R + G + B =
160 + 115 + 132 = 407 (100%)
R 160 of 407 ~ 39.31%
G 115 of 407 ~ 28.26%
B 132 of 407 ~ 32.43%

%39.31
%28.26
%32.43

CMYK color model

#A07384 color CMYK value is (0,28,18,37).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK: (0,28,18,37) C0M28Y18K37 (0%,28%,18%,37%) (0.00/0.28/0.18/0.37)

CMYK percentages

%0
%28.13
%17.5
%37.25

Codes

Color #A07384 in popluar color models

A07384
RGB160115132
HSL337°19.15%53.92%
HSB/HSV337°28.13%62.75%
CMYK0.00%28.13%17.50%
37.25%

Color #A07384 in popluar number systems.

HEXA07384
Decimal160115132
Binary10100000111001110000100
Octal240163204

Shades and tints

Shades of #A07384

#A07384
(160,115,132)
#926978
(146,105,120)
#845F6C
(132,95,108)
#765560
(118,85,96)
#684B54
(104,75,84)
#5A4148
(90,65,72)
#4C373C
(76,55,60)
#3E2D30
(62,45,48)
#302324
(48,35,36)
#221918
(34,25,24)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #A07384

#A07384
(160,115,132)
#A87F8F
(168,127,143)
#B08B9A
(176,139,154)
#B897A5
(184,151,165)
#C0A3B0
(192,163,176)
#C8AFBB
(200,175,187)
#D0BBC6
(208,187,198)
#D8C7D1
(216,199,209)
#E0D3DC
(224,211,220)
#E8DFE7
(232,223,231)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07384; }

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

This text font color is #A07384.


Background Color

.myBgColor { background-color: #A07384; }

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

This div background color is #A07384.


Border color

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

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

This div border color is #A07384.


Opacity

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

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

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

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

This text has shadow with #A07384 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A07384 on black background.


Color preview on white background

This text has color #A07384 on white background.



Black color preview on #A07384 background

This text has black color on #A07384 background.


White color preview on #A07384 background

This text has white color on #A07384 background.