COLOR #A59B52

HEX: #A59B52
RGB: (165,155,82)

Color info

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

RGB color model

#A59B52 color RGB value is (165,155,82).

  • red value is 165;
  • green value is 155;
  • blue value is 82.
RGB:
(165,155,82)
(65%,61%,32%)

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 82 of 255 = 32%

165
155
82

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

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 82 = 402 (100%)
R 165 of 402 ~ 41.04%
G 155 of 402 ~ 38.56%
B 82 of 402 ~ 20.4%

%41.04
%38.56
%20.4

CMYK color model

#A59B52 color CMYK value is (0,6,50,35).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 50.30%
  • key color value is 35.29%
CMYK:
(0,6,50,35)
C0M6Y50K35 
(0%,6%,50%,35%)
(0.00/0.06/0.50/0.35)	

CMYK percentages

%0
%6.06
%50.3
%35.29

Codes

Color #A59B52 in popluar color models

A59B52
RGB16515582
HSL53°33.60%48.43%
HSB/HSV53°50.30%64.71%
CMYK0.00%6.06%50.30%
35.29%

Color #A59B52 in popluar number systems.

HEXA59B52
Decimal16515582
Binary10100101100110111010010
Octal245233122

Shades and tints

Shades of #A59B52

#A59B52
(165,155,82)
#968D4B
(150,141,75)
#877F44
(135,127,68)
#78713D
(120,113,61)
#696336
(105,99,54)
#5A552F
(90,85,47)
#4B4728
(75,71,40)
#3C3921
(60,57,33)
#2D2B1A
(45,43,26)
#1E1D13
(30,29,19)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #A59B52

#A59B52
(165,155,82)
#ADA461
(173,164,97)
#B5AD70
(181,173,112)
#BDB67F
(189,182,127)
#C5BF8E
(197,191,142)
#CDC89D
(205,200,157)
#D5D1AC
(213,209,172)
#DDDABB
(221,218,187)
#E5E3CA
(229,227,202)
#EDECD9
(237,236,217)
#F5F5E8
(245,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59B52 color. Also use rgb(165,155,82) instead hex code.

Text Font Color

.myTextColor { color: #A59B52; }

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

This text font color is #A59B52.


Background Color

.myBgColor { background-color: #A59B52; }

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

This div background color is #A59B52.


Border color

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

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

This div border color is #A59B52.


Opacity

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

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

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

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

This text has shadow with #A59B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59B52 on black background.


Color preview on white background

This text has color #A59B52 on white background.



Black color preview on #A59B52 background

This text has black color on #A59B52 background.


White color preview on #A59B52 background

This text has white color on #A59B52 background.