COLOR #A65E79

HEX: #A65E79 RGB: (166,94,121)

Color info

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

RGB color model

#A65E79 color RGB value is (166,94,121).

RGB: (166,94,121) (65%, 37%, 47%)

RGB channels and saturation

R 166 of 255 = 65%
G 94 of 255 = 37%
B 121 of 255 = 47%

166
94
121

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

Portions of RGB colors in percentages

R + G + B = 166 + 94 + 121 = 381 (100%)
R 166 of 381 ~ 43.57%
G 94 of 381 ~ 24.67%
B 121 of 381 ~ 31.76'%

%43.57
%24.67
%31.76

CMYK color model

#A65E79 color CMYK value is (0,43,27,35).

  • cyan value is 0.00%
  • magenta value is 43.37%
  • yellow value is 27.11%
  • key color value is 34.90%

CMYK: (0,43,27,35)
C0M43Y27K35 (0%, 43%, 27%, 35%)
(0.00 / 0.43 / 0.27 / 0.35)

CMYK percentages

%0
%43.37
%27.11
%34.9

Codes

Color #A65E79 in popluar color models

A6 5E 79
RGB 166 94 121
HSL 338° 28.80% 50.98%
HSB/HSV 338° 43.37% 65.10%
CMYK 0.00% 43.37% 27.11%
34.90%

Color #A65E79 in popluar number systems.

HEX A6 5E 79
Decimal 166 94 121
Binary 10100110 1011110 1111001
Octal 246 136 171

Shades and tints

Shades of #A65E79

#A65E79
(166,94,121)
#97566E
(151,86,110)
#884E63
(136,78,99)
#794658
(121,70,88)
#6A3E4D
(106,62,77)
#5B3642
(91,54,66)
#4C2E37
(76,46,55)
#3D262C
(61,38,44)
#2E1E21
(46,30,33)
#1F1616
(31,22,22)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #A65E79

#A65E79
(166,94,121)
#AE6C85
(174,108,133)
#B67A91
(182,122,145)
#BE889D
(190,136,157)
#C696A9
(198,150,169)
#CEA4B5
(206,164,181)
#D6B2C1
(214,178,193)
#DEC0CD
(222,192,205)
#E6CED9
(230,206,217)
#EEDCE5
(238,220,229)
#F6EAF1
(246,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65E79 color. Also use rgb(166,94,121) instead hex code.

Text Font Color

.myTextColor { color: #A65E79; }

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

This text font color is #A65E79.

Background Color

.myBgColor { background-color: #A65E79; }

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

This div background color is #A65E79.

Border color

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

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

This div border color is #A65E79.

Opacity

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

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

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

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

This text has shadow with #A65E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65E79.

Preview

Color preview on black background

This text has color #A65E79 on black background.


Color preview on white background

This text has color #A65E79 on white background.


Black color preview on #A65E79 background

This text has black color on #A65E79 background.


White color preview on #A65E79 background

This text has white color on #A65E79 background.


Related colors

Complementary color

Complementary color for #hex is #59A186.


I love getcolorcode.com

Triadic colors

1 #79A65E and #5E79A6 with #A65E79 are triadic colors.

2 #795EA6 and #5EA679 with #A65E79 are triadic colors.