COLOR #AD6234

HEX: #AD6234
RGB: (173,98,52)

Color info

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

RGB color model

#AD6234 color RGB value is (173,98,52).

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

RGB channels and saturation

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

173
98
52

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

Portions of RGB colors in percentages

R + G + B =
173 + 98 + 52 = 323 (100%)
R 173 of 323 ~ 53.56%
G 98 of 323 ~ 30.34%
B 52 of 323 ~ 16.1%

%53.56
%30.34
%16.1

CMYK color model

#AD6234 color CMYK value is (0,43,70,32).

  • cyan value is 0.00%
  • magenta value is 43.35%
  • yellow value is 69.94%
  • key color value is 32.16%
CMYK:
(0,43,70,32)
C0M43Y70K32 
(0%,43%,70%,32%)
(0.00/0.43/0.70/0.32)	

CMYK percentages

%0
%43.35
%69.94
%32.16

Codes

Color #AD6234 in popluar color models

AD6234
RGB1739852
HSL23°53.78%44.12%
HSB/HSV23°69.94%67.84%
CMYK0.00%43.35%69.94%
32.16%

Color #AD6234 in popluar number systems.

HEXAD6234
Decimal1739852
Binary101011011100010110100
Octal25514264

Shades and tints

Shades of #AD6234

#AD6234
(173,98,52)
#9E5A30
(158,90,48)
#8F522C
(143,82,44)
#804A28
(128,74,40)
#714224
(113,66,36)
#623A20
(98,58,32)
#53321C
(83,50,28)
#442A18
(68,42,24)
#352214
(53,34,20)
#261A10
(38,26,16)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #AD6234

#AD6234
(173,98,52)
#B47046
(180,112,70)
#BB7E58
(187,126,88)
#C28C6A
(194,140,106)
#C99A7C
(201,154,124)
#D0A88E
(208,168,142)
#D7B6A0
(215,182,160)
#DEC4B2
(222,196,178)
#E5D2C4
(229,210,196)
#ECE0D6
(236,224,214)
#F3EEE8
(243,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6234; }

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

This text font color is #AD6234.


Background Color

.myBgColor { background-color: #AD6234; }

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

This div background color is #AD6234.


Border color

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

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

This div border color is #AD6234.


Opacity

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

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

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

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

This text has shadow with #AD6234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6234 on black background.


Color preview on white background

This text has color #AD6234 on white background.



Black color preview on #AD6234 background

This text has black color on #AD6234 background.


White color preview on #AD6234 background

This text has white color on #AD6234 background.