COLOR #A58BA9

HEX: #A58BA9 RGB: (165,139,169)

Color info

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

RGB color model

#A58BA9 color RGB value is (165,139,169).

RGB: (165,139,169) (65%, 55%, 66%)

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 169 of 255 = 66%

165
139
169

R + G + B ~ 62%. #A58BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 139 + 169 = 473 (100%)
R 165 of 473 ~ 34.88%
G 139 of 473 ~ 29.39%
B 169 of 473 ~ 35.73'%

%34.88
%29.39
%35.73

CMYK color model

#A58BA9 color CMYK value is (2,18,0,34).

  • cyan value is 2.37%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (2,18,0,34)
C2M18Y0K34 (2%, 18%, 0%, 34%)
(0.02 / 0.18 / 0.00 / 0.34)

CMYK percentages

%2.37
%17.75
%0
%33.73

Codes

Color #A58BA9 in popluar color models

A5 8B A9
RGB 165 139 169
HSL 292° 14.85% 60.39%
HSB/HSV 292° 17.75% 66.27%
CMYK 2.37% 17.75% 0.00%
33.73%

Color #A58BA9 in popluar number systems.

HEX A5 8B A9
Decimal 165 139 169
Binary 10100101 10001011 10101001
Octal 245 213 251

Shades and tints

Shades of #A58BA9

#A58BA9
(165,139,169)
#967F9A
(150,127,154)
#87738B
(135,115,139)
#78677C
(120,103,124)
#695B6D
(105,91,109)
#5A4F5E
(90,79,94)
#4B434F
(75,67,79)
#3C3740
(60,55,64)
#2D2B31
(45,43,49)
#1E1F22
(30,31,34)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A58BA9

#A58BA9
(165,139,169)
#AD95B0
(173,149,176)
#B59FB7
(181,159,183)
#BDA9BE
(189,169,190)
#C5B3C5
(197,179,197)
#CDBDCC
(205,189,204)
#D5C7D3
(213,199,211)
#DDD1DA
(221,209,218)
#E5DBE1
(229,219,225)
#EDE5E8
(237,229,232)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58BA9; }

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

This text font color is #A58BA9.

Background Color

.myBgColor { background-color: #A58BA9; }

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

This div background color is #A58BA9.

Border color

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

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

This div border color is #A58BA9.

Opacity

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

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

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

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

This text has shadow with #A58BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58BA9.

Preview

Color preview on black background

This text has color #A58BA9 on black background.


Color preview on white background

This text has color #A58BA9 on white background.


Black color preview on #A58BA9 background

This text has black color on #A58BA9 background.


White color preview on #A58BA9 background

This text has white color on #A58BA9 background.


Related colors

Complementary color

Complementary color for #hex is #5A7456.


I love getcolorcode.com

Triadic colors

1 #A9A58B and #8BA9A5 with #A58BA9 are triadic colors.

2 #A98BA5 and #8BA5A9 with #A58BA9 are triadic colors.