COLOR #A59758

HEX: #A59758
RGB: (165,151,88)

Color info

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

RGB color model

#A59758 color RGB value is (165,151,88).

  • red value is 165;
  • green value is 151;
  • blue value is 88.
RGB:
(165,151,88)
(65%,59%,35%)

RGB channels and saturation

R 165 of 255 = 65%
G 151 of 255 = 59%
B 88 of 255 = 35%

165
151
88

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

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 88 = 404 (100%)
R 165 of 404 ~ 40.84%
G 151 of 404 ~ 37.38%
B 88 of 404 ~ 21.78%

%40.84
%37.38
%21.78

CMYK color model

#A59758 color CMYK value is (0,8,47,35).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 46.67%
  • key color value is 35.29%
CMYK:
(0,8,47,35)
C0M8Y47K35 
(0%,8%,47%,35%)
(0.00/0.08/0.47/0.35)	

CMYK percentages

%0
%8.48
%46.67
%35.29

Codes

Color #A59758 in popluar color models

A59758
RGB16515188
HSL49°30.43%49.61%
HSB/HSV49°46.67%64.71%
CMYK0.00%8.48%46.67%
35.29%

Color #A59758 in popluar number systems.

HEXA59758
Decimal16515188
Binary10100101100101111011000
Octal245227130

Shades and tints

Shades of #A59758

#A59758
(165,151,88)
#968A50
(150,138,80)
#877D48
(135,125,72)
#787040
(120,112,64)
#696338
(105,99,56)
#5A5630
(90,86,48)
#4B4928
(75,73,40)
#3C3C20
(60,60,32)
#2D2F18
(45,47,24)
#1E2210
(30,34,16)
#0F1508
(15,21,8)
#000000
(0,0,0)

Tints of #A59758

#A59758
(165,151,88)
#ADA067
(173,160,103)
#B5A976
(181,169,118)
#BDB285
(189,178,133)
#C5BB94
(197,187,148)
#CDC4A3
(205,196,163)
#D5CDB2
(213,205,178)
#DDD6C1
(221,214,193)
#E5DFD0
(229,223,208)
#EDE8DF
(237,232,223)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59758; }

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

This text font color is #A59758.


Background Color

.myBgColor { background-color: #A59758; }

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

This div background color is #A59758.


Border color

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

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

This div border color is #A59758.


Opacity

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

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

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

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

This text has shadow with #A59758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59758 on black background.


Color preview on white background

This text has color #A59758 on white background.



Black color preview on #A59758 background

This text has black color on #A59758 background.


White color preview on #A59758 background

This text has white color on #A59758 background.