COLOR #A5738F

HEX: #A5738F
RGB: (165,115,143)

Color info

#A5738F contains red, green and blue colors in about the same proportion. Web safe color of #A5738F is #996699 (or #969).

RGB color model

#A5738F color RGB value is (165,115,143).

  • red value is 165;
  • green value is 115;
  • blue value is 143.
RGB:
(165,115,143)
(65%,45%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 115 of 255 = 45%
B 143 of 255 = 56%

165
115
143

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

Portions of RGB colors in percentages

R + G + B =
165 + 115 + 143 = 423 (100%)
R 165 of 423 ~ 39.01%
G 115 of 423 ~ 27.19%
B 143 of 423 ~ 33.81%

%39.01
%27.19
%33.81

CMYK color model

#A5738F color CMYK value is (0,30,13,35).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(0,30,13,35)
C0M30Y13K35 
(0%,30%,13%,35%)
(0.00/0.30/0.13/0.35)	

CMYK percentages

%0
%30.3
%13.33
%35.29

Codes

Color #A5738F in popluar color models

A5738F
RGB165115143
HSL326°21.74%54.90%
HSB/HSV326°30.30%64.71%
CMYK0.00%30.30%13.33%
35.29%

Color #A5738F in popluar number systems.

HEXA5738F
Decimal165115143
Binary10100101111001110001111
Octal245163217

Shades and tints

Shades of #A5738F

#A5738F
(165,115,143)
#966982
(150,105,130)
#875F75
(135,95,117)
#785568
(120,85,104)
#694B5B
(105,75,91)
#5A414E
(90,65,78)
#4B3741
(75,55,65)
#3C2D34
(60,45,52)
#2D2327
(45,35,39)
#1E191A
(30,25,26)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #A5738F

#A5738F
(165,115,143)
#AD7F99
(173,127,153)
#B58BA3
(181,139,163)
#BD97AD
(189,151,173)
#C5A3B7
(197,163,183)
#CDAFC1
(205,175,193)
#D5BBCB
(213,187,203)
#DDC7D5
(221,199,213)
#E5D3DF
(229,211,223)
#EDDFE9
(237,223,233)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5738F color. Also use rgb(165,115,143) instead hex code.

Text Font Color

.myTextColor { color: #A5738F; }

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

This text font color is #A5738F.


Background Color

.myBgColor { background-color: #A5738F; }

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

This div background color is #A5738F.


Border color

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

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

This div border color is #A5738F.


Opacity

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

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

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

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

This text has shadow with #A5738F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5738F on black background.


Color preview on white background

This text has color #A5738F on white background.



Black color preview on #A5738F background

This text has black color on #A5738F background.


White color preview on #A5738F background

This text has white color on #A5738F background.