COLOR #A59286

HEX: #A59286 RGB: (165,146,134)

Color info

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

RGB color model

#A59286 color RGB value is (165,146,134).

RGB: (165,146,134) (65%, 57%, 53%)

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 134 of 255 = 53%

165
146
134

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

Portions of RGB colors in percentages

R + G + B = 165 + 146 + 134 = 445 (100%)
R 165 of 445 ~ 37.08%
G 146 of 445 ~ 32.81%
B 134 of 445 ~ 30.11'%

%37.08
%32.81
%30.11

CMYK color model

#A59286 color CMYK value is (0,12,19,35).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 18.79%
  • key color value is 35.29%

CMYK: (0,12,19,35)
C0M12Y19K35 (0%, 12%, 19%, 35%)
(0.00 / 0.12 / 0.19 / 0.35)

CMYK percentages

%0
%11.52
%18.79
%35.29

Codes

Color #A59286 in popluar color models

A5 92 86
RGB 165 146 134
HSL 23° 14.69% 58.63%
HSB/HSV 23° 18.79% 64.71%
CMYK 0.00% 11.52% 18.79%
35.29%

Color #A59286 in popluar number systems.

HEX A5 92 86
Decimal 165 146 134
Binary 10100101 10010010 10000110
Octal 245 222 206

Shades and tints

Shades of #A59286

#A59286
(165,146,134)
#96857A
(150,133,122)
#87786E
(135,120,110)
#786B62
(120,107,98)
#695E56
(105,94,86)
#5A514A
(90,81,74)
#4B443E
(75,68,62)
#3C3732
(60,55,50)
#2D2A26
(45,42,38)
#1E1D1A
(30,29,26)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #A59286

#A59286
(165,146,134)
#AD9B91
(173,155,145)
#B5A49C
(181,164,156)
#BDADA7
(189,173,167)
#C5B6B2
(197,182,178)
#CDBFBD
(205,191,189)
#D5C8C8
(213,200,200)
#DDD1D3
(221,209,211)
#E5DADE
(229,218,222)
#EDE3E9
(237,227,233)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59286 color. Also use rgb(165,146,134) instead hex code.

Text Font Color

.myTextColor { color: #A59286; }

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

This text font color is #A59286.

Background Color

.myBgColor { background-color: #A59286; }

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

This div background color is #A59286.

Border color

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

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

This div border color is #A59286.

Opacity

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

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

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

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

This text has shadow with #A59286 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59286.

Preview

Color preview on black background

This text has color #A59286 on black background.


Color preview on white background

This text has color #A59286 on white background.


Black color preview on #A59286 background

This text has black color on #A59286 background.


White color preview on #A59286 background

This text has white color on #A59286 background.


Related colors

Complementary color

Complementary color for #hex is #5A6D79.


I love getcolorcode.com

Triadic colors

1 #86A592 and #9286A5 with #A59286 are triadic colors.

2 #8692A5 and #92A586 with #A59286 are triadic colors.