COLOR #A17802

HEX: #A17802
RGB: (161,120,2)

Color info

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

RGB color model

#A17802 color RGB value is (161,120,2).

  • red value is 161;
  • green value is 120;
  • blue value is 2.
RGB:
(161,120,2)
(63%,47%,1%)

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 2 of 255 = 1%

161
120
2

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

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 2 = 283 (100%)
R 161 of 283 ~ 56.89%
G 120 of 283 ~ 42.4%
B 2 of 283 ~ 0.71%

%56.89
%42.4

CMYK color model

#A17802 color CMYK value is (0,25,99,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 98.76%
  • key color value is 36.86%
CMYK:
(0,25,99,37)
C0M25Y99K37 
(0%,25%,99%,37%)
(0.00/0.25/0.99/0.37)	

CMYK percentages

%0
%25.47
%98.76
%36.86

Codes

Color #A17802 in popluar color models

A17802
RGB1611202
HSL45°97.55%31.96%
HSB/HSV45°98.76%63.14%
CMYK0.00%25.47%98.76%
36.86%

Color #A17802 in popluar number systems.

HEXA17802
Decimal1611202
Binary10100001111100010
Octal2411702

Shades and tints

Shades of #A17802

#A17802
(161,120,2)
#936E02
(147,110,2)
#856402
(133,100,2)
#775A02
(119,90,2)
#695002
(105,80,2)
#5B4602
(91,70,2)
#4D3C02
(77,60,2)
#3F3202
(63,50,2)
#312802
(49,40,2)
#231E02
(35,30,2)
#151402
(21,20,2)
#000000
(0,0,0)

Tints of #A17802

#A17802
(161,120,2)
#A98419
(169,132,25)
#B19030
(177,144,48)
#B99C47
(185,156,71)
#C1A85E
(193,168,94)
#C9B475
(201,180,117)
#D1C08C
(209,192,140)
#D9CCA3
(217,204,163)
#E1D8BA
(225,216,186)
#E9E4D1
(233,228,209)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17802 color. Also use rgb(161,120,2) instead hex code.

Text Font Color

.myTextColor { color: #A17802; }

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

This text font color is #A17802.


Background Color

.myBgColor { background-color: #A17802; }

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

This div background color is #A17802.


Border color

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

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

This div border color is #A17802.


Opacity

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

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

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

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

This text has shadow with #A17802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17802 on black background.


Color preview on white background

This text has color #A17802 on white background.



Black color preview on #A17802 background

This text has black color on #A17802 background.


White color preview on #A17802 background

This text has white color on #A17802 background.