COLOR #A65C71

HEX: #A65C71 RGB: (166,92,113)

Color info

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

RGB color model

#A65C71 color RGB value is (166,92,113).

RGB: (166,92,113) (65%, 36%, 44%)

RGB channels and saturation

R 166 of 255 = 65%
G 92 of 255 = 36%
B 113 of 255 = 44%

166
92
113

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

Portions of RGB colors in percentages

R + G + B = 166 + 92 + 113 = 371 (100%)
R 166 of 371 ~ 44.74%
G 92 of 371 ~ 24.8%
B 113 of 371 ~ 30.46'%

%44.74
%24.8
%30.46

CMYK color model

#A65C71 color CMYK value is (0,45,32,35).

  • cyan value is 0.00%
  • magenta value is 44.58%
  • yellow value is 31.93%
  • key color value is 34.90%

CMYK: (0,45,32,35)
C0M45Y32K35 (0%, 45%, 32%, 35%)
(0.00 / 0.45 / 0.32 / 0.35)

CMYK percentages

%0
%44.58
%31.93
%34.9

Codes

Color #A65C71 in popluar color models

A6 5C 71
RGB 166 92 113
HSL 343° 29.37% 50.59%
HSB/HSV 343° 44.58% 65.10%
CMYK 0.00% 44.58% 31.93%
34.90%

Color #A65C71 in popluar number systems.

HEX A6 5C 71
Decimal 166 92 113
Binary 10100110 1011100 1110001
Octal 246 134 161

Shades and tints

Shades of #A65C71

#A65C71
(166,92,113)
#975467
(151,84,103)
#884C5D
(136,76,93)
#794453
(121,68,83)
#6A3C49
(106,60,73)
#5B343F
(91,52,63)
#4C2C35
(76,44,53)
#3D242B
(61,36,43)
#2E1C21
(46,28,33)
#1F1417
(31,20,23)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #A65C71

#A65C71
(166,92,113)
#AE6A7D
(174,106,125)
#B67889
(182,120,137)
#BE8695
(190,134,149)
#C694A1
(198,148,161)
#CEA2AD
(206,162,173)
#D6B0B9
(214,176,185)
#DEBEC5
(222,190,197)
#E6CCD1
(230,204,209)
#EEDADD
(238,218,221)
#F6E8E9
(246,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65C71 color. Also use rgb(166,92,113) instead hex code.

Text Font Color

.myTextColor { color: #A65C71; }

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

This text font color is #A65C71.

Background Color

.myBgColor { background-color: #A65C71; }

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

This div background color is #A65C71.

Border color

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

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

This div border color is #A65C71.

Opacity

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

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

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

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

This text has shadow with #A65C71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65C71.

Preview

Color preview on black background

This text has color #A65C71 on black background.


Color preview on white background

This text has color #A65C71 on white background.


Black color preview on #A65C71 background

This text has black color on #A65C71 background.


White color preview on #A65C71 background

This text has white color on #A65C71 background.


Related colors

Complementary color

Complementary color for #hex is #59A38E.


I love getcolorcode.com

Triadic colors

1 #71A65C and #5C71A6 with #A65C71 are triadic colors.

2 #715CA6 and #5CA671 with #A65C71 are triadic colors.