COLOR #A37602

HEX: #A37602
RGB: (163,118,2)

Color info

#A37602 contains mainly red and green colors. Web safe color of #A37602 is #996600 (or #960).

RGB color model

#A37602 color RGB value is (163,118,2).

  • red value is 163;
  • green value is 118;
  • blue value is 2.
RGB:
(163,118,2)
(64%,46%,1%)

RGB channels and saturation

R 163 of 255 = 64%
G 118 of 255 = 46%
B 2 of 255 = 1%

163
118
2

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

Portions of RGB colors in percentages

R + G + B =
163 + 118 + 2 = 283 (100%)
R 163 of 283 ~ 57.6%
G 118 of 283 ~ 41.7%
B 2 of 283 ~ 0.71%

%57.6
%41.7

CMYK color model

#A37602 color CMYK value is (0,28,99,36).

  • cyan value is 0.00%
  • magenta value is 27.61%
  • yellow value is 98.77%
  • key color value is 36.08%
CMYK:
(0,28,99,36)
C0M28Y99K36 
(0%,28%,99%,36%)
(0.00/0.28/0.99/0.36)	

CMYK percentages

%0
%27.61
%98.77
%36.08

Codes

Color #A37602 in popluar color models

A37602
RGB1631182
HSL43°97.58%32.35%
HSB/HSV43°98.77%63.92%
CMYK0.00%27.61%98.77%
36.08%

Color #A37602 in popluar number systems.

HEXA37602
Decimal1631182
Binary10100011111011010
Octal2431662

Shades and tints

Shades of #A37602

#A37602
(163,118,2)
#956C02
(149,108,2)
#876202
(135,98,2)
#795802
(121,88,2)
#6B4E02
(107,78,2)
#5D4402
(93,68,2)
#4F3A02
(79,58,2)
#413002
(65,48,2)
#332602
(51,38,2)
#251C02
(37,28,2)
#171202
(23,18,2)
#000000
(0,0,0)

Tints of #A37602

#A37602
(163,118,2)
#AB8219
(171,130,25)
#B38E30
(179,142,48)
#BB9A47
(187,154,71)
#C3A65E
(195,166,94)
#CBB275
(203,178,117)
#D3BE8C
(211,190,140)
#DBCAA3
(219,202,163)
#E3D6BA
(227,214,186)
#EBE2D1
(235,226,209)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37602 color. Also use rgb(163,118,2) instead hex code.

Text Font Color

.myTextColor { color: #A37602; }

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

This text font color is #A37602.


Background Color

.myBgColor { background-color: #A37602; }

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

This div background color is #A37602.


Border color

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

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

This div border color is #A37602.


Opacity

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

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

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

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

This text has shadow with #A37602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37602 on black background.


Color preview on white background

This text has color #A37602 on white background.



Black color preview on #A37602 background

This text has black color on #A37602 background.


White color preview on #A37602 background

This text has white color on #A37602 background.