#ADBBA7

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

Shades of Spring Rain #ADBBA7

Tints of Spring Rain #ADBBA7

Color information

#ADBBA7 (or 0xADBBA7) is unknown color: approx Spring Rain. HEX triplet: AD, BB and A7. RGB value is (173,187,167). Sum of RGB (Red+Green+Blue) = 173+187+167=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA7 is #524458. Grayscale: #B4B4B4. Windows color (decimal): -5391449 or 10992557. OLE color: 10992557.

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

Color convert

RGB173187167-
CMYK0.0700.110.27
HSL102º12.82%69.41%-
HSV(B)102º10.7%73.33%-
XYZ41.9847.2143.46-
YUV180.53120.36122.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=32.83%
G=35.48%
B=31.69%

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
Decimal1731871670.0700.110.2710212.8269.41
HexADBBA770B1B66d45
Octal25527324770133314615105
Binary1010110110111011101001111110101111011110011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBA7; }

 p { color: rgb(173,187,167); }

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

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

 a { background-color: rgb(173,187,167); }

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

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

 span { border-color: rgb(173,187,167); }

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