COLOR #A58096

HEX: #A58096
RGB: (165,128,150)

Color info

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

RGB color model

#A58096 color RGB value is (165,128,150).

  • red value is 165;
  • green value is 128;
  • blue value is 150.
RGB:
(165,128,150)
(65%,50%,59%)

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 150 of 255 = 59%

165
128
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 128 + 150 = 443 (100%)
R 165 of 443 ~ 37.25%
G 128 of 443 ~ 28.89%
B 150 of 443 ~ 33.86%

%37.25
%28.89
%33.86

CMYK color model

#A58096 color CMYK value is (0,22,9,35).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,22,9,35)
C0M22Y9K35 
(0%,22%,9%,35%)
(0.00/0.22/0.09/0.35)	

CMYK percentages

%0
%22.42
%9.09
%35.29

Codes

Color #A58096 in popluar color models

A58096
RGB165128150
HSL324°17.05%57.45%
HSB/HSV324°22.42%64.71%
CMYK0.00%22.42%9.09%
35.29%

Color #A58096 in popluar number systems.

HEXA58096
Decimal165128150
Binary101001011000000010010110
Octal245200226

Shades and tints

Shades of #A58096

#A58096
(165,128,150)
#967589
(150,117,137)
#876A7C
(135,106,124)
#785F6F
(120,95,111)
#695462
(105,84,98)
#5A4955
(90,73,85)
#4B3E48
(75,62,72)
#3C333B
(60,51,59)
#2D282E
(45,40,46)
#1E1D21
(30,29,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A58096

#A58096
(165,128,150)
#AD8B9F
(173,139,159)
#B596A8
(181,150,168)
#BDA1B1
(189,161,177)
#C5ACBA
(197,172,186)
#CDB7C3
(205,183,195)
#D5C2CC
(213,194,204)
#DDCDD5
(221,205,213)
#E5D8DE
(229,216,222)
#EDE3E7
(237,227,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58096 color. Also use rgb(165,128,150) instead hex code.

Text Font Color

.myTextColor { color: #A58096; }

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

This text font color is #A58096.


Background Color

.myBgColor { background-color: #A58096; }

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

This div background color is #A58096.


Border color

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

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

This div border color is #A58096.


Opacity

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

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

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

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

This text has shadow with #A58096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58096 on black background.


Color preview on white background

This text has color #A58096 on white background.



Black color preview on #A58096 background

This text has black color on #A58096 background.


White color preview on #A58096 background

This text has white color on #A58096 background.