COLOR #ADA282

HEX: #ADA282 RGB: (173,162,130)

Color info

#ADA282 contains red, green and blue colors in about the same proportion. Web safe color of #ADA282 is #999999 (or #999).

RGB color model

#ADA282 color RGB value is (173,162,130).

RGB: (173,162,130) (68%, 64%, 51%)

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 130 of 255 = 51%

173
162
130

R + G + B ~ 61%. #ADA282 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 162 + 130 = 465 (100%)
R 173 of 465 ~ 37.2%
G 162 of 465 ~ 34.84%
B 130 of 465 ~ 27.96'%

%37.2
%34.84
%27.96

CMYK color model

#ADA282 color CMYK value is (0,6,25,32).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 24.86%
  • key color value is 32.16%

CMYK: (0,6,25,32)
C0M6Y25K32 (0%, 6%, 25%, 32%)
(0.00 / 0.06 / 0.25 / 0.32)

CMYK percentages

%0
%6.36
%24.86
%32.16

Codes

Color #ADA282 in popluar color models

AD A2 82
RGB 173 162 130
HSL 45° 20.77% 59.41%
HSB/HSV 45° 24.86% 67.84%
CMYK 0.00% 6.36% 24.86%
32.16%

Color #ADA282 in popluar number systems.

HEX AD A2 82
Decimal 173 162 130
Binary 10101101 10100010 10000010
Octal 255 242 202

Shades and tints

Shades of #ADA282

#ADA282
(173,162,130)
#9E9477
(158,148,119)
#8F866C
(143,134,108)
#807861
(128,120,97)
#716A56
(113,106,86)
#625C4B
(98,92,75)
#534E40
(83,78,64)
#444035
(68,64,53)
#35322A
(53,50,42)
#26241F
(38,36,31)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #ADA282

#ADA282
(173,162,130)
#B4AA8D
(180,170,141)
#BBB298
(187,178,152)
#C2BAA3
(194,186,163)
#C9C2AE
(201,194,174)
#D0CAB9
(208,202,185)
#D7D2C4
(215,210,196)
#DEDACF
(222,218,207)
#E5E2DA
(229,226,218)
#ECEAE5
(236,234,229)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA282; }

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

This text font color is #ADA282.

Background Color

.myBgColor { background-color: #ADA282; }

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

This div background color is #ADA282.

Border color

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

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

This div border color is #ADA282.

Opacity

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

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

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

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

This text has shadow with #ADA282 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA282.

Preview

Color preview on black background

This text has color #ADA282 on black background.


Color preview on white background

This text has color #ADA282 on white background.


Black color preview on #ADA282 background

This text has black color on #ADA282 background.


White color preview on #ADA282 background

This text has white color on #ADA282 background.


Related colors

Complementary color

Complementary color for #hex is #525D7D.


I love getcolorcode.com

Triadic colors

1 #82ADA2 and #A282AD with #ADA282 are triadic colors.

2 #82A2AD and #A2AD82 with #ADA282 are triadic colors.