COLOR #AD7267

HEX: #AD7267
RGB: (173,114,103)

Color info

#AD7267 contains mainly red and green colors. Web safe color of #AD7267 is #996666 (or #966).

RGB color model

#AD7267 color RGB value is (173,114,103).

  • red value is 173;
  • green value is 114;
  • blue value is 103.
RGB:
(173,114,103)
(68%,45%,40%)

RGB channels and saturation

R 173 of 255 = 68%
G 114 of 255 = 45%
B 103 of 255 = 40%

173
114
103

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

Portions of RGB colors in percentages

R + G + B =
173 + 114 + 103 = 390 (100%)
R 173 of 390 ~ 44.36%
G 114 of 390 ~ 29.23%
B 103 of 390 ~ 26.41%

%44.36
%29.23
%26.41

CMYK color model

#AD7267 color CMYK value is (0,34,40,32).

  • cyan value is 0.00%
  • magenta value is 34.10%
  • yellow value is 40.46%
  • key color value is 32.16%
CMYK:
(0,34,40,32)
C0M34Y40K32 
(0%,34%,40%,32%)
(0.00/0.34/0.40/0.32)	

CMYK percentages

%0
%34.1
%40.46
%32.16

Codes

Color #AD7267 in popluar color models

AD7267
RGB173114103
HSL29.91%54.12%
HSB/HSV40.46%67.84%
CMYK0.00%34.10%40.46%
32.16%

Color #AD7267 in popluar number systems.

HEXAD7267
Decimal173114103
Binary1010110111100101100111
Octal255162147

Shades and tints

Shades of #AD7267

#AD7267
(173,114,103)
#9E685E
(158,104,94)
#8F5E55
(143,94,85)
#80544C
(128,84,76)
#714A43
(113,74,67)
#62403A
(98,64,58)
#533631
(83,54,49)
#442C28
(68,44,40)
#35221F
(53,34,31)
#261816
(38,24,22)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #AD7267

#AD7267
(173,114,103)
#B47E74
(180,126,116)
#BB8A81
(187,138,129)
#C2968E
(194,150,142)
#C9A29B
(201,162,155)
#D0AEA8
(208,174,168)
#D7BAB5
(215,186,181)
#DEC6C2
(222,198,194)
#E5D2CF
(229,210,207)
#ECDEDC
(236,222,220)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7267 color. Also use rgb(173,114,103) instead hex code.

Text Font Color

.myTextColor { color: #AD7267; }

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

This text font color is #AD7267.


Background Color

.myBgColor { background-color: #AD7267; }

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

This div background color is #AD7267.


Border color

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

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

This div border color is #AD7267.


Opacity

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

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

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

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

This text has shadow with #AD7267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7267 on black background.


Color preview on white background

This text has color #AD7267 on white background.



Black color preview on #AD7267 background

This text has black color on #AD7267 background.


White color preview on #AD7267 background

This text has white color on #AD7267 background.