COLOR #ADA762

HEX: #ADA762 RGB: (173,167,98)

Color info

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

RGB color model

#ADA762 color RGB value is (173,167,98).

RGB: (173,167,98) (68%, 65%, 38%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 98 of 255 = 38%

173
167
98

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

Portions of RGB colors in percentages

R + G + B = 173 + 167 + 98 = 438 (100%)
R 173 of 438 ~ 39.5%
G 167 of 438 ~ 38.13%
B 98 of 438 ~ 22.37'%

%39.5
%38.13
%22.37

CMYK color model

#ADA762 color CMYK value is (0,3,43,32).

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 43.35%
  • key color value is 32.16%

CMYK: (0,3,43,32)
C0M3Y43K32 (0%, 3%, 43%, 32%)
(0.00 / 0.03 / 0.43 / 0.32)

CMYK percentages

%0
%3.47
%43.35
%32.16

Codes

Color #ADA762 in popluar color models

AD A7 62
RGB 173 167 98
HSL 55° 31.38% 53.14%
HSB/HSV 55° 43.35% 67.84%
CMYK 0.00% 3.47% 43.35%
32.16%

Color #ADA762 in popluar number systems.

HEX AD A7 62
Decimal 173 167 98
Binary 10101101 10100111 1100010
Octal 255 247 142

Shades and tints

Shades of #ADA762

#ADA762
(173,167,98)
#9E985A
(158,152,90)
#8F8952
(143,137,82)
#807A4A
(128,122,74)
#716B42
(113,107,66)
#625C3A
(98,92,58)
#534D32
(83,77,50)
#443E2A
(68,62,42)
#352F22
(53,47,34)
#26201A
(38,32,26)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #ADA762

#ADA762
(173,167,98)
#B4AF70
(180,175,112)
#BBB77E
(187,183,126)
#C2BF8C
(194,191,140)
#C9C79A
(201,199,154)
#D0CFA8
(208,207,168)
#D7D7B6
(215,215,182)
#DEDFC4
(222,223,196)
#E5E7D2
(229,231,210)
#ECEFE0
(236,239,224)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA762 color. Also use rgb(173,167,98) instead hex code.

Text Font Color

.myTextColor { color: #ADA762; }

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

This text font color is #ADA762.

Background Color

.myBgColor { background-color: #ADA762; }

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

This div background color is #ADA762.

Border color

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

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

This div border color is #ADA762.

Opacity

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

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

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

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

This text has shadow with #ADA762 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA762.

Preview

Color preview on black background

This text has color #ADA762 on black background.


Color preview on white background

This text has color #ADA762 on white background.


Black color preview on #ADA762 background

This text has black color on #ADA762 background.


White color preview on #ADA762 background

This text has white color on #ADA762 background.


Related colors

Complementary color

Complementary color for #hex is #52589D.


I love getcolorcode.com

Triadic colors

1 #62ADA7 and #A762AD with #ADA762 are triadic colors.

2 #62A7AD and #A7AD62 with #ADA762 are triadic colors.