COLOR #A58499

HEX: #A58499
RGB: (165,132,153)

Color info

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

RGB color model

#A58499 color RGB value is (165,132,153).

  • red value is 165;
  • green value is 132;
  • blue value is 153.
RGB:
(165,132,153)
(65%,52%,60%)

RGB channels and saturation

R 165 of 255 = 65%
G 132 of 255 = 52%
B 153 of 255 = 60%

165
132
153

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

Portions of RGB colors in percentages

R + G + B =
165 + 132 + 153 = 450 (100%)
R 165 of 450 ~ 36.67%
G 132 of 450 ~ 29.33%
B 153 of 450 ~ 34%

%36.67
%29.33
%34

CMYK color model

#A58499 color CMYK value is (0,20,7,35).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 7.27%
  • key color value is 35.29%
CMYK:
(0,20,7,35)
C0M20Y7K35 
(0%,20%,7%,35%)
(0.00/0.20/0.07/0.35)	

CMYK percentages

%0
%20
%7.27
%35.29

Codes

Color #A58499 in popluar color models

A58499
RGB165132153
HSL322°15.49%58.24%
HSB/HSV322°20.00%64.71%
CMYK0.00%20.00%7.27%
35.29%

Color #A58499 in popluar number systems.

HEXA58499
Decimal165132153
Binary101001011000010010011001
Octal245204231

Shades and tints

Shades of #A58499

#A58499
(165,132,153)
#96788C
(150,120,140)
#876C7F
(135,108,127)
#786072
(120,96,114)
#695465
(105,84,101)
#5A4858
(90,72,88)
#4B3C4B
(75,60,75)
#3C303E
(60,48,62)
#2D2431
(45,36,49)
#1E1824
(30,24,36)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #A58499

#A58499
(165,132,153)
#AD8FA2
(173,143,162)
#B59AAB
(181,154,171)
#BDA5B4
(189,165,180)
#C5B0BD
(197,176,189)
#CDBBC6
(205,187,198)
#D5C6CF
(213,198,207)
#DDD1D8
(221,209,216)
#E5DCE1
(229,220,225)
#EDE7EA
(237,231,234)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58499; }

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

This text font color is #A58499.


Background Color

.myBgColor { background-color: #A58499; }

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

This div background color is #A58499.


Border color

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

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

This div border color is #A58499.


Opacity

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

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

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

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

This text has shadow with #A58499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58499 on black background.


Color preview on white background

This text has color #A58499 on white background.



Black color preview on #A58499 background

This text has black color on #A58499 background.


White color preview on #A58499 background

This text has white color on #A58499 background.