COLOR #A58F65

HEX: #A58F65 RGB: (165,143,101)

Color info

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

RGB color model

#A58F65 color RGB value is (165,143,101).

RGB: (165,143,101) (65%, 56%, 40%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 101 of 255 = 40%

165
143
101

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

Portions of RGB colors in percentages

R + G + B = 165 + 143 + 101 = 409 (100%)
R 165 of 409 ~ 40.34%
G 143 of 409 ~ 34.96%
B 101 of 409 ~ 24.69'%

%40.34
%34.96
%24.69

CMYK color model

#A58F65 color CMYK value is (0,13,39,35).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 38.79%
  • key color value is 35.29%

CMYK: (0,13,39,35)
C0M13Y39K35 (0%, 13%, 39%, 35%)
(0.00 / 0.13 / 0.39 / 0.35)

CMYK percentages

%0
%13.33
%38.79
%35.29

Codes

Color #A58F65 in popluar color models

A5 8F 65
RGB 165 143 101
HSL 39° 26.23% 52.16%
HSB/HSV 39° 38.79% 64.71%
CMYK 0.00% 13.33% 38.79%
35.29%

Color #A58F65 in popluar number systems.

HEX A5 8F 65
Decimal 165 143 101
Binary 10100101 10001111 1100101
Octal 245 217 145

Shades and tints

Shades of #A58F65

#A58F65
(165,143,101)
#96825C
(150,130,92)
#877553
(135,117,83)
#78684A
(120,104,74)
#695B41
(105,91,65)
#5A4E38
(90,78,56)
#4B412F
(75,65,47)
#3C3426
(60,52,38)
#2D271D
(45,39,29)
#1E1A14
(30,26,20)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #A58F65

#A58F65
(165,143,101)
#AD9973
(173,153,115)
#B5A381
(181,163,129)
#BDAD8F
(189,173,143)
#C5B79D
(197,183,157)
#CDC1AB
(205,193,171)
#D5CBB9
(213,203,185)
#DDD5C7
(221,213,199)
#E5DFD5
(229,223,213)
#EDE9E3
(237,233,227)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58F65 color. Also use rgb(165,143,101) instead hex code.

Text Font Color

.myTextColor { color: #A58F65; }

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

This text font color is #A58F65.

Background Color

.myBgColor { background-color: #A58F65; }

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

This div background color is #A58F65.

Border color

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

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

This div border color is #A58F65.

Opacity

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

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

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

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

This text has shadow with #A58F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58F65.

Preview

Color preview on black background

This text has color #A58F65 on black background.


Color preview on white background

This text has color #A58F65 on white background.


Black color preview on #A58F65 background

This text has black color on #A58F65 background.


White color preview on #A58F65 background

This text has white color on #A58F65 background.


Related colors

Complementary color

Complementary color for #hex is #5A709A.


I love getcolorcode.com

Triadic colors

1 #65A58F and #8F65A5 with #A58F65 are triadic colors.

2 #658FA5 and #8FA565 with #A58F65 are triadic colors.