COLOR #A05363

HEX: #A05363 RGB: (160,83,99)

Color info

#A05363 contains mainly red color. Web safe color of #A05363 is #996666 (or #966).

RGB color model

#A05363 color RGB value is (160,83,99).

RGB: (160,83,99) (63%, 33%, 39%)

RGB channels and saturation

R 160 of 255 = 63%
G 83 of 255 = 33%
B 99 of 255 = 39%

160
83
99

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

Portions of RGB colors in percentages

R + G + B = 160 + 83 + 99 = 342 (100%)
R 160 of 342 ~ 46.78%
G 83 of 342 ~ 24.27%
B 99 of 342 ~ 28.95'%

%46.78
%24.27
%28.95

CMYK color model

#A05363 color CMYK value is (0,48,38,37).

  • cyan value is 0.00%
  • magenta value is 48.13%
  • yellow value is 38.13%
  • key color value is 37.25%
CMYK: (0,48,38,37) C0M48Y38K37 (0%,48%,38%,37%) (0.00/0.48/0.38/0.37) 

CMYK percentages

%0
%48.13
%38.13
%37.25

Codes

Color #A05363 in popluar color models

A0 53 63
RGB 160 83 99
HSL 348° 31.69% 47.65%
HSB/HSV 348° 48.13% 62.75%
CMYK 0.00% 48.13% 38.13%
37.25%

Color #A05363 in popluar number systems.

HEX A0 53 63
Decimal 160 83 99
Binary 10100000 1010011 1100011
Octal 240 123 143

Shades and tints

Shades of #A05363

#A05363
(160,83,99)
#924C5A
(146,76,90)
#844551
(132,69,81)
#763E48
(118,62,72)
#68373F
(104,55,63)
#5A3036
(90,48,54)
#4C292D
(76,41,45)
#3E2224
(62,34,36)
#301B1B
(48,27,27)
#221412
(34,20,18)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #A05363

#A05363
(160,83,99)
#A86271
(168,98,113)
#B0717F
(176,113,127)
#B8808D
(184,128,141)
#C08F9B
(192,143,155)
#C89EA9
(200,158,169)
#D0ADB7
(208,173,183)
#D8BCC5
(216,188,197)
#E0CBD3
(224,203,211)
#E8DAE1
(232,218,225)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05363; }

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

This text font color is #A05363.

Background Color

.myBgColor { background-color: #A05363; }

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

This div background color is #A05363.

Border color

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

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

This div border color is #A05363.

Opacity

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

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

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

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

This text has shadow with #A05363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A05363.

Preview

Color preview on black background

This text has color #A05363 on black background.


Color preview on white background

This text has color #A05363 on white background.


Black color preview on #A05363 background

This text has black color on #A05363 background.


White color preview on #A05363 background

This text has white color on #A05363 background.


Related colors

Complementary color

Complementary color for #hex is #5FAC9C.


I love getcolorcode.com

Triadic colors

1 #63A053 and #5363A0 with #A05363 are triadic colors.

2 #6353A0 and #53A063 with #A05363 are triadic colors.