COLOR #A58799

HEX: #A58799
RGB: (165,135,153)

Color info

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

RGB color model

#A58799 color RGB value is (165,135,153).

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

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 153 of 255 = 60%

165
135
153

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

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 153 = 453 (100%)
R 165 of 453 ~ 36.42%
G 135 of 453 ~ 29.8%
B 153 of 453 ~ 33.77%

%36.42
%29.8
%33.77

CMYK color model

#A58799 color CMYK value is (0,18,7,35).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 7.27%
  • key color value is 35.29%
CMYK:
(0,18,7,35)
C0M18Y7K35 
(0%,18%,7%,35%)
(0.00/0.18/0.07/0.35)	

CMYK percentages

%0
%18.18
%7.27
%35.29

Codes

Color #A58799 in popluar color models

A58799
RGB165135153
HSL324°14.29%58.82%
HSB/HSV324°18.18%64.71%
CMYK0.00%18.18%7.27%
35.29%

Color #A58799 in popluar number systems.

HEXA58799
Decimal165135153
Binary101001011000011110011001
Octal245207231

Shades and tints

Shades of #A58799

#A58799
(165,135,153)
#967B8C
(150,123,140)
#876F7F
(135,111,127)
#786372
(120,99,114)
#695765
(105,87,101)
#5A4B58
(90,75,88)
#4B3F4B
(75,63,75)
#3C333E
(60,51,62)
#2D2731
(45,39,49)
#1E1B24
(30,27,36)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #A58799

#A58799
(165,135,153)
#AD91A2
(173,145,162)
#B59BAB
(181,155,171)
#BDA5B4
(189,165,180)
#C5AFBD
(197,175,189)
#CDB9C6
(205,185,198)
#D5C3CF
(213,195,207)
#DDCDD8
(221,205,216)
#E5D7E1
(229,215,225)
#EDE1EA
(237,225,234)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58799; }

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

This text font color is #A58799.


Background Color

.myBgColor { background-color: #A58799; }

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

This div background color is #A58799.


Border color

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

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

This div border color is #A58799.


Opacity

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

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

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

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

This text has shadow with #A58799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58799 on black background.


Color preview on white background

This text has color #A58799 on white background.



Black color preview on #A58799 background

This text has black color on #A58799 background.


White color preview on #A58799 background

This text has white color on #A58799 background.