COLOR #A5456D

HEX: #A5456D RGB: (165,69,109)

Color info

#A5456D contains mainly red and blue colors. Web safe color of #A5456D is #993366 (or #936).

RGB color model

#A5456D color RGB value is (165,69,109).

RGB: (165,69,109) (65%, 27%, 43%)

RGB channels and saturation

R 165 of 255 = 65%
G 69 of 255 = 27%
B 109 of 255 = 43%

165
69
109

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

Portions of RGB colors in percentages

R + G + B = 165 + 69 + 109 = 343 (100%)
R 165 of 343 ~ 48.1%
G 69 of 343 ~ 20.12%
B 109 of 343 ~ 31.78'%

%48.1
%20.12
%31.78

CMYK color model

#A5456D color CMYK value is (0,58,34,35).

  • cyan value is 0.00%
  • magenta value is 58.18%
  • yellow value is 33.94%
  • key color value is 35.29%

CMYK: (0,58,34,35)
C0M58Y34K35 (0%, 58%, 34%, 35%)
(0.00 / 0.58 / 0.34 / 0.35)

CMYK percentages

%0
%58.18
%33.94
%35.29

Codes

Color #A5456D in popluar color models

A5 45 6D
RGB 165 69 109
HSL 335° 41.03% 45.88%
HSB/HSV 335° 58.18% 64.71%
CMYK 0.00% 58.18% 33.94%
35.29%

Color #A5456D in popluar number systems.

HEX A5 45 6D
Decimal 165 69 109
Binary 10100101 1000101 1101101
Octal 245 105 155

Shades and tints

Shades of #A5456D

#A5456D
(165,69,109)
#963F64
(150,63,100)
#87395B
(135,57,91)
#783352
(120,51,82)
#692D49
(105,45,73)
#5A2740
(90,39,64)
#4B2137
(75,33,55)
#3C1B2E
(60,27,46)
#2D1525
(45,21,37)
#1E0F1C
(30,15,28)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #A5456D

#A5456D
(165,69,109)
#AD557A
(173,85,122)
#B56587
(181,101,135)
#BD7594
(189,117,148)
#C585A1
(197,133,161)
#CD95AE
(205,149,174)
#D5A5BB
(213,165,187)
#DDB5C8
(221,181,200)
#E5C5D5
(229,197,213)
#EDD5E2
(237,213,226)
#F5E5EF
(245,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5456D color. Also use rgb(165,69,109) instead hex code.

Text Font Color

.myTextColor { color: #A5456D; }

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

This text font color is #A5456D.

Background Color

.myBgColor { background-color: #A5456D; }

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

This div background color is #A5456D.

Border color

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

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

This div border color is #A5456D.

Opacity

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

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

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

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

This text has shadow with #A5456D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5456D.

Preview

Color preview on black background

This text has color #A5456D on black background.


Color preview on white background

This text has color #A5456D on white background.


Black color preview on #A5456D background

This text has black color on #A5456D background.


White color preview on #A5456D background

This text has white color on #A5456D background.


Related colors

Complementary color

Complementary color for #hex is #5ABA92.


I love getcolorcode.com

Triadic colors

1 #6DA545 and #456DA5 with #A5456D are triadic colors.

2 #6D45A5 and #45A56D with #A5456D are triadic colors.