#ADB9A8

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

Shades of Spring Rain #ADB9A8

Tints of Spring Rain #ADB9A8

Color information

#ADB9A8 (or 0xADB9A8) is unknown color: approx Spring Rain. HEX triplet: AD, B9 and A8. RGB value is (173,185,168). Sum of RGB (Red+Green+Blue) = 173+185+168=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9A8 is #524657. Grayscale: #B3B3B3. Windows color (decimal): -5391960 or 11057581. OLE color: 11057581.

HSL color Cylindrical-coordinate representation of color #ADB9A8: hue angle of 102.35º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB9A8 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB173185168-
CMYK0.0600.090.27
HSL102.35º10.83%69.22%-
HSV(B)102.35º9.19%72.55%-
XYZ41.6546.4143.81-
YUV179.47121.52123.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 168 (66.02% from 255) = 31.94%
R=32.89%
G=35.17%
B=31.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851680.0600.090.27102.3510.8369.22
HexADB9A86091B66b45
Octal25527125060113314613105
Binary1010110110111001101010001100100111011110011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9A8; }

 p { color: rgb(173,185,168); }

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

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

 a { background-color: rgb(173,185,168); }

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

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

 span { border-color: rgb(173,185,168); }

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