COLOR #A59862

HEX: #A59862
RGB: (165,152,98)

Color info

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

RGB color model

#A59862 color RGB value is (165,152,98).

  • red value is 165;
  • green value is 152;
  • blue value is 98.
RGB:
(165,152,98)
(65%,60%,38%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 98 of 255 = 38%

165
152
98

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 98 = 415 (100%)
R 165 of 415 ~ 39.76%
G 152 of 415 ~ 36.63%
B 98 of 415 ~ 23.61%

%39.76
%36.63
%23.61

CMYK color model

#A59862 color CMYK value is (0,8,41,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 40.61%
  • key color value is 35.29%
CMYK:
(0,8,41,35)
C0M8Y41K35 
(0%,8%,41%,35%)
(0.00/0.08/0.41/0.35)	

CMYK percentages

%0
%7.88
%40.61
%35.29

Codes

Color #A59862 in popluar color models

A59862
RGB16515298
HSL48°27.13%51.57%
HSB/HSV48°40.61%64.71%
CMYK0.00%7.88%40.61%
35.29%

Color #A59862 in popluar number systems.

HEXA59862
Decimal16515298
Binary10100101100110001100010
Octal245230142

Shades and tints

Shades of #A59862

#A59862
(165,152,98)
#968B5A
(150,139,90)
#877E52
(135,126,82)
#78714A
(120,113,74)
#696442
(105,100,66)
#5A573A
(90,87,58)
#4B4A32
(75,74,50)
#3C3D2A
(60,61,42)
#2D3022
(45,48,34)
#1E231A
(30,35,26)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A59862

#A59862
(165,152,98)
#ADA170
(173,161,112)
#B5AA7E
(181,170,126)
#BDB38C
(189,179,140)
#C5BC9A
(197,188,154)
#CDC5A8
(205,197,168)
#D5CEB6
(213,206,182)
#DDD7C4
(221,215,196)
#E5E0D2
(229,224,210)
#EDE9E0
(237,233,224)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59862 color. Also use rgb(165,152,98) instead hex code.

Text Font Color

.myTextColor { color: #A59862; }

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

This text font color is #A59862.


Background Color

.myBgColor { background-color: #A59862; }

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

This div background color is #A59862.


Border color

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

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

This div border color is #A59862.


Opacity

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

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

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

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

This text has shadow with #A59862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59862 on black background.


Color preview on white background

This text has color #A59862 on white background.



Black color preview on #A59862 background

This text has black color on #A59862 background.


White color preview on #A59862 background

This text has white color on #A59862 background.