COLOR #A5657A

HEX: #A5657A RGB: (165,101,122)

Color info

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

RGB color model

#A5657A color RGB value is (165,101,122).

RGB: (165,101,122) (65%, 40%, 48%)

RGB channels and saturation

R 165 of 255 = 65%
G 101 of 255 = 40%
B 122 of 255 = 48%

165
101
122

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

Portions of RGB colors in percentages

R + G + B = 165 + 101 + 122 = 388 (100%)
R 165 of 388 ~ 42.53%
G 101 of 388 ~ 26.03%
B 122 of 388 ~ 31.44'%

%42.53
%26.03
%31.44

CMYK color model

#A5657A color CMYK value is (0,39,26,35).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK: (0,39,26,35) C0M39Y26K35 (0%,39%,26%,35%) (0.00/0.39/0.26/0.35) 

CMYK percentages

%0
%38.79
%26.06
%35.29

Codes

Color #A5657A in popluar color models

A5 65 7A
RGB 165 101 122
HSL 340° 26.23% 52.16%
HSB/HSV 340° 38.79% 64.71%
CMYK 0.00% 38.79% 26.06%
35.29%

Color #A5657A in popluar number systems.

HEX A5 65 7A
Decimal 165 101 122
Binary 10100101 1100101 1111010
Octal 245 145 172

Shades and tints

Shades of #A5657A

#A5657A
(165,101,122)
#965C6F
(150,92,111)
#875364
(135,83,100)
#784A59
(120,74,89)
#69414E
(105,65,78)
#5A3843
(90,56,67)
#4B2F38
(75,47,56)
#3C262D
(60,38,45)
#2D1D22
(45,29,34)
#1E1417
(30,20,23)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #A5657A

#A5657A
(165,101,122)
#AD7386
(173,115,134)
#B58192
(181,129,146)
#BD8F9E
(189,143,158)
#C59DAA
(197,157,170)
#CDABB6
(205,171,182)
#D5B9C2
(213,185,194)
#DDC7CE
(221,199,206)
#E5D5DA
(229,213,218)
#EDE3E6
(237,227,230)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5657A color. Also use rgb(165,101,122) instead hex code.

Text Font Color

.myTextColor { color: #A5657A; }

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

This text font color is #A5657A.

Background Color

.myBgColor { background-color: #A5657A; }

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

This div background color is #A5657A.

Border color

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

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

This div border color is #A5657A.

Opacity

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

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

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

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

This text has shadow with #A5657A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5657A.

Preview

Color preview on black background

This text has color #A5657A on black background.


Color preview on white background

This text has color #A5657A on white background.


Black color preview on #A5657A background

This text has black color on #A5657A background.


White color preview on #A5657A background

This text has white color on #A5657A background.


Related colors

Complementary color

Complementary color for #hex is #5A9A85.


I love getcolorcode.com

Triadic colors

1 #7AA565 and #657AA5 with #A5657A are triadic colors.

2 #7A65A5 and #65A57A with #A5657A are triadic colors.