COLOR #A65572

HEX: #A65572
RGB: (166,85,114)

Color info

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

RGB color model

#A65572 color RGB value is (166,85,114).

  • red value is 166;
  • green value is 85;
  • blue value is 114.
RGB:
(166,85,114)
(65%,33%,45%)

RGB channels and saturation

R 166 of 255 = 65%
G 85 of 255 = 33%
B 114 of 255 = 45%

166
85
114

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

Portions of RGB colors in percentages

R + G + B =
166 + 85 + 114 = 365 (100%)
R 166 of 365 ~ 45.48%
G 85 of 365 ~ 23.29%
B 114 of 365 ~ 31.23%

%45.48
%23.29
%31.23

CMYK color model

#A65572 color CMYK value is (0,49,31,35).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 31.33%
  • key color value is 34.90%
CMYK:
(0,49,31,35)
C0M49Y31K35 
(0%,49%,31%,35%)
(0.00/0.49/0.31/0.35)	

CMYK percentages

%0
%48.8
%31.33
%34.9

Codes

Color #A65572 in popluar color models

A65572
RGB16685114
HSL339°32.27%49.22%
HSB/HSV339°48.80%65.10%
CMYK0.00%48.80%31.33%
34.90%

Color #A65572 in popluar number systems.

HEXA65572
Decimal16685114
Binary1010011010101011110010
Octal246125162

Shades and tints

Shades of #A65572

#A65572
(166,85,114)
#974E68
(151,78,104)
#88475E
(136,71,94)
#794054
(121,64,84)
#6A394A
(106,57,74)
#5B3240
(91,50,64)
#4C2B36
(76,43,54)
#3D242C
(61,36,44)
#2E1D22
(46,29,34)
#1F1618
(31,22,24)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #A65572

#A65572
(166,85,114)
#AE647E
(174,100,126)
#B6738A
(182,115,138)
#BE8296
(190,130,150)
#C691A2
(198,145,162)
#CEA0AE
(206,160,174)
#D6AFBA
(214,175,186)
#DEBEC6
(222,190,198)
#E6CDD2
(230,205,210)
#EEDCDE
(238,220,222)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65572; }

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

This text font color is #A65572.


Background Color

.myBgColor { background-color: #A65572; }

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

This div background color is #A65572.


Border color

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

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

This div border color is #A65572.


Opacity

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

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

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

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

This text has shadow with #A65572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65572 on black background.


Color preview on white background

This text has color #A65572 on white background.



Black color preview on #A65572 background

This text has black color on #A65572 background.


White color preview on #A65572 background

This text has white color on #A65572 background.