COLOR #AD827A

HEX: #AD827A
RGB: (173,130,122)

Color info

#AD827A contains red, green and blue colors in about the same proportion. Web safe color of #AD827A is #999966 (or #996).

RGB color model

#AD827A color RGB value is (173,130,122).

  • red value is 173;
  • green value is 130;
  • blue value is 122.
RGB:
(173,130,122)
(68%,51%,48%)

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 122 of 255 = 48%

173
130
122

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

Portions of RGB colors in percentages

R + G + B =
173 + 130 + 122 = 425 (100%)
R 173 of 425 ~ 40.71%
G 130 of 425 ~ 30.59%
B 122 of 425 ~ 28.71%

%40.71
%30.59
%28.71

CMYK color model

#AD827A color CMYK value is (0,25,29,32).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 29.48%
  • key color value is 32.16%
CMYK:
(0,25,29,32)
C0M25Y29K32 
(0%,25%,29%,32%)
(0.00/0.25/0.29/0.32)	

CMYK percentages

%0
%24.86
%29.48
%32.16

Codes

Color #AD827A in popluar color models

AD827A
RGB173130122
HSL23.72%57.84%
HSB/HSV29.48%67.84%
CMYK0.00%24.86%29.48%
32.16%

Color #AD827A in popluar number systems.

HEXAD827A
Decimal173130122
Binary10101101100000101111010
Octal255202172

Shades and tints

Shades of #AD827A

#AD827A
(173,130,122)
#9E776F
(158,119,111)
#8F6C64
(143,108,100)
#806159
(128,97,89)
#71564E
(113,86,78)
#624B43
(98,75,67)
#534038
(83,64,56)
#44352D
(68,53,45)
#352A22
(53,42,34)
#261F17
(38,31,23)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #AD827A

#AD827A
(173,130,122)
#B48D86
(180,141,134)
#BB9892
(187,152,146)
#C2A39E
(194,163,158)
#C9AEAA
(201,174,170)
#D0B9B6
(208,185,182)
#D7C4C2
(215,196,194)
#DECFCE
(222,207,206)
#E5DADA
(229,218,218)
#ECE5E6
(236,229,230)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD827A color. Also use rgb(173,130,122) instead hex code.

Text Font Color

.myTextColor { color: #AD827A; }

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

This text font color is #AD827A.


Background Color

.myBgColor { background-color: #AD827A; }

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

This div background color is #AD827A.


Border color

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

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

This div border color is #AD827A.


Opacity

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

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

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

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

This text has shadow with #AD827A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD827A on black background.


Color preview on white background

This text has color #AD827A on white background.



Black color preview on #AD827A background

This text has black color on #AD827A background.


White color preview on #AD827A background

This text has white color on #AD827A background.