COLOR #ADA454

HEX: #ADA454 RGB: (173,164,84)

Color info

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

RGB color model

#ADA454 color RGB value is (173,164,84).

RGB: (173,164,84) (68%, 64%, 33%)

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 84 of 255 = 33%

173
164
84

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

Portions of RGB colors in percentages

R + G + B = 173 + 164 + 84 = 421 (100%)
R 173 of 421 ~ 41.09%
G 164 of 421 ~ 38.95%
B 84 of 421 ~ 19.95'%

%41.09
%38.95
%19.95

CMYK color model

#ADA454 color CMYK value is (0,5,51,32).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 51.45%
  • key color value is 32.16%

CMYK: (0,5,51,32)
C0M5Y51K32 (0%, 5%, 51%, 32%)
(0.00 / 0.05 / 0.51 / 0.32)

CMYK percentages

%0
%5.2
%51.45
%32.16

Codes

Color #ADA454 in popluar color models

AD A4 54
RGB 173 164 84
HSL 54° 35.18% 50.39%
HSB/HSV 54° 51.45% 67.84%
CMYK 0.00% 5.20% 51.45%
32.16%

Color #ADA454 in popluar number systems.

HEX AD A4 54
Decimal 173 164 84
Binary 10101101 10100100 1010100
Octal 255 244 124

Shades and tints

Shades of #ADA454

#ADA454
(173,164,84)
#9E964D
(158,150,77)
#8F8846
(143,136,70)
#807A3F
(128,122,63)
#716C38
(113,108,56)
#625E31
(98,94,49)
#53502A
(83,80,42)
#444223
(68,66,35)
#35341C
(53,52,28)
#262615
(38,38,21)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #ADA454

#ADA454
(173,164,84)
#B4AC63
(180,172,99)
#BBB472
(187,180,114)
#C2BC81
(194,188,129)
#C9C490
(201,196,144)
#D0CC9F
(208,204,159)
#D7D4AE
(215,212,174)
#DEDCBD
(222,220,189)
#E5E4CC
(229,228,204)
#ECECDB
(236,236,219)
#F3F4EA
(243,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA454 color. Also use rgb(173,164,84) instead hex code.

Text Font Color

.myTextColor { color: #ADA454; }

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

This text font color is #ADA454.

Background Color

.myBgColor { background-color: #ADA454; }

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

This div background color is #ADA454.

Border color

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

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

This div border color is #ADA454.

Opacity

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

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

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

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

This text has shadow with #ADA454 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA454.

Preview

Color preview on black background

This text has color #ADA454 on black background.


Color preview on white background

This text has color #ADA454 on white background.


Black color preview on #ADA454 background

This text has black color on #ADA454 background.


White color preview on #ADA454 background

This text has white color on #ADA454 background.


Related colors

Complementary color

Complementary color for #hex is #525BAB.


I love getcolorcode.com

Triadic colors

1 #54ADA4 and #A454AD with #ADA454 are triadic colors.

2 #54A4AD and #A4AD54 with #ADA454 are triadic colors.