COLOR #A5C0AD

HEX: #A5C0AD RGB: (165,192,173)

Color info

#A5C0AD contains red, green and blue colors in about the same proportion. Web safe color of #A5C0AD is #99CC99 (or #9C9).

RGB color model

#A5C0AD color RGB value is (165,192,173).

RGB: (165,192,173) (65%, 75%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 192 of 255 = 75%
B 173 of 255 = 68%

165
192
173

R + G + B ~ 69%. #A5C0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 192 + 173 = 530 (100%)
R 165 of 530 ~ 31.13%
G 192 of 530 ~ 36.23%
B 173 of 530 ~ 32.64'%

%31.13
%36.23
%32.64

CMYK color model

#A5C0AD color CMYK value is (14,0,10,25).

  • cyan value is 14.06%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 24.71%

CMYK: (14,0,10,25)
C14M0Y10K25 (14%, 0%, 10%, 25%)
(0.14 / 0.00 / 0.10 / 0.25)

CMYK percentages

%14.06
%0
%9.9
%24.71

Codes

Color #A5C0AD in popluar color models

A5 C0 AD
RGB 165 192 173
HSL 138° 17.65% 70.00%
HSB/HSV 138° 14.06% 75.29%
CMYK 14.06% 0.00% 9.90%
24.71%

Color #A5C0AD in popluar number systems.

HEX A5 C0 AD
Decimal 165 192 173
Binary 10100101 11000000 10101101
Octal 245 300 255

Shades and tints

Shades of #A5C0AD

#A5C0AD
(165,192,173)
#96AF9E
(150,175,158)
#879E8F
(135,158,143)
#788D80
(120,141,128)
#697C71
(105,124,113)
#5A6B62
(90,107,98)
#4B5A53
(75,90,83)
#3C4944
(60,73,68)
#2D3835
(45,56,53)
#1E2726
(30,39,38)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #A5C0AD

#A5C0AD
(165,192,173)
#ADC5B4
(173,197,180)
#B5CABB
(181,202,187)
#BDCFC2
(189,207,194)
#C5D4C9
(197,212,201)
#CDD9D0
(205,217,208)
#D5DED7
(213,222,215)
#DDE3DE
(221,227,222)
#E5E8E5
(229,232,229)
#EDEDEC
(237,237,236)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C0AD; }

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

This text font color is #A5C0AD.

Background Color

.myBgColor { background-color: #A5C0AD; }

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

This div background color is #A5C0AD.

Border color

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

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

This div border color is #A5C0AD.

Opacity

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

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

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

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

This text has shadow with #A5C0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C0AD.

Preview

Color preview on black background

This text has color #A5C0AD on black background.


Color preview on white background

This text has color #A5C0AD on white background.


Black color preview on #A5C0AD background

This text has black color on #A5C0AD background.


White color preview on #A5C0AD background

This text has white color on #A5C0AD background.


Related colors

Complementary color

Complementary color for #hex is #5A3F52.


I love getcolorcode.com

Triadic colors

1 #ADA5C0 and #C0ADA5 with #A5C0AD are triadic colors.

2 #ADC0A5 and #C0A5AD with #A5C0AD are triadic colors.