COLOR #A5AD63

HEX: #A5AD63 RGB: (165,173,99)

Color info

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

RGB color model

#A5AD63 color RGB value is (165,173,99).

RGB: (165,173,99) (65%, 68%, 39%)

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 99 of 255 = 39%

165
173
99

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

Portions of RGB colors in percentages

R + G + B = 165 + 173 + 99 = 437 (100%)
R 165 of 437 ~ 37.76%
G 173 of 437 ~ 39.59%
B 99 of 437 ~ 22.65'%

%37.76
%39.59
%22.65

CMYK color model

#A5AD63 color CMYK value is (5,0,43,32).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 42.77%
  • key color value is 32.16%

CMYK: (5,0,43,32)
C5M0Y43K32 (5%, 0%, 43%, 32%)
(0.05 / 0.00 / 0.43 / 0.32)

CMYK percentages

%4.62
%0
%42.77
%32.16

Codes

Color #A5AD63 in popluar color models

A5 AD 63
RGB 165 173 99
HSL 66° 31.09% 53.33%
HSB/HSV 66° 42.77% 67.84%
CMYK 4.62% 0.00% 42.77%
32.16%

Color #A5AD63 in popluar number systems.

HEX A5 AD 63
Decimal 165 173 99
Binary 10100101 10101101 1100011
Octal 245 255 143

Shades and tints

Shades of #A5AD63

#A5AD63
(165,173,99)
#969E5A
(150,158,90)
#878F51
(135,143,81)
#788048
(120,128,72)
#69713F
(105,113,63)
#5A6236
(90,98,54)
#4B532D
(75,83,45)
#3C4424
(60,68,36)
#2D351B
(45,53,27)
#1E2612
(30,38,18)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #A5AD63

#A5AD63
(165,173,99)
#ADB471
(173,180,113)
#B5BB7F
(181,187,127)
#BDC28D
(189,194,141)
#C5C99B
(197,201,155)
#CDD0A9
(205,208,169)
#D5D7B7
(213,215,183)
#DDDEC5
(221,222,197)
#E5E5D3
(229,229,211)
#EDECE1
(237,236,225)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AD63 color. Also use rgb(165,173,99) instead hex code.

Text Font Color

.myTextColor { color: #A5AD63; }

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

This text font color is #A5AD63.

Background Color

.myBgColor { background-color: #A5AD63; }

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

This div background color is #A5AD63.

Border color

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

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

This div border color is #A5AD63.

Opacity

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

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

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

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

This text has shadow with #A5AD63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AD63.

Preview

Color preview on black background

This text has color #A5AD63 on black background.


Color preview on white background

This text has color #A5AD63 on white background.


Black color preview on #A5AD63 background

This text has black color on #A5AD63 background.


White color preview on #A5AD63 background

This text has white color on #A5AD63 background.


Related colors

Complementary color

Complementary color for #hex is #5A529C.


I love getcolorcode.com

Triadic colors

1 #63A5AD and #AD63A5 with #A5AD63 are triadic colors.

2 #63ADA5 and #ADA563 with #A5AD63 are triadic colors.