COLOR #A59689

HEX: #A59689 RGB: (165,150,137)

Color info

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

RGB color model

#A59689 color RGB value is (165,150,137).

RGB: (165,150,137) (65%, 59%, 54%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 137 of 255 = 54%

165
150
137

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 137 = 452 (100%)
R 165 of 452 ~ 36.5%
G 150 of 452 ~ 33.19%
B 137 of 452 ~ 30.31'%

%36.5
%33.19
%30.31

CMYK color model

#A59689 color CMYK value is (0,9,17,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 16.97%
  • key color value is 35.29%

CMYK: (0,9,17,35)
C0M9Y17K35 (0%, 9%, 17%, 35%)
(0.00 / 0.09 / 0.17 / 0.35)

CMYK percentages

%0
%9.09
%16.97
%35.29

Codes

Color #A59689 in popluar color models

A5 96 89
RGB 165 150 137
HSL 28° 13.46% 59.22%
HSB/HSV 28° 16.97% 64.71%
CMYK 0.00% 9.09% 16.97%
35.29%

Color #A59689 in popluar number systems.

HEX A5 96 89
Decimal 165 150 137
Binary 10100101 10010110 10001001
Octal 245 226 211

Shades and tints

Shades of #A59689

#A59689
(165,150,137)
#96897D
(150,137,125)
#877C71
(135,124,113)
#786F65
(120,111,101)
#696259
(105,98,89)
#5A554D
(90,85,77)
#4B4841
(75,72,65)
#3C3B35
(60,59,53)
#2D2E29
(45,46,41)
#1E211D
(30,33,29)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A59689

#A59689
(165,150,137)
#AD9F93
(173,159,147)
#B5A89D
(181,168,157)
#BDB1A7
(189,177,167)
#C5BAB1
(197,186,177)
#CDC3BB
(205,195,187)
#D5CCC5
(213,204,197)
#DDD5CF
(221,213,207)
#E5DED9
(229,222,217)
#EDE7E3
(237,231,227)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59689 color. Also use rgb(165,150,137) instead hex code.

Text Font Color

.myTextColor { color: #A59689; }

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

This text font color is #A59689.

Background Color

.myBgColor { background-color: #A59689; }

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

This div background color is #A59689.

Border color

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

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

This div border color is #A59689.

Opacity

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

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

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

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

This text has shadow with #A59689 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59689.

Preview

Color preview on black background

This text has color #A59689 on black background.


Color preview on white background

This text has color #A59689 on white background.


Black color preview on #A59689 background

This text has black color on #A59689 background.


White color preview on #A59689 background

This text has white color on #A59689 background.


Related colors

Complementary color

Complementary color for #hex is #5A6976.


I love getcolorcode.com

Triadic colors

1 #89A596 and #9689A5 with #A59689 are triadic colors.

2 #8996A5 and #96A589 with #A59689 are triadic colors.