COLOR #AD6232

HEX: #AD6232
RGB: (173,98,50)

Color info

#AD6232 contains mainly red color. Web safe color of #AD6232 is #996633 (or #963).

RGB color model

#AD6232 color RGB value is (173,98,50).

  • red value is 173;
  • green value is 98;
  • blue value is 50.
RGB:
(173,98,50)
(68%,38%,20%)

RGB channels and saturation

R 173 of 255 = 68%
G 98 of 255 = 38%
B 50 of 255 = 20%

173
98
50

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

Portions of RGB colors in percentages

R + G + B =
173 + 98 + 50 = 321 (100%)
R 173 of 321 ~ 53.89%
G 98 of 321 ~ 30.53%
B 50 of 321 ~ 15.58%

%53.89
%30.53
%15.58

CMYK color model

#AD6232 color CMYK value is (0,43,71,32).

  • cyan value is 0.00%
  • magenta value is 43.35%
  • yellow value is 71.10%
  • key color value is 32.16%
CMYK:
(0,43,71,32)
C0M43Y71K32 
(0%,43%,71%,32%)
(0.00/0.43/0.71/0.32)	

CMYK percentages

%0
%43.35
%71.1
%32.16

Codes

Color #AD6232 in popluar color models

AD6232
RGB1739850
HSL23°55.16%43.73%
HSB/HSV23°71.10%67.84%
CMYK0.00%43.35%71.10%
32.16%

Color #AD6232 in popluar number systems.

HEXAD6232
Decimal1739850
Binary101011011100010110010
Octal25514262

Shades and tints

Shades of #AD6232

#AD6232
(173,98,50)
#9E5A2E
(158,90,46)
#8F522A
(143,82,42)
#804A26
(128,74,38)
#714222
(113,66,34)
#623A1E
(98,58,30)
#53321A
(83,50,26)
#442A16
(68,42,22)
#352212
(53,34,18)
#261A0E
(38,26,14)
#17120A
(23,18,10)
#000000
(0,0,0)

Tints of #AD6232

#AD6232
(173,98,50)
#B47044
(180,112,68)
#BB7E56
(187,126,86)
#C28C68
(194,140,104)
#C99A7A
(201,154,122)
#D0A88C
(208,168,140)
#D7B69E
(215,182,158)
#DEC4B0
(222,196,176)
#E5D2C2
(229,210,194)
#ECE0D4
(236,224,212)
#F3EEE6
(243,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6232 color. Also use rgb(173,98,50) instead hex code.

Text Font Color

.myTextColor { color: #AD6232; }

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

This text font color is #AD6232.


Background Color

.myBgColor { background-color: #AD6232; }

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

This div background color is #AD6232.


Border color

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

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

This div border color is #AD6232.


Opacity

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

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

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

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

This text has shadow with #AD6232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6232 on black background.


Color preview on white background

This text has color #AD6232 on white background.



Black color preview on #AD6232 background

This text has black color on #AD6232 background.


White color preview on #AD6232 background

This text has white color on #AD6232 background.