COLOR #A65B71

HEX: #A65B71
RGB: (166,91,113)

Color info

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

RGB color model

#A65B71 color RGB value is (166,91,113).

  • red value is 166;
  • green value is 91;
  • blue value is 113.
RGB:
(166,91,113)
(65%,36%,44%)

RGB channels and saturation

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

166
91
113

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

Portions of RGB colors in percentages

R + G + B =
166 + 91 + 113 = 370 (100%)
R 166 of 370 ~ 44.86%
G 91 of 370 ~ 24.59%
B 113 of 370 ~ 30.54%

%44.86
%24.59
%30.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.18%
  • 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
%45.18
%31.93
%34.9

Codes

Color #A65B71 in popluar color models

A65B71
RGB16691113
HSL342°29.64%50.39%
HSB/HSV342°45.18%65.10%
CMYK0.00%45.18%31.93%
34.90%

Color #A65B71 in popluar number systems.

HEXA65B71
Decimal16691113
Binary1010011010110111110001
Octal246133161

Shades and tints

Shades of #A65B71

#A65B71
(166,91,113)
#975367
(151,83,103)
#884B5D
(136,75,93)
#794353
(121,67,83)
#6A3B49
(106,59,73)
#5B333F
(91,51,63)
#4C2B35
(76,43,53)
#3D232B
(61,35,43)
#2E1B21
(46,27,33)
#1F1317
(31,19,23)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #A65B71

#A65B71
(166,91,113)
#AE697D
(174,105,125)
#B67789
(182,119,137)
#BE8595
(190,133,149)
#C693A1
(198,147,161)
#CEA1AD
(206,161,173)
#D6AFB9
(214,175,185)
#DEBDC5
(222,189,197)
#E6CBD1
(230,203,209)
#EED9DD
(238,217,221)
#F6E7E9
(246,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65B71; }

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

This text font color is #A65B71.


Background Color

.myBgColor { background-color: #A65B71; }

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

This div background color is #A65B71.


Border color

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

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

This div border color is #A65B71.


Opacity

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

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

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

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

This text has shadow with #A65B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65B71 on black background.


Color preview on white background

This text has color #A65B71 on white background.



Black color preview on #A65B71 background

This text has black color on #A65B71 background.


White color preview on #A65B71 background

This text has white color on #A65B71 background.