COLOR #A63D69

HEX: #A63D69 RGB: (166,61,105)

Color info

#A63D69 contains mainly red color. Web safe color of #A63D69 is #993366 (or #936).

RGB color model

#A63D69 color RGB value is (166,61,105).

RGB: (166,61,105) (65%, 24%, 41%)

RGB channels and saturation

R 166 of 255 = 65%
G 61 of 255 = 24%
B 105 of 255 = 41%

166
61
105

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

Portions of RGB colors in percentages

R + G + B = 166 + 61 + 105 = 332 (100%)
R 166 of 332 ~ 50%
G 61 of 332 ~ 18.37%
B 105 of 332 ~ 31.63'%

%50
%18.37
%31.63

CMYK color model

#A63D69 color CMYK value is (0,63,37,35).

  • cyan value is 0.00%
  • magenta value is 63.25%
  • yellow value is 36.75%
  • key color value is 34.90%

CMYK: (0,63,37,35)
C0M63Y37K35 (0%, 63%, 37%, 35%)
(0.00 / 0.63 / 0.37 / 0.35)

CMYK percentages

%0
%63.25
%36.75
%34.9

Codes

Color #A63D69 in popluar color models

A6 3D 69
RGB 166 61 105
HSL 335° 46.26% 44.51%
HSB/HSV 335° 63.25% 65.10%
CMYK 0.00% 63.25% 36.75%
34.90%

Color #A63D69 in popluar number systems.

HEX A6 3D 69
Decimal 166 61 105
Binary 10100110 111101 1101001
Octal 246 75 151

Shades and tints

Shades of #A63D69

#A63D69
(166,61,105)
#973860
(151,56,96)
#883357
(136,51,87)
#792E4E
(121,46,78)
#6A2945
(106,41,69)
#5B243C
(91,36,60)
#4C1F33
(76,31,51)
#3D1A2A
(61,26,42)
#2E1521
(46,21,33)
#1F1018
(31,16,24)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #A63D69

#A63D69
(166,61,105)
#AE4E76
(174,78,118)
#B65F83
(182,95,131)
#BE7090
(190,112,144)
#C6819D
(198,129,157)
#CE92AA
(206,146,170)
#D6A3B7
(214,163,183)
#DEB4C4
(222,180,196)
#E6C5D1
(230,197,209)
#EED6DE
(238,214,222)
#F6E7EB
(246,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A63D69 color. Also use rgb(166,61,105) instead hex code.

Text Font Color

.myTextColor { color: #A63D69; }

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

This text font color is #A63D69.

Background Color

.myBgColor { background-color: #A63D69; }

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

This div background color is #A63D69.

Border color

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

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

This div border color is #A63D69.

Opacity

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

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

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

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

This text has shadow with #A63D69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A63D69.

Preview

Color preview on black background

This text has color #A63D69 on black background.


Color preview on white background

This text has color #A63D69 on white background.


Black color preview on #A63D69 background

This text has black color on #A63D69 background.


White color preview on #A63D69 background

This text has white color on #A63D69 background.


Related colors

Complementary color

Complementary color for #hex is #59C296.


I love getcolorcode.com

Triadic colors

1 #69A63D and #3D69A6 with #A63D69 are triadic colors.

2 #693DA6 and #3DA669 with #A63D69 are triadic colors.