COLOR #A58D63

HEX: #A58D63 RGB: (165,141,99)

Color info

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

RGB color model

#A58D63 color RGB value is (165,141,99).

RGB: (165,141,99) (65%, 55%, 39%)

RGB channels and saturation

R 165 of 255 = 65%
G 141 of 255 = 55%
B 99 of 255 = 39%

165
141
99

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

Portions of RGB colors in percentages

R + G + B = 165 + 141 + 99 = 405 (100%)
R 165 of 405 ~ 40.74%
G 141 of 405 ~ 34.81%
B 99 of 405 ~ 24.44'%

%40.74
%34.81
%24.44

CMYK color model

#A58D63 color CMYK value is (0,15,40,35).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 40.00%
  • key color value is 35.29%

CMYK: (0,15,40,35)
C0M15Y40K35 (0%, 15%, 40%, 35%)
(0.00 / 0.15 / 0.40 / 0.35)

CMYK percentages

%0
%14.55
%40
%35.29

Codes

Color #A58D63 in popluar color models

A5 8D 63
RGB 165 141 99
HSL 38° 26.83% 51.76%
HSB/HSV 38° 40.00% 64.71%
CMYK 0.00% 14.55% 40.00%
35.29%

Color #A58D63 in popluar number systems.

HEX A5 8D 63
Decimal 165 141 99
Binary 10100101 10001101 1100011
Octal 245 215 143

Shades and tints

Shades of #A58D63

#A58D63
(165,141,99)
#96815A
(150,129,90)
#877551
(135,117,81)
#786948
(120,105,72)
#695D3F
(105,93,63)
#5A5136
(90,81,54)
#4B452D
(75,69,45)
#3C3924
(60,57,36)
#2D2D1B
(45,45,27)
#1E2112
(30,33,18)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #A58D63

#A58D63
(165,141,99)
#AD9771
(173,151,113)
#B5A17F
(181,161,127)
#BDAB8D
(189,171,141)
#C5B59B
(197,181,155)
#CDBFA9
(205,191,169)
#D5C9B7
(213,201,183)
#DDD3C5
(221,211,197)
#E5DDD3
(229,221,211)
#EDE7E1
(237,231,225)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58D63 color. Also use rgb(165,141,99) instead hex code.

Text Font Color

.myTextColor { color: #A58D63; }

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

This text font color is #A58D63.

Background Color

.myBgColor { background-color: #A58D63; }

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

This div background color is #A58D63.

Border color

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

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

This div border color is #A58D63.

Opacity

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

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

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

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

This text has shadow with #A58D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58D63.

Preview

Color preview on black background

This text has color #A58D63 on black background.


Color preview on white background

This text has color #A58D63 on white background.


Black color preview on #A58D63 background

This text has black color on #A58D63 background.


White color preview on #A58D63 background

This text has white color on #A58D63 background.


Related colors

Complementary color

Complementary color for #hex is #5A729C.


I love getcolorcode.com

Triadic colors

1 #63A58D and #8D63A5 with #A58D63 are triadic colors.

2 #638DA5 and #8DA563 with #A58D63 are triadic colors.