COLOR #A5768B

HEX: #A5768B
RGB: (165,118,139)

Color info

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

RGB color model

#A5768B color RGB value is (165,118,139).

  • red value is 165;
  • green value is 118;
  • blue value is 139.
RGB:
(165,118,139)
(65%,46%,55%)

RGB channels and saturation

R 165 of 255 = 65%
G 118 of 255 = 46%
B 139 of 255 = 55%

165
118
139

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

Portions of RGB colors in percentages

R + G + B =
165 + 118 + 139 = 422 (100%)
R 165 of 422 ~ 39.1%
G 118 of 422 ~ 27.96%
B 139 of 422 ~ 32.94%

%39.1
%27.96
%32.94

CMYK color model

#A5768B color CMYK value is (0,28,16,35).

  • cyan value is 0.00%
  • magenta value is 28.48%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(0,28,16,35)
C0M28Y16K35 
(0%,28%,16%,35%)
(0.00/0.28/0.16/0.35)	

CMYK percentages

%0
%28.48
%15.76
%35.29

Codes

Color #A5768B in popluar color models

A5768B
RGB165118139
HSL333°20.70%55.49%
HSB/HSV333°28.48%64.71%
CMYK0.00%28.48%15.76%
35.29%

Color #A5768B in popluar number systems.

HEXA5768B
Decimal165118139
Binary10100101111011010001011
Octal245166213

Shades and tints

Shades of #A5768B

#A5768B
(165,118,139)
#966C7F
(150,108,127)
#876273
(135,98,115)
#785867
(120,88,103)
#694E5B
(105,78,91)
#5A444F
(90,68,79)
#4B3A43
(75,58,67)
#3C3037
(60,48,55)
#2D262B
(45,38,43)
#1E1C1F
(30,28,31)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A5768B

#A5768B
(165,118,139)
#AD8295
(173,130,149)
#B58E9F
(181,142,159)
#BD9AA9
(189,154,169)
#C5A6B3
(197,166,179)
#CDB2BD
(205,178,189)
#D5BEC7
(213,190,199)
#DDCAD1
(221,202,209)
#E5D6DB
(229,214,219)
#EDE2E5
(237,226,229)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5768B color. Also use rgb(165,118,139) instead hex code.

Text Font Color

.myTextColor { color: #A5768B; }

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

This text font color is #A5768B.


Background Color

.myBgColor { background-color: #A5768B; }

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

This div background color is #A5768B.


Border color

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

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

This div border color is #A5768B.


Opacity

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

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

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

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

This text has shadow with #A5768B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5768B on black background.


Color preview on white background

This text has color #A5768B on white background.



Black color preview on #A5768B background

This text has black color on #A5768B background.


White color preview on #A5768B background

This text has white color on #A5768B background.