COLOR #A5757A

HEX: #A5757A RGB: (165,117,122)

Color info

#A5757A contains red, green and blue colors in about the same proportion. Web safe color of #A5757A is #996666 (or #966).

RGB color model

#A5757A color RGB value is (165,117,122).

RGB: (165,117,122) (65%, 46%, 48%)

RGB channels and saturation

R 165 of 255 = 65%
G 117 of 255 = 46%
B 122 of 255 = 48%

165
117
122

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

Portions of RGB colors in percentages

R + G + B = 165 + 117 + 122 = 404 (100%)
R 165 of 404 ~ 40.84%
G 117 of 404 ~ 28.96%
B 122 of 404 ~ 30.2'%

%40.84
%28.96
%30.2

CMYK color model

#A5757A color CMYK value is (0,29,26,35).

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

CMYK: (0,29,26,35)
C0M29Y26K35 (0%, 29%, 26%, 35%)
(0.00 / 0.29 / 0.26 / 0.35)

CMYK percentages

%0
%29.09
%26.06
%35.29

Codes

Color #A5757A in popluar color models

A5 75 7A
RGB 165 117 122
HSL 354° 21.05% 55.29%
HSB/HSV 354° 29.09% 64.71%
CMYK 0.00% 29.09% 26.06%
35.29%

Color #A5757A in popluar number systems.

HEX A5 75 7A
Decimal 165 117 122
Binary 10100101 1110101 1111010
Octal 245 165 172

Shades and tints

Shades of #A5757A

#A5757A
(165,117,122)
#966B6F
(150,107,111)
#876164
(135,97,100)
#785759
(120,87,89)
#694D4E
(105,77,78)
#5A4343
(90,67,67)
#4B3938
(75,57,56)
#3C2F2D
(60,47,45)
#2D2522
(45,37,34)
#1E1B17
(30,27,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #A5757A

#A5757A
(165,117,122)
#AD8186
(173,129,134)
#B58D92
(181,141,146)
#BD999E
(189,153,158)
#C5A5AA
(197,165,170)
#CDB1B6
(205,177,182)
#D5BDC2
(213,189,194)
#DDC9CE
(221,201,206)
#E5D5DA
(229,213,218)
#EDE1E6
(237,225,230)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5757A; }

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

This text font color is #A5757A.

Background Color

.myBgColor { background-color: #A5757A; }

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

This div background color is #A5757A.

Border color

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

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

This div border color is #A5757A.

Opacity

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

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

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

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

This text has shadow with #A5757A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5757A.

Preview

Color preview on black background

This text has color #A5757A on black background.


Color preview on white background

This text has color #A5757A on white background.


Black color preview on #A5757A background

This text has black color on #A5757A background.


White color preview on #A5757A background

This text has white color on #A5757A background.


Related colors

Complementary color

Complementary color for #hex is #5A8A85.


I love getcolorcode.com

Triadic colors

1 #7AA575 and #757AA5 with #A5757A are triadic colors.

2 #7A75A5 and #75A57A with #A5757A are triadic colors.