COLOR #A35400

HEX: #A35400
RGB: (163,84,0)

Color info

#A35400 contains mainly red color. Web safe color of #A35400 is #996600 (or #960).

RGB color model

#A35400 color RGB value is (163,84,0).

  • red value is 163;
  • green value is 84;
  • blue value is 0.
RGB:
(163,84,0)
(64%,33%,0%)

RGB channels and saturation

R 163 of 255 = 64%
G 84 of 255 = 33%
B 0 of 255 = 0%

163
84
0

R + G + B ~ 32%. #A35400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 84 + 0 = 247 (100%)
R 163 of 247 ~ 65.99%
G 84 of 247 ~ 34.01%
B 0 of 247 ~ 0%

%65.99
%34.01

CMYK color model

#A35400 color CMYK value is (0,48,100,36).

  • cyan value is 0.00%
  • magenta value is 48.47%
  • yellow value is 100.00%
  • key color value is 36.08%
CMYK:
(0,48,100,36)
C0M48Y100K36 
(0%,48%,100%,36%)
(0.00/0.48/1.00/0.36)	

CMYK percentages

%0
%48.47
%100
%36.08

Codes

Color #A35400 in popluar color models

A35400
RGB163840
HSL31°100.00%31.96%
HSB/HSV31°100.00%63.92%
CMYK0.00%48.47%100.00%
36.08%

Color #A35400 in popluar number systems.

HEXA35400
Decimal163840
Binary1010001110101000
Octal2431240

Shades and tints

Shades of #A35400

#A35400
(163,84,0)
#954D00
(149,77,0)
#874600
(135,70,0)
#793F00
(121,63,0)
#6B3800
(107,56,0)
#5D3100
(93,49,0)
#4F2A00
(79,42,0)
#412300
(65,35,0)
#331C00
(51,28,0)
#251500
(37,21,0)
#170E00
(23,14,0)
#000000
(0,0,0)

Tints of #A35400

#A35400
(163,84,0)
#AB6317
(171,99,23)
#B3722E
(179,114,46)
#BB8145
(187,129,69)
#C3905C
(195,144,92)
#CB9F73
(203,159,115)
#D3AE8A
(211,174,138)
#DBBDA1
(219,189,161)
#E3CCB8
(227,204,184)
#EBDBCF
(235,219,207)
#F3EAE6
(243,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35400 color. Also use rgb(163,84,0) instead hex code.

Text Font Color

.myTextColor { color: #A35400; }

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

This text font color is #A35400.


Background Color

.myBgColor { background-color: #A35400; }

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

This div background color is #A35400.


Border color

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

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

This div border color is #A35400.


Opacity

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

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

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

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

This text has shadow with #A35400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35400 on black background.


Color preview on white background

This text has color #A35400 on white background.



Black color preview on #A35400 background

This text has black color on #A35400 background.


White color preview on #A35400 background

This text has white color on #A35400 background.