COLOR #A55B76

HEX: #A55B76 RGB: (165,91,118)

Color info

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

RGB color model

#A55B76 color RGB value is (165,91,118).

RGB: (165,91,118) (65%, 36%, 46%)

RGB channels and saturation

R 165 of 255 = 65%
G 91 of 255 = 36%
B 118 of 255 = 46%

165
91
118

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

Portions of RGB colors in percentages

R + G + B = 165 + 91 + 118 = 374 (100%)
R 165 of 374 ~ 44.12%
G 91 of 374 ~ 24.33%
B 118 of 374 ~ 31.55'%

%44.12
%24.33
%31.55

CMYK color model

#A55B76 color CMYK value is (0,45,28,35).

  • cyan value is 0.00%
  • magenta value is 44.85%
  • yellow value is 28.48%
  • key color value is 35.29%

CMYK: (0,45,28,35)
C0M45Y28K35 (0%, 45%, 28%, 35%)
(0.00 / 0.45 / 0.28 / 0.35)

CMYK percentages

%0
%44.85
%28.48
%35.29

Codes

Color #A55B76 in popluar color models

A5 5B 76
RGB 165 91 118
HSL 338° 29.13% 50.20%
HSB/HSV 338° 44.85% 64.71%
CMYK 0.00% 44.85% 28.48%
35.29%

Color #A55B76 in popluar number systems.

HEX A5 5B 76
Decimal 165 91 118
Binary 10100101 1011011 1110110
Octal 245 133 166

Shades and tints

Shades of #A55B76

#A55B76
(165,91,118)
#96536C
(150,83,108)
#874B62
(135,75,98)
#784358
(120,67,88)
#693B4E
(105,59,78)
#5A3344
(90,51,68)
#4B2B3A
(75,43,58)
#3C2330
(60,35,48)
#2D1B26
(45,27,38)
#1E131C
(30,19,28)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #A55B76

#A55B76
(165,91,118)
#AD6982
(173,105,130)
#B5778E
(181,119,142)
#BD859A
(189,133,154)
#C593A6
(197,147,166)
#CDA1B2
(205,161,178)
#D5AFBE
(213,175,190)
#DDBDCA
(221,189,202)
#E5CBD6
(229,203,214)
#EDD9E2
(237,217,226)
#F5E7EE
(245,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55B76 color. Also use rgb(165,91,118) instead hex code.

Text Font Color

.myTextColor { color: #A55B76; }

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

This text font color is #A55B76.

Background Color

.myBgColor { background-color: #A55B76; }

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

This div background color is #A55B76.

Border color

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

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

This div border color is #A55B76.

Opacity

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

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

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

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

This text has shadow with #A55B76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55B76.

Preview

Color preview on black background

This text has color #A55B76 on black background.


Color preview on white background

This text has color #A55B76 on white background.


Black color preview on #A55B76 background

This text has black color on #A55B76 background.


White color preview on #A55B76 background

This text has white color on #A55B76 background.


Related colors

Complementary color

Complementary color for #hex is #5AA489.


I love getcolorcode.com

Triadic colors

1 #76A55B and #5B76A5 with #A55B76 are triadic colors.

2 #765BA5 and #5BA576 with #A55B76 are triadic colors.