COLOR #A65D74

HEX: #A65D74
RGB: (166,93,116)

Color info

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

RGB color model

#A65D74 color RGB value is (166,93,116).

  • red value is 166;
  • green value is 93;
  • blue value is 116.
RGB:
(166,93,116)
(65%,36%,45%)

RGB channels and saturation

R 166 of 255 = 65%
G 93 of 255 = 36%
B 116 of 255 = 45%

166
93
116

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

Portions of RGB colors in percentages

R + G + B =
166 + 93 + 116 = 375 (100%)
R 166 of 375 ~ 44.27%
G 93 of 375 ~ 24.8%
B 116 of 375 ~ 30.93%

%44.27
%24.8
%30.93

CMYK color model

#A65D74 color CMYK value is (0,44,30,35).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 30.12%
  • key color value is 34.90%
CMYK:
(0,44,30,35)
C0M44Y30K35 
(0%,44%,30%,35%)
(0.00/0.44/0.30/0.35)	

CMYK percentages

%0
%43.98
%30.12
%34.9

Codes

Color #A65D74 in popluar color models

A65D74
RGB16693116
HSL341°29.08%50.78%
HSB/HSV341°43.98%65.10%
CMYK0.00%43.98%30.12%
34.90%

Color #A65D74 in popluar number systems.

HEXA65D74
Decimal16693116
Binary1010011010111011110100
Octal246135164

Shades and tints

Shades of #A65D74

#A65D74
(166,93,116)
#97556A
(151,85,106)
#884D60
(136,77,96)
#794556
(121,69,86)
#6A3D4C
(106,61,76)
#5B3542
(91,53,66)
#4C2D38
(76,45,56)
#3D252E
(61,37,46)
#2E1D24
(46,29,36)
#1F151A
(31,21,26)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #A65D74

#A65D74
(166,93,116)
#AE6B80
(174,107,128)
#B6798C
(182,121,140)
#BE8798
(190,135,152)
#C695A4
(198,149,164)
#CEA3B0
(206,163,176)
#D6B1BC
(214,177,188)
#DEBFC8
(222,191,200)
#E6CDD4
(230,205,212)
#EEDBE0
(238,219,224)
#F6E9EC
(246,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65D74 color. Also use rgb(166,93,116) instead hex code.

Text Font Color

.myTextColor { color: #A65D74; }

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

This text font color is #A65D74.


Background Color

.myBgColor { background-color: #A65D74; }

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

This div background color is #A65D74.


Border color

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

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

This div border color is #A65D74.


Opacity

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

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

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

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

This text has shadow with #A65D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65D74 on black background.


Color preview on white background

This text has color #A65D74 on white background.



Black color preview on #A65D74 background

This text has black color on #A65D74 background.


White color preview on #A65D74 background

This text has white color on #A65D74 background.