COLOR #A65D30

HEX: #A65D30
RGB: (166,93,48)

Color info

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

RGB color model

#A65D30 color RGB value is (166,93,48).

  • red value is 166;
  • green value is 93;
  • blue value is 48.
RGB:
(166,93,48)
(65%,36%,19%)

RGB channels and saturation

R 166 of 255 = 65%
G 93 of 255 = 36%
B 48 of 255 = 19%

166
93
48

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

Portions of RGB colors in percentages

R + G + B =
166 + 93 + 48 = 307 (100%)
R 166 of 307 ~ 54.07%
G 93 of 307 ~ 30.29%
B 48 of 307 ~ 15.64%

%54.07
%30.29
%15.64

CMYK color model

#A65D30 color CMYK value is (0,44,71,35).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 71.08%
  • key color value is 34.90%
CMYK:
(0,44,71,35)
C0M44Y71K35 
(0%,44%,71%,35%)
(0.00/0.44/0.71/0.35)	

CMYK percentages

%0
%43.98
%71.08
%34.9

Codes

Color #A65D30 in popluar color models

A65D30
RGB1669348
HSL23°55.14%41.96%
HSB/HSV23°71.08%65.10%
CMYK0.00%43.98%71.08%
34.90%

Color #A65D30 in popluar number systems.

HEXA65D30
Decimal1669348
Binary101001101011101110000
Octal24613560

Shades and tints

Shades of #A65D30

#A65D30
(166,93,48)
#97552C
(151,85,44)
#884D28
(136,77,40)
#794524
(121,69,36)
#6A3D20
(106,61,32)
#5B351C
(91,53,28)
#4C2D18
(76,45,24)
#3D2514
(61,37,20)
#2E1D10
(46,29,16)
#1F150C
(31,21,12)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #A65D30

#A65D30
(166,93,48)
#AE6B42
(174,107,66)
#B67954
(182,121,84)
#BE8766
(190,135,102)
#C69578
(198,149,120)
#CEA38A
(206,163,138)
#D6B19C
(214,177,156)
#DEBFAE
(222,191,174)
#E6CDC0
(230,205,192)
#EEDBD2
(238,219,210)
#F6E9E4
(246,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65D30 color. Also use rgb(166,93,48) instead hex code.

Text Font Color

.myTextColor { color: #A65D30; }

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

This text font color is #A65D30.


Background Color

.myBgColor { background-color: #A65D30; }

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

This div background color is #A65D30.


Border color

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

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

This div border color is #A65D30.


Opacity

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

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

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

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

This text has shadow with #A65D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65D30 on black background.


Color preview on white background

This text has color #A65D30 on white background.



Black color preview on #A65D30 background

This text has black color on #A65D30 background.


White color preview on #A65D30 background

This text has white color on #A65D30 background.