COLOR #A58C6A

HEX: #A58C6A RGB: (165,140,106)

Color info

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

RGB color model

#A58C6A color RGB value is (165,140,106).

RGB: (165,140,106) (65%, 55%, 42%)

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 106 of 255 = 42%

165
140
106

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

Portions of RGB colors in percentages

R + G + B = 165 + 140 + 106 = 411 (100%)
R 165 of 411 ~ 40.15%
G 140 of 411 ~ 34.06%
B 106 of 411 ~ 25.79'%

%40.15
%34.06
%25.79

CMYK color model

#A58C6A color CMYK value is (0,15,36,35).

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

CMYK: (0,15,36,35)
C0M15Y36K35 (0%, 15%, 36%, 35%)
(0.00 / 0.15 / 0.36 / 0.35)

CMYK percentages

%0
%15.15
%35.76
%35.29

Codes

Color #A58C6A in popluar color models

A5 8C 6A
RGB 165 140 106
HSL 35° 24.69% 53.14%
HSB/HSV 35° 35.76% 64.71%
CMYK 0.00% 15.15% 35.76%
35.29%

Color #A58C6A in popluar number systems.

HEX A5 8C 6A
Decimal 165 140 106
Binary 10100101 10001100 1101010
Octal 245 214 152

Shades and tints

Shades of #A58C6A

#A58C6A
(165,140,106)
#968061
(150,128,97)
#877458
(135,116,88)
#78684F
(120,104,79)
#695C46
(105,92,70)
#5A503D
(90,80,61)
#4B4434
(75,68,52)
#3C382B
(60,56,43)
#2D2C22
(45,44,34)
#1E2019
(30,32,25)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #A58C6A

#A58C6A
(165,140,106)
#AD9677
(173,150,119)
#B5A084
(181,160,132)
#BDAA91
(189,170,145)
#C5B49E
(197,180,158)
#CDBEAB
(205,190,171)
#D5C8B8
(213,200,184)
#DDD2C5
(221,210,197)
#E5DCD2
(229,220,210)
#EDE6DF
(237,230,223)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58C6A; }

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

This text font color is #A58C6A.

Background Color

.myBgColor { background-color: #A58C6A; }

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

This div background color is #A58C6A.

Border color

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

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

This div border color is #A58C6A.

Opacity

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

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

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

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

This text has shadow with #A58C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58C6A.

Preview

Color preview on black background

This text has color #A58C6A on black background.


Color preview on white background

This text has color #A58C6A on white background.


Black color preview on #A58C6A background

This text has black color on #A58C6A background.


White color preview on #A58C6A background

This text has white color on #A58C6A background.


Related colors

Complementary color

Complementary color for #A58C6A is #5A7395.


I love getcolorcode.com

Triadic colors

1 #6AA58C and #8C6AA5 with #A58C6A are triadic colors.

2 #6A8CA5 and #8CA56A with #A58C6A are triadic colors.