COLOR #AD761C

HEX: #AD761C
RGB: (173,118,28)

Color info

#AD761C contains mainly red and green colors. Web safe color of #AD761C is #996633 (or #963).

RGB color model

#AD761C color RGB value is (173,118,28).

  • red value is 173;
  • green value is 118;
  • blue value is 28.
RGB:
(173,118,28)
(68%,46%,11%)

RGB channels and saturation

R 173 of 255 = 68%
G 118 of 255 = 46%
B 28 of 255 = 11%

173
118
28

R + G + B ~ 42%. #AD761C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 118 + 28 = 319 (100%)
R 173 of 319 ~ 54.23%
G 118 of 319 ~ 36.99%
B 28 of 319 ~ 8.78%

%54.23
%36.99

CMYK color model

#AD761C color CMYK value is (0,32,84,32).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 83.82%
  • key color value is 32.16%
CMYK:
(0,32,84,32)
C0M32Y84K32 
(0%,32%,84%,32%)
(0.00/0.32/0.84/0.32)	

CMYK percentages

%0
%31.79
%83.82
%32.16

Codes

Color #AD761C in popluar color models

AD761C
RGB17311828
HSL37°72.14%39.41%
HSB/HSV37°83.82%67.84%
CMYK0.00%31.79%83.82%
32.16%

Color #AD761C in popluar number systems.

HEXAD761C
Decimal17311828
Binary10101101111011011100
Octal25516634

Shades and tints

Shades of #AD761C

#AD761C
(173,118,28)
#9E6C1A
(158,108,26)
#8F6218
(143,98,24)
#805816
(128,88,22)
#714E14
(113,78,20)
#624412
(98,68,18)
#533A10
(83,58,16)
#44300E
(68,48,14)
#35260C
(53,38,12)
#261C0A
(38,28,10)
#171208
(23,18,8)
#000000
(0,0,0)

Tints of #AD761C

#AD761C
(173,118,28)
#B48230
(180,130,48)
#BB8E44
(187,142,68)
#C29A58
(194,154,88)
#C9A66C
(201,166,108)
#D0B280
(208,178,128)
#D7BE94
(215,190,148)
#DECAA8
(222,202,168)
#E5D6BC
(229,214,188)
#ECE2D0
(236,226,208)
#F3EEE4
(243,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD761C color. Also use rgb(173,118,28) instead hex code.

Text Font Color

.myTextColor { color: #AD761C; }

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

This text font color is #AD761C.


Background Color

.myBgColor { background-color: #AD761C; }

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

This div background color is #AD761C.


Border color

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

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

This div border color is #AD761C.


Opacity

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

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

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

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

This text has shadow with #AD761C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD761C on black background.


Color preview on white background

This text has color #AD761C on white background.



Black color preview on #AD761C background

This text has black color on #AD761C background.


White color preview on #AD761C background

This text has white color on #AD761C background.