COLOR #AD694C

HEX: #AD694C
RGB: (173,105,76)

Color info

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

RGB color model

#AD694C color RGB value is (173,105,76).

  • red value is 173;
  • green value is 105;
  • blue value is 76.
RGB:
(173,105,76)
(68%,41%,30%)

RGB channels and saturation

R 173 of 255 = 68%
G 105 of 255 = 41%
B 76 of 255 = 30%

173
105
76

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

Portions of RGB colors in percentages

R + G + B =
173 + 105 + 76 = 354 (100%)
R 173 of 354 ~ 48.87%
G 105 of 354 ~ 29.66%
B 76 of 354 ~ 21.47%

%48.87
%29.66
%21.47

CMYK color model

#AD694C color CMYK value is (0,39,56,32).

  • cyan value is 0.00%
  • magenta value is 39.31%
  • yellow value is 56.07%
  • key color value is 32.16%
CMYK:
(0,39,56,32)
C0M39Y56K32 
(0%,39%,56%,32%)
(0.00/0.39/0.56/0.32)	

CMYK percentages

%0
%39.31
%56.07
%32.16

Codes

Color #AD694C in popluar color models

AD694C
RGB17310576
HSL18°38.96%48.82%
HSB/HSV18°56.07%67.84%
CMYK0.00%39.31%56.07%
32.16%

Color #AD694C in popluar number systems.

HEXAD694C
Decimal17310576
Binary1010110111010011001100
Octal255151114

Shades and tints

Shades of #AD694C

#AD694C
(173,105,76)
#9E6046
(158,96,70)
#8F5740
(143,87,64)
#804E3A
(128,78,58)
#714534
(113,69,52)
#623C2E
(98,60,46)
#533328
(83,51,40)
#442A22
(68,42,34)
#35211C
(53,33,28)
#261816
(38,24,22)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #AD694C

#AD694C
(173,105,76)
#B4765C
(180,118,92)
#BB836C
(187,131,108)
#C2907C
(194,144,124)
#C99D8C
(201,157,140)
#D0AA9C
(208,170,156)
#D7B7AC
(215,183,172)
#DEC4BC
(222,196,188)
#E5D1CC
(229,209,204)
#ECDEDC
(236,222,220)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD694C color. Also use rgb(173,105,76) instead hex code.

Text Font Color

.myTextColor { color: #AD694C; }

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

This text font color is #AD694C.


Background Color

.myBgColor { background-color: #AD694C; }

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

This div background color is #AD694C.


Border color

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

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

This div border color is #AD694C.


Opacity

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

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

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

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

This text has shadow with #AD694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD694C on black background.


Color preview on white background

This text has color #AD694C on white background.



Black color preview on #AD694C background

This text has black color on #AD694C background.


White color preview on #AD694C background

This text has white color on #AD694C background.