COLOR #A58285

HEX: #A58285
RGB: (165,130,133)

Color info

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

RGB color model

#A58285 color RGB value is (165,130,133).

  • red value is 165;
  • green value is 130;
  • blue value is 133.
RGB:
(165,130,133)
(65%,51%,52%)

RGB channels and saturation

R 165 of 255 = 65%
G 130 of 255 = 51%
B 133 of 255 = 52%

165
130
133

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

Portions of RGB colors in percentages

R + G + B =
165 + 130 + 133 = 428 (100%)
R 165 of 428 ~ 38.55%
G 130 of 428 ~ 30.37%
B 133 of 428 ~ 31.07%

%38.55
%30.37
%31.07

CMYK color model

#A58285 color CMYK value is (0,21,19,35).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 19.39%
  • key color value is 35.29%
CMYK:
(0,21,19,35)
C0M21Y19K35 
(0%,21%,19%,35%)
(0.00/0.21/0.19/0.35)	

CMYK percentages

%0
%21.21
%19.39
%35.29

Codes

Color #A58285 in popluar color models

A58285
RGB165130133
HSL355°16.28%57.84%
HSB/HSV355°21.21%64.71%
CMYK0.00%21.21%19.39%
35.29%

Color #A58285 in popluar number systems.

HEXA58285
Decimal165130133
Binary101001011000001010000101
Octal245202205

Shades and tints

Shades of #A58285

#A58285
(165,130,133)
#967779
(150,119,121)
#876C6D
(135,108,109)
#786161
(120,97,97)
#695655
(105,86,85)
#5A4B49
(90,75,73)
#4B403D
(75,64,61)
#3C3531
(60,53,49)
#2D2A25
(45,42,37)
#1E1F19
(30,31,25)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #A58285

#A58285
(165,130,133)
#AD8D90
(173,141,144)
#B5989B
(181,152,155)
#BDA3A6
(189,163,166)
#C5AEB1
(197,174,177)
#CDB9BC
(205,185,188)
#D5C4C7
(213,196,199)
#DDCFD2
(221,207,210)
#E5DADD
(229,218,221)
#EDE5E8
(237,229,232)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58285; }

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

This text font color is #A58285.


Background Color

.myBgColor { background-color: #A58285; }

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

This div background color is #A58285.


Border color

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

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

This div border color is #A58285.


Opacity

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

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

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

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

This text has shadow with #A58285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58285 on black background.


Color preview on white background

This text has color #A58285 on white background.



Black color preview on #A58285 background

This text has black color on #A58285 background.


White color preview on #A58285 background

This text has white color on #A58285 background.