COLOR #A55375

HEX: #A55375 RGB: (165,83,117)

Color info

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

RGB color model

#A55375 color RGB value is (165,83,117).

RGB: (165,83,117) (65%, 33%, 46%)

RGB channels and saturation

R 165 of 255 = 65%
G 83 of 255 = 33%
B 117 of 255 = 46%

165
83
117

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

Portions of RGB colors in percentages

R + G + B = 165 + 83 + 117 = 365 (100%)
R 165 of 365 ~ 45.21%
G 83 of 365 ~ 22.74%
B 117 of 365 ~ 32.05'%

%45.21
%22.74
%32.05

CMYK color model

#A55375 color CMYK value is (0,50,29,35).

  • cyan value is 0.00%
  • magenta value is 49.70%
  • yellow value is 29.09%
  • key color value is 35.29%

CMYK: (0,50,29,35)
C0M50Y29K35 (0%, 50%, 29%, 35%)
(0.00 / 0.50 / 0.29 / 0.35)

CMYK percentages

%0
%49.7
%29.09
%35.29

Codes

Color #A55375 in popluar color models

A5 53 75
RGB 165 83 117
HSL 335° 33.06% 48.63%
HSB/HSV 335° 49.70% 64.71%
CMYK 0.00% 49.70% 29.09%
35.29%

Color #A55375 in popluar number systems.

HEX A5 53 75
Decimal 165 83 117
Binary 10100101 1010011 1110101
Octal 245 123 165

Shades and tints

Shades of #A55375

#A55375
(165,83,117)
#964C6B
(150,76,107)
#874561
(135,69,97)
#783E57
(120,62,87)
#69374D
(105,55,77)
#5A3043
(90,48,67)
#4B2939
(75,41,57)
#3C222F
(60,34,47)
#2D1B25
(45,27,37)
#1E141B
(30,20,27)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #A55375

#A55375
(165,83,117)
#AD6281
(173,98,129)
#B5718D
(181,113,141)
#BD8099
(189,128,153)
#C58FA5
(197,143,165)
#CD9EB1
(205,158,177)
#D5ADBD
(213,173,189)
#DDBCC9
(221,188,201)
#E5CBD5
(229,203,213)
#EDDAE1
(237,218,225)
#F5E9ED
(245,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55375 color. Also use rgb(165,83,117) instead hex code.

Text Font Color

.myTextColor { color: #A55375; }

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

This text font color is #A55375.

Background Color

.myBgColor { background-color: #A55375; }

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

This div background color is #A55375.

Border color

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

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

This div border color is #A55375.

Opacity

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

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

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

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

This text has shadow with #A55375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A55375.

Preview

Color preview on black background

This text has color #A55375 on black background.


Color preview on white background

This text has color #A55375 on white background.


Black color preview on #A55375 background

This text has black color on #A55375 background.


White color preview on #A55375 background

This text has white color on #A55375 background.


Related colors

Complementary color

Complementary color for #hex is #5AAC8A.


I love getcolorcode.com

Triadic colors

1 #75A553 and #5375A5 with #A55375 are triadic colors.

2 #7553A5 and #53A575 with #A55375 are triadic colors.