COLOR #A58679

HEX: #A58679
RGB: (165,134,121)

Color info

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

RGB color model

#A58679 color RGB value is (165,134,121).

  • red value is 165;
  • green value is 134;
  • blue value is 121.
RGB:
(165,134,121)
(65%,53%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 134 of 255 = 53%
B 121 of 255 = 47%

165
134
121

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

Portions of RGB colors in percentages

R + G + B =
165 + 134 + 121 = 420 (100%)
R 165 of 420 ~ 39.29%
G 134 of 420 ~ 31.9%
B 121 of 420 ~ 28.81%

%39.29
%31.9
%28.81

CMYK color model

#A58679 color CMYK value is (0,19,27,35).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(0,19,27,35)
C0M19Y27K35 
(0%,19%,27%,35%)
(0.00/0.19/0.27/0.35)	

CMYK percentages

%0
%18.79
%26.67
%35.29

Codes

Color #A58679 in popluar color models

A58679
RGB165134121
HSL18°19.64%56.08%
HSB/HSV18°26.67%64.71%
CMYK0.00%18.79%26.67%
35.29%

Color #A58679 in popluar number systems.

HEXA58679
Decimal165134121
Binary10100101100001101111001
Octal245206171

Shades and tints

Shades of #A58679

#A58679
(165,134,121)
#967A6E
(150,122,110)
#876E63
(135,110,99)
#786258
(120,98,88)
#69564D
(105,86,77)
#5A4A42
(90,74,66)
#4B3E37
(75,62,55)
#3C322C
(60,50,44)
#2D2621
(45,38,33)
#1E1A16
(30,26,22)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #A58679

#A58679
(165,134,121)
#AD9185
(173,145,133)
#B59C91
(181,156,145)
#BDA79D
(189,167,157)
#C5B2A9
(197,178,169)
#CDBDB5
(205,189,181)
#D5C8C1
(213,200,193)
#DDD3CD
(221,211,205)
#E5DED9
(229,222,217)
#EDE9E5
(237,233,229)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58679; }

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

This text font color is #A58679.


Background Color

.myBgColor { background-color: #A58679; }

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

This div background color is #A58679.


Border color

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

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

This div border color is #A58679.


Opacity

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

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

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

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

This text has shadow with #A58679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58679 on black background.


Color preview on white background

This text has color #A58679 on white background.



Black color preview on #A58679 background

This text has black color on #A58679 background.


White color preview on #A58679 background

This text has white color on #A58679 background.