COLOR #A59182

HEX: #A59182
RGB: (165,145,130)

Color info

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

RGB color model

#A59182 color RGB value is (165,145,130).

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

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 130 of 255 = 51%

165
145
130

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

Portions of RGB colors in percentages

R + G + B =
165 + 145 + 130 = 440 (100%)
R 165 of 440 ~ 37.5%
G 145 of 440 ~ 32.95%
B 130 of 440 ~ 29.55%

%37.5
%32.95
%29.55

CMYK color model

#A59182 color CMYK value is (0,12,21,35).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 21.21%
  • key color value is 35.29%
CMYK:
(0,12,21,35)
C0M12Y21K35 
(0%,12%,21%,35%)
(0.00/0.12/0.21/0.35)	

CMYK percentages

%0
%12.12
%21.21
%35.29

Codes

Color #A59182 in popluar color models

A59182
RGB165145130
HSL26°16.28%57.84%
HSB/HSV26°21.21%64.71%
CMYK0.00%12.12%21.21%
35.29%

Color #A59182 in popluar number systems.

HEXA59182
Decimal165145130
Binary101001011001000110000010
Octal245221202

Shades and tints

Shades of #A59182

#A59182
(165,145,130)
#968477
(150,132,119)
#87776C
(135,119,108)
#786A61
(120,106,97)
#695D56
(105,93,86)
#5A504B
(90,80,75)
#4B4340
(75,67,64)
#3C3635
(60,54,53)
#2D292A
(45,41,42)
#1E1C1F
(30,28,31)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #A59182

#A59182
(165,145,130)
#AD9B8D
(173,155,141)
#B5A598
(181,165,152)
#BDAFA3
(189,175,163)
#C5B9AE
(197,185,174)
#CDC3B9
(205,195,185)
#D5CDC4
(213,205,196)
#DDD7CF
(221,215,207)
#E5E1DA
(229,225,218)
#EDEBE5
(237,235,229)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59182; }

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

This text font color is #A59182.


Background Color

.myBgColor { background-color: #A59182; }

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

This div background color is #A59182.


Border color

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

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

This div border color is #A59182.


Opacity

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

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

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

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

This text has shadow with #A59182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59182 on black background.


Color preview on white background

This text has color #A59182 on white background.



Black color preview on #A59182 background

This text has black color on #A59182 background.


White color preview on #A59182 background

This text has white color on #A59182 background.