COLOR #A65570

HEX: #A65570 RGB: (166,85,112)

Color info

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

RGB color model

#A65570 color RGB value is (166,85,112).

RGB: (166,85,112) (65%, 33%, 44%)

RGB channels and saturation

R 166 of 255 = 65%
G 85 of 255 = 33%
B 112 of 255 = 44%

166
85
112

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

Portions of RGB colors in percentages

R + G + B = 166 + 85 + 112 = 363 (100%)
R 166 of 363 ~ 45.73%
G 85 of 363 ~ 23.42%
B 112 of 363 ~ 30.85'%

%45.73
%23.42
%30.85

CMYK color model

#A65570 color CMYK value is (0,49,33,35).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 32.53%
  • key color value is 34.90%

CMYK: (0,49,33,35)
C0M49Y33K35 (0%, 49%, 33%, 35%)
(0.00 / 0.49 / 0.33 / 0.35)

CMYK percentages

%0
%48.8
%32.53
%34.9

Codes

Color #A65570 in popluar color models

A6 55 70
RGB 166 85 112
HSL 340° 32.27% 49.22%
HSB/HSV 340° 48.80% 65.10%
CMYK 0.00% 48.80% 32.53%
34.90%

Color #A65570 in popluar number systems.

HEX A6 55 70
Decimal 166 85 112
Binary 10100110 1010101 1110000
Octal 246 125 160

Shades and tints

Shades of #A65570

#A65570
(166,85,112)
#974E66
(151,78,102)
#88475C
(136,71,92)
#794052
(121,64,82)
#6A3948
(106,57,72)
#5B323E
(91,50,62)
#4C2B34
(76,43,52)
#3D242A
(61,36,42)
#2E1D20
(46,29,32)
#1F1616
(31,22,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #A65570

#A65570
(166,85,112)
#AE647D
(174,100,125)
#B6738A
(182,115,138)
#BE8297
(190,130,151)
#C691A4
(198,145,164)
#CEA0B1
(206,160,177)
#D6AFBE
(214,175,190)
#DEBECB
(222,190,203)
#E6CDD8
(230,205,216)
#EEDCE5
(238,220,229)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65570 color. Also use rgb(166,85,112) instead hex code.

Text Font Color

.myTextColor { color: #A65570; }

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

This text font color is #A65570.

Background Color

.myBgColor { background-color: #A65570; }

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

This div background color is #A65570.

Border color

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

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

This div border color is #A65570.

Opacity

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

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

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

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

This text has shadow with #A65570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65570.

Preview

Color preview on black background

This text has color #A65570 on black background.


Color preview on white background

This text has color #A65570 on white background.


Black color preview on #A65570 background

This text has black color on #A65570 background.


White color preview on #A65570 background

This text has white color on #A65570 background.


Related colors

Complementary color

Complementary color for #hex is #59AA8F.


I love getcolorcode.com

Triadic colors

1 #70A655 and #5570A6 with #A65570 are triadic colors.

2 #7055A6 and #55A670 with #A65570 are triadic colors.