COLOR #A58B99

HEX: #A58B99 RGB: (165,139,153)

Color info

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

RGB color model

#A58B99 color RGB value is (165,139,153).

RGB: (165,139,153) (65%, 55%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 153 of 255 = 60%

165
139
153

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

Portions of RGB colors in percentages

R + G + B = 165 + 139 + 153 = 457 (100%)
R 165 of 457 ~ 36.11%
G 139 of 457 ~ 30.42%
B 153 of 457 ~ 33.48'%

%36.11
%30.42
%33.48

CMYK color model

#A58B99 color CMYK value is (0,16,7,35).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 7.27%
  • key color value is 35.29%

CMYK: (0,16,7,35)
C0M16Y7K35 (0%, 16%, 7%, 35%)
(0.00 / 0.16 / 0.07 / 0.35)

CMYK percentages

%0
%15.76
%7.27
%35.29

Codes

Color #A58B99 in popluar color models

A5 8B 99
RGB 165 139 153
HSL 328° 12.62% 59.61%
HSB/HSV 328° 15.76% 64.71%
CMYK 0.00% 15.76% 7.27%
35.29%

Color #A58B99 in popluar number systems.

HEX A5 8B 99
Decimal 165 139 153
Binary 10100101 10001011 10011001
Octal 245 213 231

Shades and tints

Shades of #A58B99

#A58B99
(165,139,153)
#967F8C
(150,127,140)
#87737F
(135,115,127)
#786772
(120,103,114)
#695B65
(105,91,101)
#5A4F58
(90,79,88)
#4B434B
(75,67,75)
#3C373E
(60,55,62)
#2D2B31
(45,43,49)
#1E1F24
(30,31,36)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #A58B99

#A58B99
(165,139,153)
#AD95A2
(173,149,162)
#B59FAB
(181,159,171)
#BDA9B4
(189,169,180)
#C5B3BD
(197,179,189)
#CDBDC6
(205,189,198)
#D5C7CF
(213,199,207)
#DDD1D8
(221,209,216)
#E5DBE1
(229,219,225)
#EDE5EA
(237,229,234)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58B99; }

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

This text font color is #A58B99.

Background Color

.myBgColor { background-color: #A58B99; }

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

This div background color is #A58B99.

Border color

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

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

This div border color is #A58B99.

Opacity

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

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

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

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

This text has shadow with #A58B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58B99.

Preview

Color preview on black background

This text has color #A58B99 on black background.


Color preview on white background

This text has color #A58B99 on white background.


Black color preview on #A58B99 background

This text has black color on #A58B99 background.


White color preview on #A58B99 background

This text has white color on #A58B99 background.


Related colors

Complementary color

Complementary color for #hex is #5A7466.


I love getcolorcode.com

Triadic colors

1 #99A58B and #8B99A5 with #A58B99 are triadic colors.

2 #998BA5 and #8BA599 with #A58B99 are triadic colors.