COLOR #A65120

HEX: #A65120 RGB: (166,81,32)

Color info

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

RGB color model

#A65120 color RGB value is (166,81,32).

RGB: (166,81,32) (65%, 32%, 13%)

RGB channels and saturation

R 166 of 255 = 65%
G 81 of 255 = 32%
B 32 of 255 = 13%

166
81
32

R + G + B ~ 37%. #A65120 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 166 + 81 + 32 = 279 (100%)
R 166 of 279 ~ 59.5%
G 81 of 279 ~ 29.03%
B 32 of 279 ~ 11.47'%

%59.5
%29.03
%11.47

CMYK color model

#A65120 color CMYK value is (0,51,81,35).

  • cyan value is 0.00%
  • magenta value is 51.20%
  • yellow value is 80.72%
  • key color value is 34.90%

CMYK: (0,51,81,35)
C0M51Y81K35 (0%, 51%, 81%, 35%)
(0.00 / 0.51 / 0.81 / 0.35)

CMYK percentages

%0
%51.2
%80.72
%34.9

Codes

Color #A65120 in popluar color models

A6 51 20
RGB 166 81 32
HSL 22° 67.68% 38.82%
HSB/HSV 22° 80.72% 65.10%
CMYK 0.00% 51.20% 80.72%
34.90%

Color #A65120 in popluar number systems.

HEX A6 51 20
Decimal 166 81 32
Binary 10100110 1010001 100000
Octal 246 121 40

Shades and tints

Shades of #A65120

#A65120
(166,81,32)
#974A1E
(151,74,30)
#88431C
(136,67,28)
#793C1A
(121,60,26)
#6A3518
(106,53,24)
#5B2E16
(91,46,22)
#4C2714
(76,39,20)
#3D2012
(61,32,18)
#2E1910
(46,25,16)
#1F120E
(31,18,14)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #A65120

#A65120
(166,81,32)
#AE6034
(174,96,52)
#B66F48
(182,111,72)
#BE7E5C
(190,126,92)
#C68D70
(198,141,112)
#CE9C84
(206,156,132)
#D6AB98
(214,171,152)
#DEBAAC
(222,186,172)
#E6C9C0
(230,201,192)
#EED8D4
(238,216,212)
#F6E7E8
(246,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65120 color. Also use rgb(166,81,32) instead hex code.

Text Font Color

.myTextColor { color: #A65120; }

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

This text font color is #A65120.

Background Color

.myBgColor { background-color: #A65120; }

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

This div background color is #A65120.

Border color

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

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

This div border color is #A65120.

Opacity

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

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

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

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

This text has shadow with #A65120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65120.

Preview

Color preview on black background

This text has color #A65120 on black background.


Color preview on white background

This text has color #A65120 on white background.


Black color preview on #A65120 background

This text has black color on #A65120 background.


White color preview on #A65120 background

This text has white color on #A65120 background.


Related colors

Complementary color

Complementary color for #hex is #59AEDF.


I love getcolorcode.com

Triadic colors

1 #20A651 and #5120A6 with #A65120 are triadic colors.

2 #2051A6 and #51A620 with #A65120 are triadic colors.