COLOR #A5825D

HEX: #A5825D
RGB: (165,130,93)

Color info

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

RGB color model

#A5825D color RGB value is (165,130,93).

  • red value is 165;
  • green value is 130;
  • blue value is 93.
RGB:
(165,130,93)
(65%,51%,36%)

RGB channels and saturation

R 165 of 255 = 65%
G 130 of 255 = 51%
B 93 of 255 = 36%

165
130
93

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

Portions of RGB colors in percentages

R + G + B =
165 + 130 + 93 = 388 (100%)
R 165 of 388 ~ 42.53%
G 130 of 388 ~ 33.51%
B 93 of 388 ~ 23.97%

%42.53
%33.51
%23.97

CMYK color model

#A5825D color CMYK value is (0,21,44,35).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 43.64%
  • key color value is 35.29%
CMYK:
(0,21,44,35)
C0M21Y44K35 
(0%,21%,44%,35%)
(0.00/0.21/0.44/0.35)	

CMYK percentages

%0
%21.21
%43.64
%35.29

Codes

Color #A5825D in popluar color models

A5825D
RGB16513093
HSL31°28.57%50.59%
HSB/HSV31°43.64%64.71%
CMYK0.00%21.21%43.64%
35.29%

Color #A5825D in popluar number systems.

HEXA5825D
Decimal16513093
Binary10100101100000101011101
Octal245202135

Shades and tints

Shades of #A5825D

#A5825D
(165,130,93)
#967755
(150,119,85)
#876C4D
(135,108,77)
#786145
(120,97,69)
#69563D
(105,86,61)
#5A4B35
(90,75,53)
#4B402D
(75,64,45)
#3C3525
(60,53,37)
#2D2A1D
(45,42,29)
#1E1F15
(30,31,21)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #A5825D

#A5825D
(165,130,93)
#AD8D6B
(173,141,107)
#B59879
(181,152,121)
#BDA387
(189,163,135)
#C5AE95
(197,174,149)
#CDB9A3
(205,185,163)
#D5C4B1
(213,196,177)
#DDCFBF
(221,207,191)
#E5DACD
(229,218,205)
#EDE5DB
(237,229,219)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5825D color. Also use rgb(165,130,93) instead hex code.

Text Font Color

.myTextColor { color: #A5825D; }

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

This text font color is #A5825D.


Background Color

.myBgColor { background-color: #A5825D; }

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

This div background color is #A5825D.


Border color

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

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

This div border color is #A5825D.


Opacity

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

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

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

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

This text has shadow with #A5825D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5825D on black background.


Color preview on white background

This text has color #A5825D on white background.



Black color preview on #A5825D background

This text has black color on #A5825D background.


White color preview on #A5825D background

This text has white color on #A5825D background.