#ADBAA5

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

Shades of Spring Rain #ADBAA5

Tints of Spring Rain #ADBAA5

Color information

#ADBAA5 (or 0xADBAA5) is unknown color: approx Spring Rain. HEX triplet: AD, BA and A5. RGB value is (173,186,165). Sum of RGB (Red+Green+Blue) = 173+186+165=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA5 is #52455A. Grayscale: #B3B3B3. Windows color (decimal): -5391707 or 10861229. OLE color: 10861229.

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

Color convert

RGB173186165-
CMYK0.0700.110.27
HSL97.14º13.21%68.82%-
HSV(B)97.14º11.29%72.94%-
XYZ41.5846.7242.42-
YUV179.72119.69123.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=33.02%
G=35.50%
B=31.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861650.0700.110.2797.1413.2168.82
HexADBAA570B1B61d45
Octal25527224570133314115105
Binary1010110110111010101001011110101111011110000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAA5; }

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

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

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

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

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

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

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

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