COLOR #A58450

HEX: #A58450 RGB: (165,132,80)

Color info

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

RGB color model

#A58450 color RGB value is (165,132,80).

RGB: (165,132,80) (65%, 52%, 31%)

RGB channels and saturation

R 165 of 255 = 65%
G 132 of 255 = 52%
B 80 of 255 = 31%

165
132
80

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

Portions of RGB colors in percentages

R + G + B = 165 + 132 + 80 = 377 (100%)
R 165 of 377 ~ 43.77%
G 132 of 377 ~ 35.01%
B 80 of 377 ~ 21.22'%

%43.77
%35.01
%21.22

CMYK color model

#A58450 color CMYK value is (0,20,52,35).

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

CMYK: (0,20,52,35)
C0M20Y52K35 (0%, 20%, 52%, 35%)
(0.00 / 0.20 / 0.52 / 0.35)

CMYK percentages

%0
%20
%51.52
%35.29

Codes

Color #A58450 in popluar color models

A5 84 50
RGB 165 132 80
HSL 37° 34.69% 48.04%
HSB/HSV 37° 51.52% 64.71%
CMYK 0.00% 20.00% 51.52%
35.29%

Color #A58450 in popluar number systems.

HEX A5 84 50
Decimal 165 132 80
Binary 10100101 10000100 1010000
Octal 245 204 120

Shades and tints

Shades of #A58450

#A58450
(165,132,80)
#967849
(150,120,73)
#876C42
(135,108,66)
#78603B
(120,96,59)
#695434
(105,84,52)
#5A482D
(90,72,45)
#4B3C26
(75,60,38)
#3C301F
(60,48,31)
#2D2418
(45,36,24)
#1E1811
(30,24,17)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #A58450

#A58450
(165,132,80)
#AD8F5F
(173,143,95)
#B59A6E
(181,154,110)
#BDA57D
(189,165,125)
#C5B08C
(197,176,140)
#CDBB9B
(205,187,155)
#D5C6AA
(213,198,170)
#DDD1B9
(221,209,185)
#E5DCC8
(229,220,200)
#EDE7D7
(237,231,215)
#F5F2E6
(245,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58450; }

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

This text font color is #A58450.

Background Color

.myBgColor { background-color: #A58450; }

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

This div background color is #A58450.

Border color

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

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

This div border color is #A58450.

Opacity

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

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

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

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

This text has shadow with #A58450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58450.

Preview

Color preview on black background

This text has color #A58450 on black background.


Color preview on white background

This text has color #A58450 on white background.


Black color preview on #A58450 background

This text has black color on #A58450 background.


White color preview on #A58450 background

This text has white color on #A58450 background.


Related colors

Complementary color

Complementary color for #hex is #5A7BAF.


I love getcolorcode.com

Triadic colors

1 #50A584 and #8450A5 with #A58450 are triadic colors.

2 #5084A5 and #84A550 with #A58450 are triadic colors.