COLOR #A65039

HEX: #A65039
RGB: (166,80,57)

Color info

#A65039 contains mainly red color. Web safe color of #A65039 is #996633 (or #963).

RGB color model

#A65039 color RGB value is (166,80,57).

  • red value is 166;
  • green value is 80;
  • blue value is 57.
RGB:
(166,80,57)
(65%,31%,22%)

RGB channels and saturation

R 166 of 255 = 65%
G 80 of 255 = 31%
B 57 of 255 = 22%

166
80
57

R + G + B ~ 39%. #A65039 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 80 + 57 = 303 (100%)
R 166 of 303 ~ 54.79%
G 80 of 303 ~ 26.4%
B 57 of 303 ~ 18.81%

%54.79
%26.4
%18.81

CMYK color model

#A65039 color CMYK value is (0,52,66,35).

  • cyan value is 0.00%
  • magenta value is 51.81%
  • yellow value is 65.66%
  • key color value is 34.90%
CMYK:
(0,52,66,35)
C0M52Y66K35 
(0%,52%,66%,35%)
(0.00/0.52/0.66/0.35)	

CMYK percentages

%0
%51.81
%65.66
%34.9

Codes

Color #A65039 in popluar color models

A65039
RGB1668057
HSL13°48.88%43.73%
HSB/HSV13°65.66%65.10%
CMYK0.00%51.81%65.66%
34.90%

Color #A65039 in popluar number systems.

HEXA65039
Decimal1668057
Binary101001101010000111001
Octal24612071

Shades and tints

Shades of #A65039

#A65039
(166,80,57)
#974934
(151,73,52)
#88422F
(136,66,47)
#793B2A
(121,59,42)
#6A3425
(106,52,37)
#5B2D20
(91,45,32)
#4C261B
(76,38,27)
#3D1F16
(61,31,22)
#2E1811
(46,24,17)
#1F110C
(31,17,12)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #A65039

#A65039
(166,80,57)
#AE5F4B
(174,95,75)
#B66E5D
(182,110,93)
#BE7D6F
(190,125,111)
#C68C81
(198,140,129)
#CE9B93
(206,155,147)
#D6AAA5
(214,170,165)
#DEB9B7
(222,185,183)
#E6C8C9
(230,200,201)
#EED7DB
(238,215,219)
#F6E6ED
(246,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65039 color. Also use rgb(166,80,57) instead hex code.

Text Font Color

.myTextColor { color: #A65039; }

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

This text font color is #A65039.


Background Color

.myBgColor { background-color: #A65039; }

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

This div background color is #A65039.


Border color

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

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

This div border color is #A65039.


Opacity

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

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

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

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

This text has shadow with #A65039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65039 on black background.


Color preview on white background

This text has color #A65039 on white background.



Black color preview on #A65039 background

This text has black color on #A65039 background.


White color preview on #A65039 background

This text has white color on #A65039 background.