COLOR #A58530

HEX: #A58530 RGB: (165,133,48)

Color info

#A58530 contains mainly red and green colors. Web safe color of #A58530 is #999933 (or #993).

RGB color model

#A58530 color RGB value is (165,133,48).

RGB: (165,133,48) (65%, 52%, 19%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 48 of 255 = 19%

165
133
48

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

Portions of RGB colors in percentages

R + G + B = 165 + 133 + 48 = 346 (100%)
R 165 of 346 ~ 47.69%
G 133 of 346 ~ 38.44%
B 48 of 346 ~ 13.87'%

%47.69
%38.44
%13.87

CMYK color model

#A58530 color CMYK value is (0,19,71,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 70.91%
  • key color value is 35.29%

CMYK: (0,19,71,35)
C0M19Y71K35 (0%, 19%, 71%, 35%)
(0.00 / 0.19 / 0.71 / 0.35)

CMYK percentages

%0
%19.39
%70.91
%35.29

Codes

Color #A58530 in popluar color models

A5 85 30
RGB 165 133 48
HSL 44° 54.93% 41.76%
HSB/HSV 44° 70.91% 64.71%
CMYK 0.00% 19.39% 70.91%
35.29%

Color #A58530 in popluar number systems.

HEX A5 85 30
Decimal 165 133 48
Binary 10100101 10000101 110000
Octal 245 205 60

Shades and tints

Shades of #A58530

#A58530
(165,133,48)
#96792C
(150,121,44)
#876D28
(135,109,40)
#786124
(120,97,36)
#695520
(105,85,32)
#5A491C
(90,73,28)
#4B3D18
(75,61,24)
#3C3114
(60,49,20)
#2D2510
(45,37,16)
#1E190C
(30,25,12)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #A58530

#A58530
(165,133,48)
#AD9042
(173,144,66)
#B59B54
(181,155,84)
#BDA666
(189,166,102)
#C5B178
(197,177,120)
#CDBC8A
(205,188,138)
#D5C79C
(213,199,156)
#DDD2AE
(221,210,174)
#E5DDC0
(229,221,192)
#EDE8D2
(237,232,210)
#F5F3E4
(245,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58530 color. Also use rgb(165,133,48) instead hex code.

Text Font Color

.myTextColor { color: #A58530; }

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

This text font color is #A58530.

Background Color

.myBgColor { background-color: #A58530; }

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

This div background color is #A58530.

Border color

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

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

This div border color is #A58530.

Opacity

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

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

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

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

This text has shadow with #A58530 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58530.

Preview

Color preview on black background

This text has color #A58530 on black background.


Color preview on white background

This text has color #A58530 on white background.


Black color preview on #A58530 background

This text has black color on #A58530 background.


White color preview on #A58530 background

This text has white color on #A58530 background.


Related colors

Complementary color

Complementary color for #hex is #5A7ACF.


I love getcolorcode.com

Triadic colors

1 #30A585 and #8530A5 with #A58530 are triadic colors.

2 #3085A5 and #85A530 with #A58530 are triadic colors.