COLOR #AD633E

HEX: #AD633E
RGB: (173,99,62)

Color info

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

RGB color model

#AD633E color RGB value is (173,99,62).

  • red value is 173;
  • green value is 99;
  • blue value is 62.
RGB:
(173,99,62)
(68%,39%,24%)

RGB channels and saturation

R 173 of 255 = 68%
G 99 of 255 = 39%
B 62 of 255 = 24%

173
99
62

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

Portions of RGB colors in percentages

R + G + B =
173 + 99 + 62 = 334 (100%)
R 173 of 334 ~ 51.8%
G 99 of 334 ~ 29.64%
B 62 of 334 ~ 18.56%

%51.8
%29.64
%18.56

CMYK color model

#AD633E color CMYK value is (0,43,64,32).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 64.16%
  • key color value is 32.16%
CMYK:
(0,43,64,32)
C0M43Y64K32 
(0%,43%,64%,32%)
(0.00/0.43/0.64/0.32)	

CMYK percentages

%0
%42.77
%64.16
%32.16

Codes

Color #AD633E in popluar color models

AD633E
RGB1739962
HSL20°47.23%46.08%
HSB/HSV20°64.16%67.84%
CMYK0.00%42.77%64.16%
32.16%

Color #AD633E in popluar number systems.

HEXAD633E
Decimal1739962
Binary101011011100011111110
Octal25514376

Shades and tints

Shades of #AD633E

#AD633E
(173,99,62)
#9E5A39
(158,90,57)
#8F5134
(143,81,52)
#80482F
(128,72,47)
#713F2A
(113,63,42)
#623625
(98,54,37)
#532D20
(83,45,32)
#44241B
(68,36,27)
#351B16
(53,27,22)
#261211
(38,18,17)
#17090C
(23,9,12)
#000000
(0,0,0)

Tints of #AD633E

#AD633E
(173,99,62)
#B4714F
(180,113,79)
#BB7F60
(187,127,96)
#C28D71
(194,141,113)
#C99B82
(201,155,130)
#D0A993
(208,169,147)
#D7B7A4
(215,183,164)
#DEC5B5
(222,197,181)
#E5D3C6
(229,211,198)
#ECE1D7
(236,225,215)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD633E color. Also use rgb(173,99,62) instead hex code.

Text Font Color

.myTextColor { color: #AD633E; }

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

This text font color is #AD633E.


Background Color

.myBgColor { background-color: #AD633E; }

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

This div background color is #AD633E.


Border color

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

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

This div border color is #AD633E.


Opacity

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

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

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

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

This text has shadow with #AD633E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD633E on black background.


Color preview on white background

This text has color #AD633E on white background.



Black color preview on #AD633E background

This text has black color on #AD633E background.


White color preview on #AD633E background

This text has white color on #AD633E background.