COLOR #A0636F

HEX: #A0636F
RGB: (160,99,111)

Color info

#A0636F contains mainly red and blue colors. Web safe color of #A0636F is #996666 (or #966).

RGB color model

#A0636F color RGB value is (160,99,111).

  • red value is 160;
  • green value is 99;
  • blue value is 111.
RGB:
(160,99,111)
(63%,39%,44%)

RGB channels and saturation

R 160 of 255 = 63%
G 99 of 255 = 39%
B 111 of 255 = 44%

160
99
111

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

Portions of RGB colors in percentages

R + G + B =
160 + 99 + 111 = 370 (100%)
R 160 of 370 ~ 43.24%
G 99 of 370 ~ 26.76%
B 111 of 370 ~ 30%

%43.24
%26.76
%30

CMYK color model

#A0636F color CMYK value is (0,38,31,37).

  • cyan value is 0.00%
  • magenta value is 38.13%
  • yellow value is 30.63%
  • key color value is 37.25%
CMYK:
(0,38,31,37)
C0M38Y31K37 
(0%,38%,31%,37%)
(0.00/0.38/0.31/0.37)	

CMYK percentages

%0
%38.13
%30.63
%37.25

Codes

Color #A0636F in popluar color models

A0636F
RGB16099111
HSL348°24.30%50.78%
HSB/HSV348°38.13%62.75%
CMYK0.00%38.13%30.63%
37.25%

Color #A0636F in popluar number systems.

HEXA0636F
Decimal16099111
Binary1010000011000111101111
Octal240143157

Shades and tints

Shades of #A0636F

#A0636F
(160,99,111)
#925A65
(146,90,101)
#84515B
(132,81,91)
#764851
(118,72,81)
#683F47
(104,63,71)
#5A363D
(90,54,61)
#4C2D33
(76,45,51)
#3E2429
(62,36,41)
#301B1F
(48,27,31)
#221215
(34,18,21)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #A0636F

#A0636F
(160,99,111)
#A8717C
(168,113,124)
#B07F89
(176,127,137)
#B88D96
(184,141,150)
#C09BA3
(192,155,163)
#C8A9B0
(200,169,176)
#D0B7BD
(208,183,189)
#D8C5CA
(216,197,202)
#E0D3D7
(224,211,215)
#E8E1E4
(232,225,228)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0636F color. Also use rgb(160,99,111) instead hex code.

Text Font Color

.myTextColor { color: #A0636F; }

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

This text font color is #A0636F.


Background Color

.myBgColor { background-color: #A0636F; }

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

This div background color is #A0636F.


Border color

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

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

This div border color is #A0636F.


Opacity

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

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

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

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

This text has shadow with #A0636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0636F on black background.


Color preview on white background

This text has color #A0636F on white background.



Black color preview on #A0636F background

This text has black color on #A0636F background.


White color preview on #A0636F background

This text has white color on #A0636F background.