COLOR #A55158

HEX: #A55158 RGB: (165,81,88)

Color info

#A55158 contains mainly red color. Web safe color of #A55158 is #996666 (or #966).

RGB color model

#A55158 color RGB value is (165,81,88).

RGB: (165,81,88) (65%, 32%, 35%)

RGB channels and saturation

R 165 of 255 = 65%
G 81 of 255 = 32%
B 88 of 255 = 35%

165
81
88

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

Portions of RGB colors in percentages

R + G + B = 165 + 81 + 88 = 334 (100%)
R 165 of 334 ~ 49.4%
G 81 of 334 ~ 24.25%
B 88 of 334 ~ 26.35'%

%49.4
%24.25
%26.35

CMYK color model

#A55158 color CMYK value is (0,51,47,35).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 46.67%
  • key color value is 35.29%

CMYK: (0,51,47,35)
C0M51Y47K35 (0%, 51%, 47%, 35%)
(0.00 / 0.51 / 0.47 / 0.35)

CMYK percentages

%0
%50.91
%46.67
%35.29

Codes

Color #A55158 in popluar color models

A5 51 58
RGB 165 81 88
HSL 355° 34.15% 48.24%
HSB/HSV 355° 50.91% 64.71%
CMYK 0.00% 50.91% 46.67%
35.29%

Color #A55158 in popluar number systems.

HEX A5 51 58
Decimal 165 81 88
Binary 10100101 1010001 1011000
Octal 245 121 130

Shades and tints

Shades of #A55158

#A55158
(165,81,88)
#964A50
(150,74,80)
#874348
(135,67,72)
#783C40
(120,60,64)
#693538
(105,53,56)
#5A2E30
(90,46,48)
#4B2728
(75,39,40)
#3C2020
(60,32,32)
#2D1918
(45,25,24)
#1E1210
(30,18,16)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #A55158

#A55158
(165,81,88)
#AD6067
(173,96,103)
#B56F76
(181,111,118)
#BD7E85
(189,126,133)
#C58D94
(197,141,148)
#CD9CA3
(205,156,163)
#D5ABB2
(213,171,178)
#DDBAC1
(221,186,193)
#E5C9D0
(229,201,208)
#EDD8DF
(237,216,223)
#F5E7EE
(245,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55158 color. Also use rgb(165,81,88) instead hex code.

Text Font Color

.myTextColor { color: #A55158; }

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

This text font color is #A55158.

Background Color

.myBgColor { background-color: #A55158; }

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

This div background color is #A55158.

Border color

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

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

This div border color is #A55158.

Opacity

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

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

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

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

This text has shadow with #A55158 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55158.

Preview

Color preview on black background

This text has color #A55158 on black background.


Color preview on white background

This text has color #A55158 on white background.


Black color preview on #A55158 background

This text has black color on #A55158 background.


White color preview on #A55158 background

This text has white color on #A55158 background.


Related colors

Complementary color

Complementary color for #hex is #5AAEA7.


I love getcolorcode.com

Triadic colors

1 #58A551 and #5158A5 with #A55158 are triadic colors.

2 #5851A5 and #51A558 with #A55158 are triadic colors.