COLOR #AD9265

HEX: #AD9265
RGB: (173,146,101)

Color info

#AD9265 contains mainly red and green colors. Web safe color of #AD9265 is #999966 (or #996).

RGB color model

#AD9265 color RGB value is (173,146,101).

  • red value is 173;
  • green value is 146;
  • blue value is 101.
RGB:
(173,146,101)
(68%,57%,40%)

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 101 of 255 = 40%

173
146
101

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

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 101 = 420 (100%)
R 173 of 420 ~ 41.19%
G 146 of 420 ~ 34.76%
B 101 of 420 ~ 24.05%

%41.19
%34.76
%24.05

CMYK color model

#AD9265 color CMYK value is (0,16,42,32).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 41.62%
  • key color value is 32.16%
CMYK:
(0,16,42,32)
C0M16Y42K32 
(0%,16%,42%,32%)
(0.00/0.16/0.42/0.32)	

CMYK percentages

%0
%15.61
%41.62
%32.16

Codes

Color #AD9265 in popluar color models

AD9265
RGB173146101
HSL38°30.51%53.73%
HSB/HSV38°41.62%67.84%
CMYK0.00%15.61%41.62%
32.16%

Color #AD9265 in popluar number systems.

HEXAD9265
Decimal173146101
Binary10101101100100101100101
Octal255222145

Shades and tints

Shades of #AD9265

#AD9265
(173,146,101)
#9E855C
(158,133,92)
#8F7853
(143,120,83)
#806B4A
(128,107,74)
#715E41
(113,94,65)
#625138
(98,81,56)
#53442F
(83,68,47)
#443726
(68,55,38)
#352A1D
(53,42,29)
#261D14
(38,29,20)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #AD9265

#AD9265
(173,146,101)
#B49B73
(180,155,115)
#BBA481
(187,164,129)
#C2AD8F
(194,173,143)
#C9B69D
(201,182,157)
#D0BFAB
(208,191,171)
#D7C8B9
(215,200,185)
#DED1C7
(222,209,199)
#E5DAD5
(229,218,213)
#ECE3E3
(236,227,227)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9265 color. Also use rgb(173,146,101) instead hex code.

Text Font Color

.myTextColor { color: #AD9265; }

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

This text font color is #AD9265.


Background Color

.myBgColor { background-color: #AD9265; }

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

This div background color is #AD9265.


Border color

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

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

This div border color is #AD9265.


Opacity

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

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

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

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

This text has shadow with #AD9265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9265 on black background.


Color preview on white background

This text has color #AD9265 on white background.



Black color preview on #AD9265 background

This text has black color on #AD9265 background.


White color preview on #AD9265 background

This text has white color on #AD9265 background.