#ADB8A9

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

Shades of Spring Rain #ADB8A9

Tints of Spring Rain #ADB8A9

Color information

#ADB8A9 (or 0xADB8A9) is unknown color: approx Spring Rain. HEX triplet: AD, B8 and A9. RGB value is (173,184,169). Sum of RGB (Red+Green+Blue) = 173+184+169=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8A9 is #524756. Grayscale: #B3B3B3. Windows color (decimal): -5392215 or 11122861. OLE color: 11122861.

HSL color Cylindrical-coordinate representation of color #ADB8A9: hue angle of 104º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB8A9 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB173184169-
CMYK0.0600.080.28
HSL104º9.55%69.22%-
HSV(B)104º8.15%72.16%-
XYZ41.5446.0344.23-
YUV179122.36123.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=32.89%
G=34.98%
B=32.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841690.0600.080.281049.5569.22
HexADB8A96081C68a45
Octal25527025160103415012105
Binary1010110110111000101010011100100011100110100010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8A9; }

 p { color: rgb(173,184,169); }

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

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

 a { background-color: rgb(173,184,169); }

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

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

 span { border-color: rgb(173,184,169); }

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