COLOR #A58B69

HEX: #A58B69
RGB: (165,139,105)

Color info

#A58B69 contains mainly red and green colors. Web safe color of #A58B69 is #999966 (or #996).

RGB color model

#A58B69 color RGB value is (165,139,105).

  • red value is 165;
  • green value is 139;
  • blue value is 105.
RGB:
(165,139,105)
(65%,55%,41%)

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 105 of 255 = 41%

165
139
105

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

Portions of RGB colors in percentages

R + G + B =
165 + 139 + 105 = 409 (100%)
R 165 of 409 ~ 40.34%
G 139 of 409 ~ 33.99%
B 105 of 409 ~ 25.67%

%40.34
%33.99
%25.67

CMYK color model

#A58B69 color CMYK value is (0,16,36,35).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 36.36%
  • key color value is 35.29%
CMYK:
(0,16,36,35)
C0M16Y36K35 
(0%,16%,36%,35%)
(0.00/0.16/0.36/0.35)	

CMYK percentages

%0
%15.76
%36.36
%35.29

Codes

Color #A58B69 in popluar color models

A58B69
RGB165139105
HSL34°25.00%52.94%
HSB/HSV34°36.36%64.71%
CMYK0.00%15.76%36.36%
35.29%

Color #A58B69 in popluar number systems.

HEXA58B69
Decimal165139105
Binary10100101100010111101001
Octal245213151

Shades and tints

Shades of #A58B69

#A58B69
(165,139,105)
#967F60
(150,127,96)
#877357
(135,115,87)
#78674E
(120,103,78)
#695B45
(105,91,69)
#5A4F3C
(90,79,60)
#4B4333
(75,67,51)
#3C372A
(60,55,42)
#2D2B21
(45,43,33)
#1E1F18
(30,31,24)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A58B69

#A58B69
(165,139,105)
#AD9576
(173,149,118)
#B59F83
(181,159,131)
#BDA990
(189,169,144)
#C5B39D
(197,179,157)
#CDBDAA
(205,189,170)
#D5C7B7
(213,199,183)
#DDD1C4
(221,209,196)
#E5DBD1
(229,219,209)
#EDE5DE
(237,229,222)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58B69; }

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

This text font color is #A58B69.


Background Color

.myBgColor { background-color: #A58B69; }

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

This div background color is #A58B69.


Border color

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

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

This div border color is #A58B69.


Opacity

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

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

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

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

This text has shadow with #A58B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58B69 on black background.


Color preview on white background

This text has color #A58B69 on white background.



Black color preview on #A58B69 background

This text has black color on #A58B69 background.


White color preview on #A58B69 background

This text has white color on #A58B69 background.