COLOR #A56680

HEX: #A56680
RGB: (165,102,128)

Color info

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

RGB color model

#A56680 color RGB value is (165,102,128).

  • red value is 165;
  • green value is 102;
  • blue value is 128.
RGB: (165,102,128) (65%,40%,50%)

RGB channels and saturation

R 165 of 255 = 65%
G 102 of 255 = 40%
B 128 of 255 = 50%

165
102
128

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

Portions of RGB colors in percentages

R + G + B =
165 + 102 + 128 = 395 (100%)
R 165 of 395 ~ 41.77%
G 102 of 395 ~ 25.82%
B 128 of 395 ~ 32.41%

%41.77
%25.82
%32.41

CMYK color model

#A56680 color CMYK value is (0,38,22,35).

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK: (0,38,22,35) C0M38Y22K35 (0%,38%,22%,35%) (0.00/0.38/0.22/0.35)

CMYK percentages

%0
%38.18
%22.42
%35.29

Codes

Color #A56680 in popluar color models

A56680
RGB165102128
HSL335°25.93%52.35%
HSB/HSV335°38.18%64.71%
CMYK0.00%38.18%22.42%
35.29%

Color #A56680 in popluar number systems.

HEXA56680
Decimal165102128
Binary10100101110011010000000
Octal245146200

Shades and tints

Shades of #A56680

#A56680
(165,102,128)
#965D75
(150,93,117)
#87546A
(135,84,106)
#784B5F
(120,75,95)
#694254
(105,66,84)
#5A3949
(90,57,73)
#4B303E
(75,48,62)
#3C2733
(60,39,51)
#2D1E28
(45,30,40)
#1E151D
(30,21,29)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #A56680

#A56680
(165,102,128)
#AD738B
(173,115,139)
#B58096
(181,128,150)
#BD8DA1
(189,141,161)
#C59AAC
(197,154,172)
#CDA7B7
(205,167,183)
#D5B4C2
(213,180,194)
#DDC1CD
(221,193,205)
#E5CED8
(229,206,216)
#EDDBE3
(237,219,227)
#F5E8EE
(245,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56680 color. Also use rgb(165,102,128) instead hex code.

Text Font Color

.myTextColor { color: #A56680; }

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

This text font color is #A56680.


Background Color

.myBgColor { background-color: #A56680; }

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

This div background color is #A56680.


Border color

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

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

This div border color is #A56680.


Opacity

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

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

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

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

This text has shadow with #A56680 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A56680 on black background.


Color preview on white background

This text has color #A56680 on white background.



Black color preview on #A56680 background

This text has black color on #A56680 background.


White color preview on #A56680 background

This text has white color on #A56680 background.