COLOR #A64400

HEX: #A64400
RGB: (166,68,0)

Color info

#A64400 contains mainly red color. Web safe color of #A64400 is #993300 (or #930).

RGB color model

#A64400 color RGB value is (166,68,0).

  • red value is 166;
  • green value is 68;
  • blue value is 0.
RGB:
(166,68,0)
(65%,27%,0%)

RGB channels and saturation

R 166 of 255 = 65%
G 68 of 255 = 27%
B 0 of 255 = 0%

166
68
0

R + G + B ~ 31%. #A64400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
166 + 68 + 0 = 234 (100%)
R 166 of 234 ~ 70.94%
G 68 of 234 ~ 29.06%
B 0 of 234 ~ 0%

%70.94
%29.06

CMYK color model

#A64400 color CMYK value is (0,59,100,35).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 100.00%
  • key color value is 34.90%
CMYK:
(0,59,100,35)
C0M59Y100K35 
(0%,59%,100%,35%)
(0.00/0.59/1.00/0.35)	

CMYK percentages

%0
%59.04
%100
%34.9

Codes

Color #A64400 in popluar color models

A64400
RGB166680
HSL25°100.00%32.55%
HSB/HSV25°100.00%65.10%
CMYK0.00%59.04%100.00%
34.90%

Color #A64400 in popluar number systems.

HEXA64400
Decimal166680
Binary1010011010001000
Octal2461040

Shades and tints

Shades of #A64400

#A64400
(166,68,0)
#973E00
(151,62,0)
#883800
(136,56,0)
#793200
(121,50,0)
#6A2C00
(106,44,0)
#5B2600
(91,38,0)
#4C2000
(76,32,0)
#3D1A00
(61,26,0)
#2E1400
(46,20,0)
#1F0E00
(31,14,0)
#100800
(16,8,0)
#000000
(0,0,0)

Tints of #A64400

#A64400
(166,68,0)
#AE5517
(174,85,23)
#B6662E
(182,102,46)
#BE7745
(190,119,69)
#C6885C
(198,136,92)
#CE9973
(206,153,115)
#D6AA8A
(214,170,138)
#DEBBA1
(222,187,161)
#E6CCB8
(230,204,184)
#EEDDCF
(238,221,207)
#F6EEE6
(246,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64400 color. Also use rgb(166,68,0) instead hex code.

Text Font Color

.myTextColor { color: #A64400; }

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

This text font color is #A64400.


Background Color

.myBgColor { background-color: #A64400; }

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

This div background color is #A64400.


Border color

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

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

This div border color is #A64400.


Opacity

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

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

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

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

This text has shadow with #A64400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64400 on black background.


Color preview on white background

This text has color #A64400 on white background.



Black color preview on #A64400 background

This text has black color on #A64400 background.


White color preview on #A64400 background

This text has white color on #A64400 background.