COLOR #A59B6A

HEX: #A59B6A RGB: (165,155,106)

Color info

#A59B6A contains red, green and blue colors in about the same proportion. Web safe color of #A59B6A is #999966 (or #996).

RGB color model

#A59B6A color RGB value is (165,155,106).

RGB: (165,155,106) (65%, 61%, 42%)

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 106 of 255 = 42%

165
155
106

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

Portions of RGB colors in percentages

R + G + B = 165 + 155 + 106 = 426 (100%)
R 165 of 426 ~ 38.73%
G 155 of 426 ~ 36.38%
B 106 of 426 ~ 24.88'%

%38.73
%36.38
%24.88

CMYK color model

#A59B6A color CMYK value is (0,6,36,35).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 35.76%
  • key color value is 35.29%

CMYK: (0,6,36,35)
C0M6Y36K35 (0%, 6%, 36%, 35%)
(0.00 / 0.06 / 0.36 / 0.35)

CMYK percentages

%0
%6.06
%35.76
%35.29

Codes

Color #A59B6A in popluar color models

A5 9B 6A
RGB 165 155 106
HSL 50° 24.69% 53.14%
HSB/HSV 50° 35.76% 64.71%
CMYK 0.00% 6.06% 35.76%
35.29%

Color #A59B6A in popluar number systems.

HEX A5 9B 6A
Decimal 165 155 106
Binary 10100101 10011011 1101010
Octal 245 233 152

Shades and tints

Shades of #A59B6A

#A59B6A
(165,155,106)
#968D61
(150,141,97)
#877F58
(135,127,88)
#78714F
(120,113,79)
#696346
(105,99,70)
#5A553D
(90,85,61)
#4B4734
(75,71,52)
#3C392B
(60,57,43)
#2D2B22
(45,43,34)
#1E1D19
(30,29,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #A59B6A

#A59B6A
(165,155,106)
#ADA477
(173,164,119)
#B5AD84
(181,173,132)
#BDB691
(189,182,145)
#C5BF9E
(197,191,158)
#CDC8AB
(205,200,171)
#D5D1B8
(213,209,184)
#DDDAC5
(221,218,197)
#E5E3D2
(229,227,210)
#EDECDF
(237,236,223)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59B6A color. Also use rgb(165,155,106) instead hex code.

Text Font Color

.myTextColor { color: #A59B6A; }

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

This text font color is #A59B6A.

Background Color

.myBgColor { background-color: #A59B6A; }

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

This div background color is #A59B6A.

Border color

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

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

This div border color is #A59B6A.

Opacity

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

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

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

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

This text has shadow with #A59B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59B6A.

Preview

Color preview on black background

This text has color #A59B6A on black background.


Color preview on white background

This text has color #A59B6A on white background.


Black color preview on #A59B6A background

This text has black color on #A59B6A background.


White color preview on #A59B6A background

This text has white color on #A59B6A background.


Related colors

Complementary color

Complementary color for #hex is #5A6495.


I love getcolorcode.com

Triadic colors

1 #6AA59B and #9B6AA5 with #A59B6A are triadic colors.

2 #6A9BA5 and #9BA56A with #A59B6A are triadic colors.