#ADBDA3

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

Shades of Spring Rain #ADBDA3

Tints of Spring Rain #ADBDA3

Color information

#ADBDA3 (or 0xADBDA3) is unknown color: approx Spring Rain. HEX triplet: AD, BD and A3. RGB value is (173,189,163). Sum of RGB (Red+Green+Blue) = 173+189+163=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA3 is #52425C. Grayscale: #B5B5B5. Windows color (decimal): -5390941 or 10730925. OLE color: 10730925.

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

Color convert

RGB173189163-
CMYK0.0800.140.26
HSL96.92º16.46%69.02%-
HSV(B)96.92º13.76%74.12%-
XYZ42.0447.9241.68-
YUV181.25117.7122.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 163 (64.06% from 255) = 31.05%
R=32.95%
G=36%
B=31.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891630.0800.140.2696.9216.4669.02
HexADBDA380E1A611045
Octal255275243100163214120105
Binary101011011011110110100011100001110110101100001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDA3; }

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

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

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

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

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

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

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

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