#ADBAA6

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

Shades of Spring Rain #ADBAA6

Tints of Spring Rain #ADBAA6

Color information

#ADBAA6 (or 0xADBAA6) is unknown color: approx Spring Rain. HEX triplet: AD, BA and A6. RGB value is (173,186,166). Sum of RGB (Red+Green+Blue) = 173+186+166=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAA6 is #524559. Grayscale: #B3B3B3. Windows color (decimal): -5391706 or 10926765. OLE color: 10926765.

HSL color Cylindrical-coordinate representation of color #ADBAA6: hue angle of 99º 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 #ADBAA6 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB173186166-
CMYK0.0700.110.27
HSL99º12.66%69.02%-
HSV(B)99º10.75%72.94%-
XYZ41.6846.7642.9-
YUV179.83120.19123.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 166 (65.23% from 255) = 31.62%
R=32.95%
G=35.43%
B=31.62%

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
Decimal1731861660.0700.110.279912.6669.02
HexADBAA670B1B63d45
Octal25527224670133314315105
Binary1010110110111010101001101110101111011110001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAA6; }

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

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

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

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

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

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

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

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