COLOR #A58366

HEX: #A58366 RGB: (165,131,102)

Color info

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

RGB color model

#A58366 color RGB value is (165,131,102).

RGB: (165,131,102) (65%, 51%, 40%)

RGB channels and saturation

R 165 of 255 = 65%
G 131 of 255 = 51%
B 102 of 255 = 40%

165
131
102

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

Portions of RGB colors in percentages

R + G + B = 165 + 131 + 102 = 398 (100%)
R 165 of 398 ~ 41.46%
G 131 of 398 ~ 32.91%
B 102 of 398 ~ 25.63'%

%41.46
%32.91
%25.63

CMYK color model

#A58366 color CMYK value is (0,21,38,35).

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 38.18%
  • key color value is 35.29%

CMYK: (0,21,38,35)
C0M21Y38K35 (0%, 21%, 38%, 35%)
(0.00 / 0.21 / 0.38 / 0.35)

CMYK percentages

%0
%20.61
%38.18
%35.29

Codes

Color #A58366 in popluar color models

A5 83 66
RGB 165 131 102
HSL 28° 25.93% 52.35%
HSB/HSV 28° 38.18% 64.71%
CMYK 0.00% 20.61% 38.18%
35.29%

Color #A58366 in popluar number systems.

HEX A5 83 66
Decimal 165 131 102
Binary 10100101 10000011 1100110
Octal 245 203 146

Shades and tints

Shades of #A58366

#A58366
(165,131,102)
#96785D
(150,120,93)
#876D54
(135,109,84)
#78624B
(120,98,75)
#695742
(105,87,66)
#5A4C39
(90,76,57)
#4B4130
(75,65,48)
#3C3627
(60,54,39)
#2D2B1E
(45,43,30)
#1E2015
(30,32,21)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #A58366

#A58366
(165,131,102)
#AD8E73
(173,142,115)
#B59980
(181,153,128)
#BDA48D
(189,164,141)
#C5AF9A
(197,175,154)
#CDBAA7
(205,186,167)
#D5C5B4
(213,197,180)
#DDD0C1
(221,208,193)
#E5DBCE
(229,219,206)
#EDE6DB
(237,230,219)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58366 color. Also use rgb(165,131,102) instead hex code.

Text Font Color

.myTextColor { color: #A58366; }

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

This text font color is #A58366.

Background Color

.myBgColor { background-color: #A58366; }

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

This div background color is #A58366.

Border color

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

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

This div border color is #A58366.

Opacity

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

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

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

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

This text has shadow with #A58366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58366.

Preview

Color preview on black background

This text has color #A58366 on black background.


Color preview on white background

This text has color #A58366 on white background.


Black color preview on #A58366 background

This text has black color on #A58366 background.


White color preview on #A58366 background

This text has white color on #A58366 background.


Related colors

Complementary color

Complementary color for #hex is #5A7C99.


I love getcolorcode.com

Triadic colors

1 #66A583 and #8366A5 with #A58366 are triadic colors.

2 #6683A5 and #83A566 with #A58366 are triadic colors.