COLOR #ADAC48

HEX: #ADAC48 RGB: (173,172,72)

Color info

#ADAC48 contains mainly red and green colors. Web safe color of #ADAC48 is #999933 (or #993).

RGB color model

#ADAC48 color RGB value is (173,172,72).

RGB: (173,172,72) (68%, 67%, 28%)

RGB channels and saturation

R 173 of 255 = 68%
G 172 of 255 = 67%
B 72 of 255 = 28%

173
172
72

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

Portions of RGB colors in percentages

R + G + B = 173 + 172 + 72 = 417 (100%)
R 173 of 417 ~ 41.49%
G 172 of 417 ~ 41.25%
B 72 of 417 ~ 17.27'%

%41.49
%41.25
%17.27

CMYK color model

#ADAC48 color CMYK value is (0,1,58,32).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 58.38%
  • key color value is 32.16%

CMYK: (0,1,58,32)
C0M1Y58K32 (0%, 1%, 58%, 32%)
(0.00 / 0.01 / 0.58 / 0.32)

CMYK percentages

%0
%0.58
%58.38
%32.16

Codes

Color #ADAC48 in popluar color models

AD AC 48
RGB 173 172 72
HSL 59° 41.22% 48.04%
HSB/HSV 59° 58.38% 67.84%
CMYK 0.00% 0.58% 58.38%
32.16%

Color #ADAC48 in popluar number systems.

HEX AD AC 48
Decimal 173 172 72
Binary 10101101 10101100 1001000
Octal 255 254 110

Shades and tints

Shades of #ADAC48

#ADAC48
(173,172,72)
#9E9D42
(158,157,66)
#8F8E3C
(143,142,60)
#807F36
(128,127,54)
#717030
(113,112,48)
#62612A
(98,97,42)
#535224
(83,82,36)
#44431E
(68,67,30)
#353418
(53,52,24)
#262512
(38,37,18)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #ADAC48

#ADAC48
(173,172,72)
#B4B358
(180,179,88)
#BBBA68
(187,186,104)
#C2C178
(194,193,120)
#C9C888
(201,200,136)
#D0CF98
(208,207,152)
#D7D6A8
(215,214,168)
#DEDDB8
(222,221,184)
#E5E4C8
(229,228,200)
#ECEBD8
(236,235,216)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAC48 color. Also use rgb(173,172,72) instead hex code.

Text Font Color

.myTextColor { color: #ADAC48; }

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

This text font color is #ADAC48.

Background Color

.myBgColor { background-color: #ADAC48; }

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

This div background color is #ADAC48.

Border color

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

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

This div border color is #ADAC48.

Opacity

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

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

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

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

This text has shadow with #ADAC48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAC48.

Preview

Color preview on black background

This text has color #ADAC48 on black background.


Color preview on white background

This text has color #ADAC48 on white background.


Black color preview on #ADAC48 background

This text has black color on #ADAC48 background.


White color preview on #ADAC48 background

This text has white color on #ADAC48 background.


Related colors

Complementary color

Complementary color for #hex is #5253B7.


I love getcolorcode.com

Triadic colors

1 #48ADAC and #AC48AD with #ADAC48 are triadic colors.

2 #48ACAD and #ACAD48 with #ADAC48 are triadic colors.