COLOR #ADAA88

HEX: #ADAA88 RGB: (173,170,136)

Color info

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

RGB color model

#ADAA88 color RGB value is (173,170,136).

RGB: (173,170,136) (68%, 67%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 136 of 255 = 53%

173
170
136

R + G + B ~ 63%. #ADAA88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 136 = 479 (100%)
R 173 of 479 ~ 36.12%
G 170 of 479 ~ 35.49%
B 136 of 479 ~ 28.39'%

%36.12
%35.49
%28.39

CMYK color model

#ADAA88 color CMYK value is (0,2,21,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 21.39%
  • key color value is 32.16%
CMYK: (0,2,21,32) C0M2Y21K32 (0%,2%,21%,32%) (0.00/0.02/0.21/0.32) 

CMYK percentages

%0
%1.73
%21.39
%32.16

Codes

Color #ADAA88 in popluar color models

AD AA 88
RGB 173 170 136
HSL 55° 18.41% 60.59%
HSB/HSV 55° 21.39% 67.84%
CMYK 0.00% 1.73% 21.39%
32.16%

Color #ADAA88 in popluar number systems.

HEX AD AA 88
Decimal 173 170 136
Binary 10101101 10101010 10001000
Octal 255 252 210

Shades and tints

Shades of #ADAA88

#ADAA88
(173,170,136)
#9E9B7C
(158,155,124)
#8F8C70
(143,140,112)
#807D64
(128,125,100)
#716E58
(113,110,88)
#625F4C
(98,95,76)
#535040
(83,80,64)
#444134
(68,65,52)
#353228
(53,50,40)
#26231C
(38,35,28)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #ADAA88

#ADAA88
(173,170,136)
#B4B192
(180,177,146)
#BBB89C
(187,184,156)
#C2BFA6
(194,191,166)
#C9C6B0
(201,198,176)
#D0CDBA
(208,205,186)
#D7D4C4
(215,212,196)
#DEDBCE
(222,219,206)
#E5E2D8
(229,226,216)
#ECE9E2
(236,233,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAA88 color. Also use rgb(173,170,136) instead hex code.

Text Font Color

.myTextColor { color: #ADAA88; }

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

This text font color is #ADAA88.

Background Color

.myBgColor { background-color: #ADAA88; }

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

This div background color is #ADAA88.

Border color

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

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

This div border color is #ADAA88.

Opacity

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

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

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

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

This text has shadow with #ADAA88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAA88.

Preview

Color preview on black background

This text has color #ADAA88 on black background.


Color preview on white background

This text has color #ADAA88 on white background.


Black color preview on #ADAA88 background

This text has black color on #ADAA88 background.


White color preview on #ADAA88 background

This text has white color on #ADAA88 background.


Related colors

Complementary color

Complementary color for #hex is #525577.


I love getcolorcode.com

Triadic colors

1 #88ADAA and #AA88AD with #ADAA88 are triadic colors.

2 #88AAAD and #AAAD88 with #ADAA88 are triadic colors.