COLOR #A0748F

HEX: #A0748F
RGB: (160,116,143)

Color info

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

RGB color model

#A0748F color RGB value is (160,116,143).

  • red value is 160;
  • green value is 116;
  • blue value is 143.
RGB:
(160,116,143)
(63%,45%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 116 of 255 = 45%
B 143 of 255 = 56%

160
116
143

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

Portions of RGB colors in percentages

R + G + B =
160 + 116 + 143 = 419 (100%)
R 160 of 419 ~ 38.19%
G 116 of 419 ~ 27.68%
B 143 of 419 ~ 34.13%

%38.19
%27.68
%34.13

CMYK color model

#A0748F color CMYK value is (0,28,11,37).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 10.63%
  • key color value is 37.25%
CMYK:
(0,28,11,37)
C0M28Y11K37 
(0%,28%,11%,37%)
(0.00/0.28/0.11/0.37)	

CMYK percentages

%0
%27.5
%10.63
%37.25

Codes

Color #A0748F in popluar color models

A0748F
RGB160116143
HSL323°18.80%54.12%
HSB/HSV323°27.50%62.75%
CMYK0.00%27.50%10.63%
37.25%

Color #A0748F in popluar number systems.

HEXA0748F
Decimal160116143
Binary10100000111010010001111
Octal240164217

Shades and tints

Shades of #A0748F

#A0748F
(160,116,143)
#926A82
(146,106,130)
#846075
(132,96,117)
#765668
(118,86,104)
#684C5B
(104,76,91)
#5A424E
(90,66,78)
#4C3841
(76,56,65)
#3E2E34
(62,46,52)
#302427
(48,36,39)
#221A1A
(34,26,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #A0748F

#A0748F
(160,116,143)
#A88099
(168,128,153)
#B08CA3
(176,140,163)
#B898AD
(184,152,173)
#C0A4B7
(192,164,183)
#C8B0C1
(200,176,193)
#D0BCCB
(208,188,203)
#D8C8D5
(216,200,213)
#E0D4DF
(224,212,223)
#E8E0E9
(232,224,233)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0748F color. Also use rgb(160,116,143) instead hex code.

Text Font Color

.myTextColor { color: #A0748F; }

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

This text font color is #A0748F.


Background Color

.myBgColor { background-color: #A0748F; }

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

This div background color is #A0748F.


Border color

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

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

This div border color is #A0748F.


Opacity

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

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

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

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

This text has shadow with #A0748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0748F on black background.


Color preview on white background

This text has color #A0748F on white background.



Black color preview on #A0748F background

This text has black color on #A0748F background.


White color preview on #A0748F background

This text has white color on #A0748F background.