#ADBDA5

Color #ADBDA5 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #ADBDA5

Tints of Spring Rain #ADBDA5

Color information

#ADBDA5 (or 0xADBDA5) is unknown color: approx Spring Rain. HEX triplet: AD, BD and A5. RGB value is (173,189,165). Sum of RGB (Red+Green+Blue) = 173+189+165=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA5 is #52425A. Grayscale: #B5B5B5. Windows color (decimal): -5390939 or 10861997. OLE color: 10861997.

HSL color Cylindrical-coordinate representation of color #ADBDA5: hue angle of 100º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADBDA5 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB173189165-
CMYK0.0800.130.26
HSL100º15.38%69.41%-
HSV(B)100º12.7%74.12%-
XYZ42.224842.64-
YUV181.48118.7121.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=32.83%
G=35.86%
B=31.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891650.0800.130.2610015.3869.41
HexADBDA580D1A64f45
Octal255275245100153214417105
Binary10101101101111011010010110000110111010110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDA5; }

 p { color: rgb(173,189,165); }

 H1.HeaderClassName
 {
   color: #ADBDA5;
 }
 .AnyTagClassName
 {
   color: #ADBDA5;
 }
</style>
background-color css

<style>
 a { background-color: #ADBDA5; }

 a { background-color: rgb(173,189,165); }

 div.DivClassName
 {
   background-color: #ADBDA5;
 }
 .BgClassName
 {
   background-color: #ADBDA5;
 }
</style>
border-color css

<style>
 span { border-color: #ADBDA5; }

 span { border-color: rgb(173,189,165); }

 td.TdClassName
 {
   border-color: #ADBDA5;
 }
 .TagClassName
 {
   border-color: #ADBDA5;
 }
</style>