COLOR #A58F96

HEX: #A58F96
RGB: (165,143,150)

Color info

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

RGB color model

#A58F96 color RGB value is (165,143,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 150 of 255 = 59%

165
143
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 143 + 150 = 458 (100%)
R 165 of 458 ~ 36.03%
G 143 of 458 ~ 31.22%
B 150 of 458 ~ 32.75%

%36.03
%31.22
%32.75

CMYK color model

#A58F96 color CMYK value is (0,13,9,35).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,13,9,35)
C0M13Y9K35 
(0%,13%,9%,35%)
(0.00/0.13/0.09/0.35)	

CMYK percentages

%0
%13.33
%9.09
%35.29

Codes

Color #A58F96 in popluar color models

A58F96
RGB165143150
HSL341°10.89%60.39%
HSB/HSV341°13.33%64.71%
CMYK0.00%13.33%9.09%
35.29%

Color #A58F96 in popluar number systems.

HEXA58F96
Decimal165143150
Binary101001011000111110010110
Octal245217226

Shades and tints

Shades of #A58F96

#A58F96
(165,143,150)
#968289
(150,130,137)
#87757C
(135,117,124)
#78686F
(120,104,111)
#695B62
(105,91,98)
#5A4E55
(90,78,85)
#4B4148
(75,65,72)
#3C343B
(60,52,59)
#2D272E
(45,39,46)
#1E1A21
(30,26,33)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #A58F96

#A58F96
(165,143,150)
#AD999F
(173,153,159)
#B5A3A8
(181,163,168)
#BDADB1
(189,173,177)
#C5B7BA
(197,183,186)
#CDC1C3
(205,193,195)
#D5CBCC
(213,203,204)
#DDD5D5
(221,213,213)
#E5DFDE
(229,223,222)
#EDE9E7
(237,233,231)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58F96; }

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

This text font color is #A58F96.


Background Color

.myBgColor { background-color: #A58F96; }

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

This div background color is #A58F96.


Border color

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

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

This div border color is #A58F96.


Opacity

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

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

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

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

This text has shadow with #A58F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58F96 on black background.


Color preview on white background

This text has color #A58F96 on white background.



Black color preview on #A58F96 background

This text has black color on #A58F96 background.


White color preview on #A58F96 background

This text has white color on #A58F96 background.