COLOR #A58B96

HEX: #A58B96
RGB: (165,139,150)

Color info

#A58B96 contains red, green and blue colors in about the same proportion. Web safe color of #A58B96 is #999999 (or #999).

RGB color model

#A58B96 color RGB value is (165,139,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 150 of 255 = 59%

165
139
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 139 + 150 = 454 (100%)
R 165 of 454 ~ 36.34%
G 139 of 454 ~ 30.62%
B 150 of 454 ~ 33.04%

%36.34
%30.62
%33.04

CMYK color model

#A58B96 color CMYK value is (0,16,9,35).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,16,9,35)
C0M16Y9K35 
(0%,16%,9%,35%)
(0.00/0.16/0.09/0.35)	

CMYK percentages

%0
%15.76
%9.09
%35.29

Codes

Color #A58B96 in popluar color models

A58B96
RGB165139150
HSL335°12.62%59.61%
HSB/HSV335°15.76%64.71%
CMYK0.00%15.76%9.09%
35.29%

Color #A58B96 in popluar number systems.

HEXA58B96
Decimal165139150
Binary101001011000101110010110
Octal245213226

Shades and tints

Shades of #A58B96

#A58B96
(165,139,150)
#967F89
(150,127,137)
#87737C
(135,115,124)
#78676F
(120,103,111)
#695B62
(105,91,98)
#5A4F55
(90,79,85)
#4B4348
(75,67,72)
#3C373B
(60,55,59)
#2D2B2E
(45,43,46)
#1E1F21
(30,31,33)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A58B96

#A58B96
(165,139,150)
#AD959F
(173,149,159)
#B59FA8
(181,159,168)
#BDA9B1
(189,169,177)
#C5B3BA
(197,179,186)
#CDBDC3
(205,189,195)
#D5C7CC
(213,199,204)
#DDD1D5
(221,209,213)
#E5DBDE
(229,219,222)
#EDE5E7
(237,229,231)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58B96; }

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

This text font color is #A58B96.


Background Color

.myBgColor { background-color: #A58B96; }

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

This div background color is #A58B96.


Border color

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

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

This div border color is #A58B96.


Opacity

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

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

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

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

This text has shadow with #A58B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58B96 on black background.


Color preview on white background

This text has color #A58B96 on white background.



Black color preview on #A58B96 background

This text has black color on #A58B96 background.


White color preview on #A58B96 background

This text has white color on #A58B96 background.