COLOR #A58250

HEX: #A58250 RGB: (165,130,80)

Color info

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

RGB color model

#A58250 color RGB value is (165,130,80).

RGB: (165,130,80) (65%, 51%, 31%)

RGB channels and saturation

R 165 of 255 = 65%
G 130 of 255 = 51%
B 80 of 255 = 31%

165
130
80

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

Portions of RGB colors in percentages

R + G + B = 165 + 130 + 80 = 375 (100%)
R 165 of 375 ~ 44%
G 130 of 375 ~ 34.67%
B 80 of 375 ~ 21.33'%

%44
%34.67
%21.33

CMYK color model

#A58250 color CMYK value is (0,21,52,35).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 51.52%
  • key color value is 35.29%

CMYK: (0,21,52,35)
C0M21Y52K35 (0%, 21%, 52%, 35%)
(0.00 / 0.21 / 0.52 / 0.35)

CMYK percentages

%0
%21.21
%51.52
%35.29

Codes

Color #A58250 in popluar color models

A5 82 50
RGB 165 130 80
HSL 35° 34.69% 48.04%
HSB/HSV 35° 51.52% 64.71%
CMYK 0.00% 21.21% 51.52%
35.29%

Color #A58250 in popluar number systems.

HEX A5 82 50
Decimal 165 130 80
Binary 10100101 10000010 1010000
Octal 245 202 120

Shades and tints

Shades of #A58250

#A58250
(165,130,80)
#967749
(150,119,73)
#876C42
(135,108,66)
#78613B
(120,97,59)
#695634
(105,86,52)
#5A4B2D
(90,75,45)
#4B4026
(75,64,38)
#3C351F
(60,53,31)
#2D2A18
(45,42,24)
#1E1F11
(30,31,17)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #A58250

#A58250
(165,130,80)
#AD8D5F
(173,141,95)
#B5986E
(181,152,110)
#BDA37D
(189,163,125)
#C5AE8C
(197,174,140)
#CDB99B
(205,185,155)
#D5C4AA
(213,196,170)
#DDCFB9
(221,207,185)
#E5DAC8
(229,218,200)
#EDE5D7
(237,229,215)
#F5F0E6
(245,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58250 color. Also use rgb(165,130,80) instead hex code.

Text Font Color

.myTextColor { color: #A58250; }

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

This text font color is #A58250.

Background Color

.myBgColor { background-color: #A58250; }

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

This div background color is #A58250.

Border color

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

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

This div border color is #A58250.

Opacity

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

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

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

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

This text has shadow with #A58250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58250.

Preview

Color preview on black background

This text has color #A58250 on black background.


Color preview on white background

This text has color #A58250 on white background.


Black color preview on #A58250 background

This text has black color on #A58250 background.


White color preview on #A58250 background

This text has white color on #A58250 background.


Related colors

Complementary color

Complementary color for #hex is #5A7DAF.


I love getcolorcode.com

Triadic colors

1 #50A582 and #8250A5 with #A58250 are triadic colors.

2 #5082A5 and #82A550 with #A58250 are triadic colors.