COLOR #AD666E

HEX: #AD666E
RGB: (173,102,110)

Color info

#AD666E contains mainly red color. Web safe color of #AD666E is #996666 (or #966).

RGB color model

#AD666E color RGB value is (173,102,110).

  • red value is 173;
  • green value is 102;
  • blue value is 110.
RGB:
(173,102,110)
(68%,40%,43%)

RGB channels and saturation

R 173 of 255 = 68%
G 102 of 255 = 40%
B 110 of 255 = 43%

173
102
110

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

Portions of RGB colors in percentages

R + G + B =
173 + 102 + 110 = 385 (100%)
R 173 of 385 ~ 44.94%
G 102 of 385 ~ 26.49%
B 110 of 385 ~ 28.57%

%44.94
%26.49
%28.57

CMYK color model

#AD666E color CMYK value is (0,41,36,32).

  • cyan value is 0.00%
  • magenta value is 41.04%
  • yellow value is 36.42%
  • key color value is 32.16%
CMYK:
(0,41,36,32)
C0M41Y36K32 
(0%,41%,36%,32%)
(0.00/0.41/0.36/0.32)	

CMYK percentages

%0
%41.04
%36.42
%32.16

Codes

Color #AD666E in popluar color models

AD666E
RGB173102110
HSL353°30.21%53.92%
HSB/HSV353°41.04%67.84%
CMYK0.00%41.04%36.42%
32.16%

Color #AD666E in popluar number systems.

HEXAD666E
Decimal173102110
Binary1010110111001101101110
Octal255146156

Shades and tints

Shades of #AD666E

#AD666E
(173,102,110)
#9E5D64
(158,93,100)
#8F545A
(143,84,90)
#804B50
(128,75,80)
#714246
(113,66,70)
#62393C
(98,57,60)
#533032
(83,48,50)
#442728
(68,39,40)
#351E1E
(53,30,30)
#261514
(38,21,20)
#170C0A
(23,12,10)
#000000
(0,0,0)

Tints of #AD666E

#AD666E
(173,102,110)
#B4737B
(180,115,123)
#BB8088
(187,128,136)
#C28D95
(194,141,149)
#C99AA2
(201,154,162)
#D0A7AF
(208,167,175)
#D7B4BC
(215,180,188)
#DEC1C9
(222,193,201)
#E5CED6
(229,206,214)
#ECDBE3
(236,219,227)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD666E color. Also use rgb(173,102,110) instead hex code.

Text Font Color

.myTextColor { color: #AD666E; }

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

This text font color is #AD666E.


Background Color

.myBgColor { background-color: #AD666E; }

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

This div background color is #AD666E.


Border color

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

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

This div border color is #AD666E.


Opacity

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

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

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

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

This text has shadow with #AD666E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD666E on black background.


Color preview on white background

This text has color #AD666E on white background.



Black color preview on #AD666E background

This text has black color on #AD666E background.


White color preview on #AD666E background

This text has white color on #AD666E background.