COLOR #A59C58

HEX: #A59C58 RGB: (165,156,88)

Color info

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

RGB color model

#A59C58 color RGB value is (165,156,88).

RGB: (165,156,88) (65%, 61%, 35%)

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 88 of 255 = 35%

165
156
88

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

Portions of RGB colors in percentages

R + G + B = 165 + 156 + 88 = 409 (100%)
R 165 of 409 ~ 40.34%
G 156 of 409 ~ 38.14%
B 88 of 409 ~ 21.52'%

%40.34
%38.14
%21.52

CMYK color model

#A59C58 color CMYK value is (0,5,47,35).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 46.67%
  • key color value is 35.29%

CMYK: (0,5,47,35)
C0M5Y47K35 (0%, 5%, 47%, 35%)
(0.00 / 0.05 / 0.47 / 0.35)

CMYK percentages

%0
%5.45
%46.67
%35.29

Codes

Color #A59C58 in popluar color models

A5 9C 58
RGB 165 156 88
HSL 53° 30.43% 49.61%
HSB/HSV 53° 46.67% 64.71%
CMYK 0.00% 5.45% 46.67%
35.29%

Color #A59C58 in popluar number systems.

HEX A5 9C 58
Decimal 165 156 88
Binary 10100101 10011100 1011000
Octal 245 234 130

Shades and tints

Shades of #A59C58

#A59C58
(165,156,88)
#968E50
(150,142,80)
#878048
(135,128,72)
#787240
(120,114,64)
#696438
(105,100,56)
#5A5630
(90,86,48)
#4B4828
(75,72,40)
#3C3A20
(60,58,32)
#2D2C18
(45,44,24)
#1E1E10
(30,30,16)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #A59C58

#A59C58
(165,156,88)
#ADA567
(173,165,103)
#B5AE76
(181,174,118)
#BDB785
(189,183,133)
#C5C094
(197,192,148)
#CDC9A3
(205,201,163)
#D5D2B2
(213,210,178)
#DDDBC1
(221,219,193)
#E5E4D0
(229,228,208)
#EDEDDF
(237,237,223)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59C58 color. Also use rgb(165,156,88) instead hex code.

Text Font Color

.myTextColor { color: #A59C58; }

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

This text font color is #A59C58.

Background Color

.myBgColor { background-color: #A59C58; }

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

This div background color is #A59C58.

Border color

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

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

This div border color is #A59C58.

Opacity

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

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

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

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

This text has shadow with #A59C58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59C58.

Preview

Color preview on black background

This text has color #A59C58 on black background.


Color preview on white background

This text has color #A59C58 on white background.


Black color preview on #A59C58 background

This text has black color on #A59C58 background.


White color preview on #A59C58 background

This text has white color on #A59C58 background.


Related colors

Complementary color

Complementary color for #hex is #5A63A7.


I love getcolorcode.com

Triadic colors

1 #58A59C and #9C58A5 with #A59C58 are triadic colors.

2 #589CA5 and #9CA558 with #A59C58 are triadic colors.