COLOR #A55A5B

HEX: #A55A5B RGB: (165,90,91)

Color info

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

RGB color model

#A55A5B color RGB value is (165,90,91).

RGB: (165,90,91) (65%, 35%, 36%)

RGB channels and saturation

R 165 of 255 = 65%
G 90 of 255 = 35%
B 91 of 255 = 36%

165
90
91

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

Portions of RGB colors in percentages

R + G + B = 165 + 90 + 91 = 346 (100%)
R 165 of 346 ~ 47.69%
G 90 of 346 ~ 26.01%
B 91 of 346 ~ 26.3'%

%47.69
%26.01
%26.3

CMYK color model

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

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

CMYK: (0,45,45,35)
C0M45Y45K35 (0%, 45%, 45%, 35%)
(0.00 / 0.45 / 0.45 / 0.35)

CMYK percentages

%0
%45.45
%44.85
%35.29

Codes

Color #A55A5B in popluar color models

A5 5A 5B
RGB 165 90 91
HSL 359° 29.41% 50.00%
HSB/HSV 359° 45.45% 64.71%
CMYK 0.00% 45.45% 44.85%
35.29%

Color #A55A5B in popluar number systems.

HEX A5 5A 5B
Decimal 165 90 91
Binary 10100101 1011010 1011011
Octal 245 132 133

Shades and tints

Shades of #A55A5B

#A55A5B
(165,90,91)
#965253
(150,82,83)
#874A4B
(135,74,75)
#784243
(120,66,67)
#693A3B
(105,58,59)
#5A3233
(90,50,51)
#4B2A2B
(75,42,43)
#3C2223
(60,34,35)
#2D1A1B
(45,26,27)
#1E1213
(30,18,19)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #A55A5B

#A55A5B
(165,90,91)
#AD6969
(173,105,105)
#B57877
(181,120,119)
#BD8785
(189,135,133)
#C59693
(197,150,147)
#CDA5A1
(205,165,161)
#D5B4AF
(213,180,175)
#DDC3BD
(221,195,189)
#E5D2CB
(229,210,203)
#EDE1D9
(237,225,217)
#F5F0E7
(245,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55A5B; }

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

This text font color is #A55A5B.

Background Color

.myBgColor { background-color: #A55A5B; }

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

This div background color is #A55A5B.

Border color

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

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

This div border color is #A55A5B.

Opacity

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

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

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

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

This text has shadow with #A55A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55A5B.

Preview

Color preview on black background

This text has color #A55A5B on black background.


Color preview on white background

This text has color #A55A5B on white background.


Black color preview on #A55A5B background

This text has black color on #A55A5B background.


White color preview on #A55A5B background

This text has white color on #A55A5B background.


Related colors

Complementary color

Complementary color for #hex is #5AA5A4.


I love getcolorcode.com

Triadic colors

1 #5BA55A and #5A5BA5 with #A55A5B are triadic colors.

2 #5B5AA5 and #5AA55B with #A55A5B are triadic colors.