#ADBDA4

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

Shades of Spring Rain #ADBDA4

Tints of Spring Rain #ADBDA4

Color information

#ADBDA4 (or 0xADBDA4) is unknown color: approx Spring Rain. HEX triplet: AD, BD and A4. RGB value is (173,189,164). Sum of RGB (Red+Green+Blue) = 173+189+164=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA4 is #52425B. Grayscale: #B5B5B5. Windows color (decimal): -5390940 or 10796461. OLE color: 10796461.

HSL color Cylindrical-coordinate representation of color #ADBDA4: hue angle of 98.4º degrees, saturation: 0.16, 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 #ADBDA4 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB173189164-
CMYK0.0800.130.26
HSL98.4º15.92%69.22%-
HSV(B)98.4º13.23%74.12%-
XYZ42.1347.9642.16-
YUV181.37118.2122.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 164 (64.45% from 255) = 31.18%
R=32.89%
G=35.93%
B=31.18%

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
Decimal1731891640.0800.130.2698.415.9269.22
HexADBDA480D1A621045
Octal255275244100153214220105
Binary101011011011110110100100100001101110101100010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDA4; }

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

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

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

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

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

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

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

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