COLOR #A58584

HEX: #A58584 RGB: (165,133,132)

Color info

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

RGB color model

#A58584 color RGB value is (165,133,132).

RGB: (165,133,132) (65%, 52%, 52%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 132 of 255 = 52%

165
133
132

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

Portions of RGB colors in percentages

R + G + B = 165 + 133 + 132 = 430 (100%)
R 165 of 430 ~ 38.37%
G 133 of 430 ~ 30.93%
B 132 of 430 ~ 30.7'%

%38.37
%30.93
%30.7

CMYK color model

#A58584 color CMYK value is (0,19,20,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 20.00%
  • key color value is 35.29%

CMYK: (0,19,20,35)
C0M19Y20K35 (0%, 19%, 20%, 35%)
(0.00 / 0.19 / 0.20 / 0.35)

CMYK percentages

%0
%19.39
%20
%35.29

Codes

Color #A58584 in popluar color models

A5 85 84
RGB 165 133 132
HSL 15.49% 58.24%
HSB/HSV 20.00% 64.71%
CMYK 0.00% 19.39% 20.00%
35.29%

Color #A58584 in popluar number systems.

HEX A5 85 84
Decimal 165 133 132
Binary 10100101 10000101 10000100
Octal 245 205 204

Shades and tints

Shades of #A58584

#A58584
(165,133,132)
#967978
(150,121,120)
#876D6C
(135,109,108)
#786160
(120,97,96)
#695554
(105,85,84)
#5A4948
(90,73,72)
#4B3D3C
(75,61,60)
#3C3130
(60,49,48)
#2D2524
(45,37,36)
#1E1918
(30,25,24)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #A58584

#A58584
(165,133,132)
#AD908F
(173,144,143)
#B59B9A
(181,155,154)
#BDA6A5
(189,166,165)
#C5B1B0
(197,177,176)
#CDBCBB
(205,188,187)
#D5C7C6
(213,199,198)
#DDD2D1
(221,210,209)
#E5DDDC
(229,221,220)
#EDE8E7
(237,232,231)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58584; }

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

This text font color is #A58584.

Background Color

.myBgColor { background-color: #A58584; }

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

This div background color is #A58584.

Border color

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

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

This div border color is #A58584.

Opacity

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

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

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

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

This text has shadow with #A58584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58584.

Preview

Color preview on black background

This text has color #A58584 on black background.


Color preview on white background

This text has color #A58584 on white background.


Black color preview on #A58584 background

This text has black color on #A58584 background.


White color preview on #A58584 background

This text has white color on #A58584 background.


Related colors

Complementary color

Complementary color for #hex is #5A7A7B.


I love getcolorcode.com

Triadic colors

1 #84A585 and #8584A5 with #A58584 are triadic colors.

2 #8485A5 and #85A584 with #A58584 are triadic colors.