COLOR #A58B6E

HEX: #A58B6E RGB: (165,139,110)

Color info

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

RGB color model

#A58B6E color RGB value is (165,139,110).

RGB: (165,139,110) (65%, 55%, 43%)

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 110 of 255 = 43%

165
139
110

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

Portions of RGB colors in percentages

R + G + B = 165 + 139 + 110 = 414 (100%)
R 165 of 414 ~ 39.86%
G 139 of 414 ~ 33.57%
B 110 of 414 ~ 26.57'%

%39.86
%33.57
%26.57

CMYK color model

#A58B6E color CMYK value is (0,16,33,35).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 33.33%
  • key color value is 35.29%
CMYK: (0,16,33,35) C0M16Y33K35 (0%,16%,33%,35%) (0.00/0.16/0.33/0.35) 

CMYK percentages

%0
%15.76
%33.33
%35.29

Codes

Color #A58B6E in popluar color models

A5 8B 6E
RGB 165 139 110
HSL 32° 23.40% 53.92%
HSB/HSV 32° 33.33% 64.71%
CMYK 0.00% 15.76% 33.33%
35.29%

Color #A58B6E in popluar number systems.

HEX A5 8B 6E
Decimal 165 139 110
Binary 10100101 10001011 1101110
Octal 245 213 156

Shades and tints

Shades of #A58B6E

#A58B6E
(165,139,110)
#967F64
(150,127,100)
#87735A
(135,115,90)
#786750
(120,103,80)
#695B46
(105,91,70)
#5A4F3C
(90,79,60)
#4B4332
(75,67,50)
#3C3728
(60,55,40)
#2D2B1E
(45,43,30)
#1E1F14
(30,31,20)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #A58B6E

#A58B6E
(165,139,110)
#AD957B
(173,149,123)
#B59F88
(181,159,136)
#BDA995
(189,169,149)
#C5B3A2
(197,179,162)
#CDBDAF
(205,189,175)
#D5C7BC
(213,199,188)
#DDD1C9
(221,209,201)
#E5DBD6
(229,219,214)
#EDE5E3
(237,229,227)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58B6E color. Also use rgb(165,139,110) instead hex code.

Text Font Color

.myTextColor { color: #A58B6E; }

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

This text font color is #A58B6E.

Background Color

.myBgColor { background-color: #A58B6E; }

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

This div background color is #A58B6E.

Border color

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

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

This div border color is #A58B6E.

Opacity

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

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

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

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

This text has shadow with #A58B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58B6E.

Preview

Color preview on black background

This text has color #A58B6E on black background.


Color preview on white background

This text has color #A58B6E on white background.


Black color preview on #A58B6E background

This text has black color on #A58B6E background.


White color preview on #A58B6E background

This text has white color on #A58B6E background.


Related colors

Complementary color

Complementary color for #hex is #5A7491.


I love getcolorcode.com

Triadic colors

1 #6EA58B and #8B6EA5 with #A58B6E are triadic colors.

2 #6E8BA5 and #8BA56E with #A58B6E are triadic colors.